pub struct DeliveryNote(/* private fields */);Expand description
What a host said about a delivery it observed, in its own words.
Implementations§
Trait Implementations§
Source§impl Clone for DeliveryNote
impl Clone for DeliveryNote
Source§impl Debug for DeliveryNote
impl Debug for DeliveryNote
Source§impl<'de> Deserialize<'de> for DeliveryNote
impl<'de> Deserialize<'de> for DeliveryNote
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DeliveryNote
impl Display for DeliveryNote
impl Eq for DeliveryNote
Source§impl Hash for DeliveryNote
impl Hash for DeliveryNote
Source§impl Ord for DeliveryNote
impl Ord for DeliveryNote
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for DeliveryNote
impl PartialEq for DeliveryNote
Source§impl PartialOrd for DeliveryNote
impl PartialOrd for DeliveryNote
Source§impl Serialize for DeliveryNote
impl Serialize for DeliveryNote
impl StructuralPartialEq for DeliveryNote
Auto Trait Implementations§
impl Freeze for DeliveryNote
impl RefUnwindSafe for DeliveryNote
impl Send for DeliveryNote
impl Sync for DeliveryNote
impl Unpin for DeliveryNote
impl UnsafeUnpin for DeliveryNote
impl UnwindSafe for DeliveryNote
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