pub struct GetCollateralInfoParams {
pub currency: Option<String>,
}Expand description
Parameters for getting collateral info.
Fields§
§currency: Option<String>Currency filter.
Implementations§
Trait Implementations§
Source§impl Clone for GetCollateralInfoParams
impl Clone for GetCollateralInfoParams
Source§fn clone(&self) -> GetCollateralInfoParams
fn clone(&self) -> GetCollateralInfoParams
Returns a duplicate of the value. Read more
1.0.0 · 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 GetCollateralInfoParams
impl Debug for GetCollateralInfoParams
Source§impl Default for GetCollateralInfoParams
impl Default for GetCollateralInfoParams
Auto Trait Implementations§
impl Freeze for GetCollateralInfoParams
impl RefUnwindSafe for GetCollateralInfoParams
impl Send for GetCollateralInfoParams
impl Sync for GetCollateralInfoParams
impl Unpin for GetCollateralInfoParams
impl UnwindSafe for GetCollateralInfoParams
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