pub struct Sent {
pub forwarded: Forwarded,
}Expand description
Wrapper for a message sent from another resource.
Fields§
§forwarded: ForwardedWrapper for the enclosed message.
Trait Implementations§
Source§impl AsXml for Sent
impl AsXml for Sent
Source§impl FromXml for Sent
impl FromXml for Sent
Source§const XML_NAME_MATCHER: XmlNameMatcher<'static>
const XML_NAME_MATCHER: XmlNameMatcher<'static>
A predicate which determines if
Self may be parsed from
a given XML element. Read moreSource§fn from_events(
name: QName,
attrs: AttrMap,
ctx: &Context<'_>,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ctx: &Context<'_>, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
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 UnsafeUnpin 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