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