pub struct AddOnLabel(/* private fields */);Expand description
Display label for an optional reservation add-on offered to the customer.
Implementations§
Trait Implementations§
Source§impl Clone for AddOnLabel
impl Clone for AddOnLabel
Source§fn clone(&self) -> AddOnLabel
fn clone(&self) -> AddOnLabel
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 moreSource§impl Debug for AddOnLabel
impl Debug for AddOnLabel
Source§impl<'de> Deserialize<'de> for AddOnLabel
impl<'de> Deserialize<'de> for AddOnLabel
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 Hash for AddOnLabel
impl Hash for AddOnLabel
Source§impl Ord for AddOnLabel
impl Ord for AddOnLabel
Source§fn cmp(&self, other: &AddOnLabel) -> Ordering
fn cmp(&self, other: &AddOnLabel) -> Ordering
1.21.0 · 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
Source§impl PartialEq for AddOnLabel
impl PartialEq for AddOnLabel
Source§impl PartialOrd for AddOnLabel
impl PartialOrd for AddOnLabel
Source§impl Serialize for AddOnLabel
impl Serialize for AddOnLabel
impl Eq for AddOnLabel
impl StructuralPartialEq for AddOnLabel
Auto Trait Implementations§
impl Freeze for AddOnLabel
impl RefUnwindSafe for AddOnLabel
impl Send for AddOnLabel
impl Sync for AddOnLabel
impl Unpin for AddOnLabel
impl UnsafeUnpin for AddOnLabel
impl UnwindSafe for AddOnLabel
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