pub struct GetInsuranceParams {
pub coin: Option<String>,
}Expand description
Query params for Client::get_insurance.
Fields§
§coin: Option<String>Trait Implementations§
Source§impl Clone for GetInsuranceParams
impl Clone for GetInsuranceParams
Source§fn clone(&self) -> GetInsuranceParams
fn clone(&self) -> GetInsuranceParams
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 GetInsuranceParams
impl Debug for GetInsuranceParams
Source§impl Default for GetInsuranceParams
impl Default for GetInsuranceParams
Source§fn default() -> GetInsuranceParams
fn default() -> GetInsuranceParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetInsuranceParams
impl RefUnwindSafe for GetInsuranceParams
impl Send for GetInsuranceParams
impl Sync for GetInsuranceParams
impl Unpin for GetInsuranceParams
impl UnsafeUnpin for GetInsuranceParams
impl UnwindSafe for GetInsuranceParams
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