pub struct MistyClientId(/* private fields */);Implementations§
Source§impl MistyClientId
impl MistyClientId
Trait Implementations§
Source§impl Clone for MistyClientId
impl Clone for MistyClientId
Source§fn clone(&self) -> MistyClientId
fn clone(&self) -> MistyClientId
Returns a duplicate 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 MistyClientId
impl Debug for MistyClientId
Source§impl Deref for MistyClientId
impl Deref for MistyClientId
Source§impl PartialEq for MistyClientId
impl PartialEq for MistyClientId
impl Copy for MistyClientId
impl Eq for MistyClientId
impl StructuralPartialEq for MistyClientId
Auto Trait Implementations§
impl Freeze for MistyClientId
impl RefUnwindSafe for MistyClientId
impl Send for MistyClientId
impl Sync for MistyClientId
impl Unpin for MistyClientId
impl UnwindSafe for MistyClientId
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