Struct xmpp_parsers::mix::LeaveFromEvents
source · pub struct LeaveFromEvents(/* private fields */);
Expand description
Build a Leave
from XML events
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeaveFromEvents
impl RefUnwindSafe for LeaveFromEvents
impl Send for LeaveFromEvents
impl Sync for LeaveFromEvents
impl Unpin for LeaveFromEvents
impl UnwindSafe for LeaveFromEvents
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more