pub struct ClientIdentifier(/* private fields */);Trait Implementations§
source§impl Clone for ClientIdentifier
impl Clone for ClientIdentifier
source§fn clone(&self) -> ClientIdentifier
fn clone(&self) -> ClientIdentifier
Returns a copy of the value. Read more
1.0.0 · 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 ClientIdentifier
impl Debug for ClientIdentifier
source§impl Default for ClientIdentifier
impl Default for ClientIdentifier
source§impl Hash for ClientIdentifier
impl Hash for ClientIdentifier
source§impl PartialEq for ClientIdentifier
impl PartialEq for ClientIdentifier
source§fn eq(&self, other: &ClientIdentifier) -> bool
fn eq(&self, other: &ClientIdentifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ClientIdentifier
impl Eq for ClientIdentifier
impl StructuralPartialEq for ClientIdentifier
Auto Trait Implementations§
impl RefUnwindSafe for ClientIdentifier
impl Send for ClientIdentifier
impl Sync for ClientIdentifier
impl Unpin for ClientIdentifier
impl UnwindSafe for ClientIdentifier
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