Struct cardinal_token_manager::instruction::AddInvalidator
source · [−]pub struct AddInvalidator {
pub invalidator: Pubkey,
}Expand description
Instruction.
Fields
invalidator: PubkeyTrait Implementations
sourceimpl BorshDeserialize for AddInvalidator where
Pubkey: BorshDeserialize,
impl BorshDeserialize for AddInvalidator where
Pubkey: BorshDeserialize,
sourceimpl BorshSerialize for AddInvalidator where
Pubkey: BorshSerialize,
impl BorshSerialize for AddInvalidator where
Pubkey: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for AddInvalidator
impl Send for AddInvalidator
impl Sync for AddInvalidator
impl Unpin for AddInvalidator
impl UnwindSafe for AddInvalidator
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