pub struct Sku(/* private fields */);Expand description
Non-empty SKU identifier promoted from POS/catalog data for inventory and reorder workflows.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sku
impl<'de> Deserialize<'de> for Sku
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 Ord for Sku
impl Ord for Sku
Source§impl PartialOrd for Sku
impl PartialOrd for Sku
impl Eq for Sku
impl StructuralPartialEq for Sku
Auto Trait Implementations§
impl Freeze for Sku
impl RefUnwindSafe for Sku
impl Send for Sku
impl Sync for Sku
impl Unpin for Sku
impl UnsafeUnpin for Sku
impl UnwindSafe for Sku
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