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