pub struct GetSpotBorrowCheckParams {
pub category: Category,
pub symbol: String,
pub side: Side,
}Expand description
Query params for Client::get_spot_borrow_check.
Covers: spot only
Fields§
§category: Category§symbol: String§side: SideTrait Implementations§
Source§impl Clone for GetSpotBorrowCheckParams
impl Clone for GetSpotBorrowCheckParams
Source§fn clone(&self) -> GetSpotBorrowCheckParams
fn clone(&self) -> GetSpotBorrowCheckParams
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 GetSpotBorrowCheckParams
impl Debug for GetSpotBorrowCheckParams
Auto Trait Implementations§
impl Freeze for GetSpotBorrowCheckParams
impl RefUnwindSafe for GetSpotBorrowCheckParams
impl Send for GetSpotBorrowCheckParams
impl Sync for GetSpotBorrowCheckParams
impl Unpin for GetSpotBorrowCheckParams
impl UnsafeUnpin for GetSpotBorrowCheckParams
impl UnwindSafe for GetSpotBorrowCheckParams
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