pub struct DelegationWithdraw {
    pub amount: u64,
}Expand description
Instruction.
Fields§
§amount: u64Trait Implementations§
source§impl BorshDeserialize for DelegationWithdrawwhere
    u64: BorshDeserialize,
 
impl BorshDeserialize for DelegationWithdrawwhere u64: BorshDeserialize,
source§impl BorshSerialize for DelegationWithdrawwhere
    u64: BorshSerialize,
 
impl BorshSerialize for DelegationWithdrawwhere u64: BorshSerialize,
source§impl Discriminator for DelegationWithdraw
 
impl Discriminator for DelegationWithdraw
const DISCRIMINATOR: [u8; 8] = _
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for DelegationWithdraw
impl Send for DelegationWithdraw
impl Sync for DelegationWithdraw
impl Unpin for DelegationWithdraw
impl UnwindSafe for DelegationWithdraw
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