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