pub struct HammerfestSessionKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for HammerfestSessionKey
impl Clone for HammerfestSessionKey
Source§fn clone(&self) -> HammerfestSessionKey
fn clone(&self) -> HammerfestSessionKey
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 HammerfestSessionKey
impl Debug for HammerfestSessionKey
Source§impl Display for HammerfestSessionKey
impl Display for HammerfestSessionKey
impl Eq for HammerfestSessionKey
Source§impl FromStr for HammerfestSessionKey
impl FromStr for HammerfestSessionKey
Source§impl Hash for HammerfestSessionKey
impl Hash for HammerfestSessionKey
Source§impl Ord for HammerfestSessionKey
impl Ord for HammerfestSessionKey
Source§fn cmp(&self, other: &HammerfestSessionKey) -> Ordering
fn cmp(&self, other: &HammerfestSessionKey) -> 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 HammerfestSessionKey
impl PartialEq for HammerfestSessionKey
Source§impl PartialOrd for HammerfestSessionKey
impl PartialOrd for HammerfestSessionKey
impl StructuralPartialEq for HammerfestSessionKey
Auto Trait Implementations§
impl Freeze for HammerfestSessionKey
impl RefUnwindSafe for HammerfestSessionKey
impl Send for HammerfestSessionKey
impl Sync for HammerfestSessionKey
impl Unpin for HammerfestSessionKey
impl UnsafeUnpin for HammerfestSessionKey
impl UnwindSafe for HammerfestSessionKey
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