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