pub struct LiquidityPoolId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LiquidityPoolId
impl Clone for LiquidityPoolId
Source§fn clone(&self) -> LiquidityPoolId
fn clone(&self) -> LiquidityPoolId
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 LiquidityPoolId
impl Debug for LiquidityPoolId
Source§impl PartialEq for LiquidityPoolId
impl PartialEq for LiquidityPoolId
impl Eq for LiquidityPoolId
impl StructuralPartialEq for LiquidityPoolId
Auto Trait Implementations§
impl Freeze for LiquidityPoolId
impl RefUnwindSafe for LiquidityPoolId
impl Send for LiquidityPoolId
impl Sync for LiquidityPoolId
impl Unpin for LiquidityPoolId
impl UnwindSafe for LiquidityPoolId
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