Struct access_protocol::instruction::unstake::Params
source · pub struct Params {
pub amount: u64,
}
Expand description
The required parameters for the unstake
instruction
Fields§
§amount: u64
Trait Implementations§
source§impl BorshDeserialize for Paramswhere
u64: BorshDeserialize,
impl BorshDeserialize for Paramswhere
u64: BorshDeserialize,
source§impl BorshSerialize for Paramswhere
u64: BorshSerialize,
impl BorshSerialize for Paramswhere
u64: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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