pub enum LabelStockSize {
Variant4x6,
}Expand description
The label stock size specification in length and height. Enum of 4x6 only for now.
Variants§
Variant4x6
Trait Implementations§
Source§impl Clone for LabelStockSize
impl Clone for LabelStockSize
Source§fn clone(&self) -> LabelStockSize
fn clone(&self) -> LabelStockSize
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 LabelStockSize
impl Debug for LabelStockSize
Source§impl Default for LabelStockSize
impl Default for LabelStockSize
Source§fn default() -> LabelStockSize
fn default() -> LabelStockSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelStockSize
impl<'de> Deserialize<'de> for LabelStockSize
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 LabelStockSize
impl Hash for LabelStockSize
Source§impl Ord for LabelStockSize
impl Ord for LabelStockSize
Source§fn cmp(&self, other: &LabelStockSize) -> Ordering
fn cmp(&self, other: &LabelStockSize) -> 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 LabelStockSize
impl PartialEq for LabelStockSize
Source§impl PartialOrd for LabelStockSize
impl PartialOrd for LabelStockSize
Source§impl Serialize for LabelStockSize
impl Serialize for LabelStockSize
impl Copy for LabelStockSize
impl Eq for LabelStockSize
impl StructuralPartialEq for LabelStockSize
Auto Trait Implementations§
impl Freeze for LabelStockSize
impl RefUnwindSafe for LabelStockSize
impl Send for LabelStockSize
impl Sync for LabelStockSize
impl Unpin for LabelStockSize
impl UnwindSafe for LabelStockSize
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