#[non_exhaustive]pub struct ExtensionExchangeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ExtensionExchangeId
impl Clone for ExtensionExchangeId
Source§fn clone(&self) -> ExtensionExchangeId
fn clone(&self) -> ExtensionExchangeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExtensionExchangeId
impl Debug for ExtensionExchangeId
Source§impl Display for ExtensionExchangeId
impl Display for ExtensionExchangeId
Source§impl Hash for ExtensionExchangeId
impl Hash for ExtensionExchangeId
Source§impl Ord for ExtensionExchangeId
impl Ord for ExtensionExchangeId
Source§fn cmp(&self, other: &ExtensionExchangeId) -> Ordering
fn cmp(&self, other: &ExtensionExchangeId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExtensionExchangeId
impl PartialEq for ExtensionExchangeId
Source§fn eq(&self, other: &ExtensionExchangeId) -> bool
fn eq(&self, other: &ExtensionExchangeId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExtensionExchangeId
impl PartialOrd for ExtensionExchangeId
impl Eq for ExtensionExchangeId
impl StructuralPartialEq for ExtensionExchangeId
Auto Trait Implementations§
impl Freeze for ExtensionExchangeId
impl RefUnwindSafe for ExtensionExchangeId
impl Send for ExtensionExchangeId
impl Sync for ExtensionExchangeId
impl Unpin for ExtensionExchangeId
impl UnsafeUnpin for ExtensionExchangeId
impl UnwindSafe for ExtensionExchangeId
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