Struct human_program::CreateRoundInstruction
source · #[repr(C)]pub struct CreateRoundInstruction { /* private fields */ }
Trait Implementations§
source§impl BorshDeserialize for CreateRoundInstructionwhere
UnixTimestamp: BorshDeserialize,
u64: BorshDeserialize,
impl BorshDeserialize for CreateRoundInstructionwhere UnixTimestamp: BorshDeserialize, u64: BorshDeserialize,
source§impl BorshSerialize for CreateRoundInstructionwhere
UnixTimestamp: BorshSerialize,
u64: BorshSerialize,
impl BorshSerialize for CreateRoundInstructionwhere UnixTimestamp: BorshSerialize, u64: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for CreateRoundInstruction
impl Send for CreateRoundInstruction
impl Sync for CreateRoundInstruction
impl Unpin for CreateRoundInstruction
impl UnwindSafe for CreateRoundInstruction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more