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