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