Struct xmpp_parsers::csi::Inactive
source · pub struct Inactive;
Expand description
Client indicates it is inactive.
Trait Implementations§
source§impl PartialEq for Inactive
impl PartialEq for Inactive
impl StructuralPartialEq for Inactive
Auto Trait Implementations§
impl Freeze for Inactive
impl RefUnwindSafe for Inactive
impl Send for Inactive
impl Sync for Inactive
impl Unpin for Inactive
impl UnwindSafe for Inactive
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