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