Struct hapi_core::instruction::UpdateAddress
source · [−]Expand description
Instruction.
Fields
category: Category
risk: u8
Trait Implementations
sourceimpl BorshDeserialize for UpdateAddress where
Category: BorshDeserialize,
u8: BorshDeserialize,
impl BorshDeserialize for UpdateAddress where
Category: BorshDeserialize,
u8: BorshDeserialize,
sourceimpl BorshSerialize for UpdateAddress where
Category: BorshSerialize,
u8: BorshSerialize,
impl BorshSerialize for UpdateAddress where
Category: BorshSerialize,
u8: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for UpdateAddress
impl Send for UpdateAddress
impl Sync for UpdateAddress
impl Unpin for UpdateAddress
impl UnwindSafe for UpdateAddress
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