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