pub struct CreateMintManager;Expand description
Instruction.
Trait Implementations
sourceimpl BorshDeserialize for CreateMintManager
impl BorshDeserialize for CreateMintManager
sourceimpl BorshSerialize for CreateMintManager
impl BorshSerialize for CreateMintManager
Auto Trait Implementations
impl RefUnwindSafe for CreateMintManager
impl Send for CreateMintManager
impl Sync for CreateMintManager
impl Unpin for CreateMintManager
impl UnwindSafe for CreateMintManager
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more