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