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