Struct cyclos_core::instruction::EnableFeeAmount
source · [−]Expand description
Instruction.
Fields
fee: u32tick_spacing: u16Trait Implementations
sourceimpl BorshDeserialize for EnableFeeAmount where
u32: BorshDeserialize,
u16: BorshDeserialize,
impl BorshDeserialize for EnableFeeAmount where
u32: BorshDeserialize,
u16: BorshDeserialize,
sourceimpl BorshSerialize for EnableFeeAmount where
u32: BorshSerialize,
u16: BorshSerialize,
impl BorshSerialize for EnableFeeAmount where
u32: BorshSerialize,
u16: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for EnableFeeAmount
impl Send for EnableFeeAmount
impl Sync for EnableFeeAmount
impl Unpin for EnableFeeAmount
impl UnwindSafe for EnableFeeAmount
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