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 duplicate 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
impl Copy for LastLiquidityInd
impl Eq for LastLiquidityInd
impl StructuralPartialEq for LastLiquidityInd
Auto Trait Implementations§
impl Freeze for LastLiquidityInd
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