Struct RelaySessionId
pub struct RelaySessionId(/* private fields */);Implementations§
§impl RelaySessionId
impl RelaySessionId
Trait Implementations§
§impl Clone for RelaySessionId
impl Clone for RelaySessionId
§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 more§impl Debug for RelaySessionId
impl Debug for RelaySessionId
§impl Hash for RelaySessionId
impl Hash for RelaySessionId
§impl Ord for RelaySessionId
impl Ord for RelaySessionId
§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
§impl PartialEq for RelaySessionId
impl PartialEq for RelaySessionId
§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.