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