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