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