pub struct HandshakeHandle(pub u64);Expand description
Opaker Handle fuer einen laufenden Handshake.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for HandshakeHandle
impl Clone for HandshakeHandle
Source§fn clone(&self) -> HandshakeHandle
fn clone(&self) -> HandshakeHandle
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 HandshakeHandle
impl Debug for HandshakeHandle
Source§impl Hash for HandshakeHandle
impl Hash for HandshakeHandle
Source§impl Ord for HandshakeHandle
impl Ord for HandshakeHandle
Source§fn cmp(&self, other: &HandshakeHandle) -> Ordering
fn cmp(&self, other: &HandshakeHandle) -> 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 HandshakeHandle
impl PartialEq for HandshakeHandle
Source§fn eq(&self, other: &HandshakeHandle) -> bool
fn eq(&self, other: &HandshakeHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HandshakeHandle
impl PartialOrd for HandshakeHandle
impl Copy for HandshakeHandle
impl Eq for HandshakeHandle
impl StructuralPartialEq for HandshakeHandle
Auto Trait Implementations§
impl Freeze for HandshakeHandle
impl RefUnwindSafe for HandshakeHandle
impl Send for HandshakeHandle
impl Sync for HandshakeHandle
impl Unpin for HandshakeHandle
impl UnsafeUnpin for HandshakeHandle
impl UnwindSafe for HandshakeHandle
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