pub struct LSPS1OrderId(pub String);Expand description
The identifier of an order.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for LSPS1OrderId
impl Clone for LSPS1OrderId
Source§fn clone(&self) -> LSPS1OrderId
fn clone(&self) -> LSPS1OrderId
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 LSPS1OrderId
impl Debug for LSPS1OrderId
Source§impl<'de> Deserialize<'de> for LSPS1OrderId
impl<'de> Deserialize<'de> for LSPS1OrderId
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 LSPS1OrderId
impl Hash for LSPS1OrderId
Source§impl PartialEq for LSPS1OrderId
impl PartialEq for LSPS1OrderId
Source§impl Serialize for LSPS1OrderId
impl Serialize for LSPS1OrderId
impl Eq for LSPS1OrderId
impl StructuralPartialEq for LSPS1OrderId
Auto Trait Implementations§
impl Freeze for LSPS1OrderId
impl RefUnwindSafe for LSPS1OrderId
impl Send for LSPS1OrderId
impl Sync for LSPS1OrderId
impl Unpin for LSPS1OrderId
impl UnwindSafe for LSPS1OrderId
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