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 FromXml for Sent
impl FromXml for Sent
§type Builder = FromEventsViaElement<Sent>
type Builder = FromEventsViaElement<Sent>
A builder type used to construct the element. Read more
source§fn from_events(
qname: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( qname: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl PartialEq for Sent
impl PartialEq for Sent
source§impl TryFrom<Element> for Sent
impl TryFrom<Element> for Sent
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl MessagePayload for Sent
impl StructuralPartialEq for Sent
Auto Trait Implementations§
impl Freeze for Sent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)