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