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 TryFrom<Element> for Sent
impl TryFrom<Element> for Sent
Source§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