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