Struct clmm_common::contract::state::tick_array::TickArrayV2
source · [−]Fields
array_index: u16tick_spacing: u16clmmpool: PubkeyTrait Implementations
sourceimpl BorshDeserialize for TickArrayV2where
u16: BorshDeserialize,
u16: BorshDeserialize,
Pubkey: BorshDeserialize,
impl BorshDeserialize for TickArrayV2where
u16: BorshDeserialize,
u16: BorshDeserialize,
Pubkey: BorshDeserialize,
Auto Trait Implementations
impl RefUnwindSafe for TickArrayV2
impl Send for TickArrayV2
impl Sync for TickArrayV2
impl Unpin for TickArrayV2
impl UnwindSafe for TickArrayV2
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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