pub struct GetInstrumentsInfoParams {
pub category: Category,
pub symbol: Option<String>,
pub status: Option<Status>,
pub base_coin: Option<String>,
pub limit: Option<i64>,
pub cursor: Option<String>,
}Fields§
§category: Category§symbol: Option<String>§status: Option<Status>§base_coin: Option<String>§limit: Option<i64>§cursor: Option<String>Trait Implementations§
Source§impl Debug for GetInstrumentsInfoParams
impl Debug for GetInstrumentsInfoParams
Auto Trait Implementations§
impl Freeze for GetInstrumentsInfoParams
impl RefUnwindSafe for GetInstrumentsInfoParams
impl Send for GetInstrumentsInfoParams
impl Sync for GetInstrumentsInfoParams
impl Unpin for GetInstrumentsInfoParams
impl UnsafeUnpin for GetInstrumentsInfoParams
impl UnwindSafe for GetInstrumentsInfoParams
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