Struct cronos_program::instruction::AdminResetHealth
source · [−]pub struct AdminResetHealth;
Expand description
Instruction.
Trait Implementations
sourceimpl BorshDeserialize for AdminResetHealth
impl BorshDeserialize for AdminResetHealth
sourceimpl BorshSerialize for AdminResetHealth
impl BorshSerialize for AdminResetHealth
Auto Trait Implementations
impl RefUnwindSafe for AdminResetHealth
impl Send for AdminResetHealth
impl Sync for AdminResetHealth
impl Unpin for AdminResetHealth
impl UnwindSafe for AdminResetHealth
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