Expand description
Instruction.
Fields
observation_account_bumps: Vec<u8>Trait Implementations
sourceimpl BorshDeserialize for IncreaseObservationCardinalityNext where
Vec<u8>: BorshDeserialize,
impl BorshDeserialize for IncreaseObservationCardinalityNext where
Vec<u8>: BorshDeserialize,
sourceimpl BorshSerialize for IncreaseObservationCardinalityNext where
Vec<u8>: BorshSerialize,
impl BorshSerialize for IncreaseObservationCardinalityNext where
Vec<u8>: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for IncreaseObservationCardinalityNext
impl Send for IncreaseObservationCardinalityNext
impl Sync for IncreaseObservationCardinalityNext
impl Unpin for IncreaseObservationCardinalityNext
impl UnwindSafe for IncreaseObservationCardinalityNext
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