pub struct CexSymbolOiStatsOptions {
pub exchange: Option<String>,
pub currency: Option<String>,
}Fields§
§exchange: Option<String>§currency: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for CexSymbolOiStatsOptions
impl RefUnwindSafe for CexSymbolOiStatsOptions
impl Send for CexSymbolOiStatsOptions
impl Sync for CexSymbolOiStatsOptions
impl Unpin for CexSymbolOiStatsOptions
impl UnsafeUnpin for CexSymbolOiStatsOptions
impl UnwindSafe for CexSymbolOiStatsOptions
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