pub struct DeliveredItem {
pub meta: DeliverMethod,
pub header: ContentHeaderPayload,
pub body: ContentBodyPayload,
}Expand description
The value in Future being returned by get_delivered function.
Fields§
§meta: DeliverMethod§header: ContentHeaderPayload§body: ContentBodyPayloadTrait Implementations§
Source§impl Clone for DeliveredItem
impl Clone for DeliveredItem
Source§fn clone(&self) -> DeliveredItem
fn clone(&self) -> DeliveredItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for DeliveredItem
impl RefUnwindSafe for DeliveredItem
impl Send for DeliveredItem
impl Sync for DeliveredItem
impl Unpin for DeliveredItem
impl UnwindSafe for DeliveredItem
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