pub struct CreateAssetGetUserAssetV3Params {
pub timestamp: i64,
pub asset: Option<String>,
pub need_btc_valuation: Option<bool>,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method create_asset_get_user_asset_v3
Fields§
§timestamp: i64§asset: Option<String>§need_btc_valuation: Option<bool>§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for CreateAssetGetUserAssetV3Params
impl Clone for CreateAssetGetUserAssetV3Params
Source§fn clone(&self) -> CreateAssetGetUserAssetV3Params
fn clone(&self) -> CreateAssetGetUserAssetV3Params
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 Default for CreateAssetGetUserAssetV3Params
impl Default for CreateAssetGetUserAssetV3Params
Source§fn default() -> CreateAssetGetUserAssetV3Params
fn default() -> CreateAssetGetUserAssetV3Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateAssetGetUserAssetV3Params
impl RefUnwindSafe for CreateAssetGetUserAssetV3Params
impl Send for CreateAssetGetUserAssetV3Params
impl Sync for CreateAssetGetUserAssetV3Params
impl Unpin for CreateAssetGetUserAssetV3Params
impl UnwindSafe for CreateAssetGetUserAssetV3Params
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