pub struct MarketPair(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for MarketPair
impl Clone for MarketPair
Source§fn clone(&self) -> MarketPair
fn clone(&self) -> MarketPair
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MarketPair
impl Debug for MarketPair
Source§impl<'de> Deserialize<'de> for MarketPair
impl<'de> Deserialize<'de> for MarketPair
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 From<MarketPair> for MarketPair
impl From<MarketPair> for MarketPair
Source§fn from(from: OMarketPair) -> MarketPair
fn from(from: OMarketPair) -> MarketPair
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MarketPair
impl RefUnwindSafe for MarketPair
impl Send for MarketPair
impl Sync for MarketPair
impl Unpin for MarketPair
impl UnsafeUnpin for MarketPair
impl UnwindSafe for MarketPair
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