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