pub struct LastLiquidityInd;Expand description
LastLiquidityInd (851).
Implementations§
Source§impl LastLiquidityInd
impl LastLiquidityInd
pub const ADDEDLIQUIDITY: i64 = 1
pub const REMOVEDLIQUIDITY: i64 = 2
pub const LIQUIDITYROUTEDOUT: i64 = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LastLiquidityInd
impl RefUnwindSafe for LastLiquidityInd
impl Send for LastLiquidityInd
impl Sync for LastLiquidityInd
impl Unpin for LastLiquidityInd
impl UnsafeUnpin 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