Struct xmpp_parsers::blocking::Blocked
source · pub struct Blocked;
Expand description
The application-specific error condition when a message is blocked.
Trait Implementations§
source§impl PartialEq for Blocked
impl PartialEq for Blocked
source§impl TryFrom<Element> for Blocked
impl TryFrom<Element> for Blocked
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Blocked
Auto Trait Implementations§
impl Freeze for Blocked
impl RefUnwindSafe for Blocked
impl Send for Blocked
impl Sync for Blocked
impl Unpin for Blocked
impl UnwindSafe for Blocked
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