pub struct UpbitMarketBidAsk {
pub currency: SmartString,
pub price_unit: Option<SmartString>,
pub min_total: Option<SmartString>,
}Expand description
Bid/Ask information within market info
Fields§
§currency: SmartStringCurrency code
price_unit: Option<SmartString>Price unit
min_total: Option<SmartString>Minimum total amount
Trait Implementations§
Source§impl Clone for UpbitMarketBidAsk
impl Clone for UpbitMarketBidAsk
Source§fn clone(&self) -> UpbitMarketBidAsk
fn clone(&self) -> UpbitMarketBidAsk
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpbitMarketBidAsk
impl Debug for UpbitMarketBidAsk
Source§impl<'de> Deserialize<'de> for UpbitMarketBidAsk
impl<'de> Deserialize<'de> for UpbitMarketBidAsk
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 UpbitMarketBidAsk
impl RefUnwindSafe for UpbitMarketBidAsk
impl Send for UpbitMarketBidAsk
impl Sync for UpbitMarketBidAsk
impl Unpin for UpbitMarketBidAsk
impl UnwindSafe for UpbitMarketBidAsk
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