Struct xmpp_parsers::blocking::BlockedFromEvents
source · pub struct BlockedFromEvents(/* private fields */);
Expand description
Build a Blocked
from XML events
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockedFromEvents
impl RefUnwindSafe for BlockedFromEvents
impl Send for BlockedFromEvents
impl Sync for BlockedFromEvents
impl Unpin for BlockedFromEvents
impl UnwindSafe for BlockedFromEvents
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