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