Struct cronos_program::instruction::AdminUpdateWorkerFee
source · [−]pub struct AdminUpdateWorkerFee {
pub new_worker_fee: u64,
}
Expand description
Instruction.
Fields
new_worker_fee: u64
Trait Implementations
sourceimpl BorshDeserialize for AdminUpdateWorkerFee where
u64: BorshDeserialize,
impl BorshDeserialize for AdminUpdateWorkerFee where
u64: BorshDeserialize,
sourceimpl BorshSerialize for AdminUpdateWorkerFee where
u64: BorshSerialize,
impl BorshSerialize for AdminUpdateWorkerFee where
u64: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for AdminUpdateWorkerFee
impl Send for AdminUpdateWorkerFee
impl Sync for AdminUpdateWorkerFee
impl Unpin for AdminUpdateWorkerFee
impl UnwindSafe for AdminUpdateWorkerFee
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more