pub enum CopyBothClientDone {}Expand description
Protocol phase marker for CopyBothClientDone.
Trait Implementations§
Source§impl Clone for CopyBothClientDone
impl Clone for CopyBothClientDone
Source§fn clone(&self) -> CopyBothClientDone
fn clone(&self) -> CopyBothClientDone
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 moreimpl Copy for CopyBothClientDone
Source§impl Debug for CopyBothClientDone
impl Debug for CopyBothClientDone
impl Eq for CopyBothClientDone
Source§impl PartialEq for CopyBothClientDone
impl PartialEq for CopyBothClientDone
impl StructuralPartialEq for CopyBothClientDone
Auto Trait Implementations§
impl Freeze for CopyBothClientDone
impl RefUnwindSafe for CopyBothClientDone
impl Send for CopyBothClientDone
impl Sync for CopyBothClientDone
impl Unpin for CopyBothClientDone
impl UnsafeUnpin for CopyBothClientDone
impl UnwindSafe for CopyBothClientDone
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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