pub struct ProductStockRef { /* private fields */ }
Expand description
Move these two into TMF687 when it gets created Product Stock Reference
Trait Implementations§
Source§impl Clone for ProductStockRef
impl Clone for ProductStockRef
Source§fn clone(&self) -> ProductStockRef
fn clone(&self) -> ProductStockRef
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 ProductStockRef
impl Debug for ProductStockRef
Source§impl Default for ProductStockRef
impl Default for ProductStockRef
Source§fn default() -> ProductStockRef
fn default() -> ProductStockRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProductStockRef
impl<'de> Deserialize<'de> for ProductStockRef
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
Auto Trait Implementations§
impl Freeze for ProductStockRef
impl RefUnwindSafe for ProductStockRef
impl Send for ProductStockRef
impl Sync for ProductStockRef
impl Unpin for ProductStockRef
impl UnwindSafe for ProductStockRef
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