Struct xmpp_parsers::carbons::Sent
source · pub struct Sent {
pub forwarded: Forwarded,
}
Expand description
Wrapper for a message sent from another resource.
Fields§
§forwarded: Forwarded
Wrapper for the enclosed message.
Trait Implementations§
source§impl PartialEq for Sent
impl PartialEq for Sent
impl MessagePayload for Sent
impl StructuralPartialEq for Sent
Auto Trait Implementations§
impl RefUnwindSafe for Sent
impl Send for Sent
impl Sync for Sent
impl Unpin for Sent
impl UnwindSafe for Sent
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