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