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