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