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