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