pub struct ConnHandle(/* private fields */);Expand description
Connection handle ([Vol 4] Part E, Section 5.4.2).
Trait Implementations§
Source§impl Clone for ConnHandle
impl Clone for ConnHandle
Source§fn clone(&self) -> ConnHandle
fn clone(&self) -> ConnHandle
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 ConnHandle
impl Debug for ConnHandle
Source§impl Display for ConnHandle
impl Display for ConnHandle
Source§impl From<ConnHandle> for u16
impl From<ConnHandle> for u16
Source§fn from(cn: ConnHandle) -> Self
fn from(cn: ConnHandle) -> Self
Converts to this type from the input type.
Source§impl From<LeU> for ConnHandle
impl From<LeU> for ConnHandle
Source§impl Hash for ConnHandle
impl Hash for ConnHandle
Source§impl Ord for ConnHandle
impl Ord for ConnHandle
Source§fn cmp(&self, other: &ConnHandle) -> Ordering
fn cmp(&self, other: &ConnHandle) -> 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 ConnHandle
impl PartialEq for ConnHandle
Source§fn eq(&self, other: &ConnHandle) -> bool
fn eq(&self, other: &ConnHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ConnHandle
impl PartialOrd for ConnHandle
impl Copy for ConnHandle
impl Eq for ConnHandle
impl StructuralPartialEq for ConnHandle
Auto Trait Implementations§
impl Freeze for ConnHandle
impl RefUnwindSafe for ConnHandle
impl Send for ConnHandle
impl Sync for ConnHandle
impl Unpin for ConnHandle
impl UnsafeUnpin for ConnHandle
impl UnwindSafe for ConnHandle
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