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