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