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