pub struct RelaySessionId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RelaySessionId
impl Clone for RelaySessionId
Source§fn clone(&self) -> RelaySessionId
fn clone(&self) -> RelaySessionId
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 RelaySessionId
impl Debug for RelaySessionId
Source§impl Hash for RelaySessionId
impl Hash for RelaySessionId
Source§impl Ord for RelaySessionId
impl Ord for RelaySessionId
Source§fn cmp(&self, other: &RelaySessionId) -> Ordering
fn cmp(&self, other: &RelaySessionId) -> 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 RelaySessionId
impl PartialEq for RelaySessionId
Source§fn eq(&self, other: &RelaySessionId) -> bool
fn eq(&self, other: &RelaySessionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RelaySessionId
impl PartialOrd for RelaySessionId
impl Copy for RelaySessionId
impl Eq for RelaySessionId
impl StructuralPartialEq for RelaySessionId
Auto Trait Implementations§
impl Freeze for RelaySessionId
impl RefUnwindSafe for RelaySessionId
impl Send for RelaySessionId
impl Sync for RelaySessionId
impl Unpin for RelaySessionId
impl UnsafeUnpin for RelaySessionId
impl UnwindSafe for RelaySessionId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.