pub enum LastLiquidityInd {
AddedLiquidity = 1,
RemovedLiquidity = 2,
LiquidityRoutedOut = 3,
}Variants§
Implementations§
source§impl LastLiquidityInd
impl LastLiquidityInd
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for LastLiquidityInd
impl Clone for LastLiquidityInd
source§fn clone(&self) -> LastLiquidityInd
fn clone(&self) -> LastLiquidityInd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LastLiquidityInd
impl Debug for LastLiquidityInd
source§impl FromStr for LastLiquidityInd
impl FromStr for LastLiquidityInd
source§impl Hash for LastLiquidityInd
impl Hash for LastLiquidityInd
source§impl IntoFixValue for LastLiquidityInd
impl IntoFixValue for LastLiquidityInd
source§impl PartialEq for LastLiquidityInd
impl PartialEq for LastLiquidityInd
source§fn eq(&self, other: &LastLiquidityInd) -> bool
fn eq(&self, other: &LastLiquidityInd) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for LastLiquidityInd
impl Eq for LastLiquidityInd
impl StructuralPartialEq for LastLiquidityInd
Auto Trait Implementations§
impl RefUnwindSafe for LastLiquidityInd
impl Send for LastLiquidityInd
impl Sync for LastLiquidityInd
impl Unpin for LastLiquidityInd
impl UnwindSafe for LastLiquidityInd
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more