Struct xmpp_parsers::attention::Attention
source · pub struct Attention;
Expand description
Requests the attention of the recipient.
Trait Implementations§
source§impl PartialEq for Attention
impl PartialEq for Attention
impl MessagePayload for Attention
impl StructuralPartialEq for Attention
Auto Trait Implementations§
impl RefUnwindSafe for Attention
impl Send for Attention
impl Sync for Attention
impl Unpin for Attention
impl UnwindSafe for Attention
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