pub enum ExtendedCopyBothClientDone {}Expand description
Protocol phase marker for ExtendedCopyBothClientDone.
Trait Implementations§
Source§impl Clone for ExtendedCopyBothClientDone
impl Clone for ExtendedCopyBothClientDone
Source§fn clone(&self) -> ExtendedCopyBothClientDone
fn clone(&self) -> ExtendedCopyBothClientDone
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 ExtendedCopyBothClientDone
Source§impl Debug for ExtendedCopyBothClientDone
impl Debug for ExtendedCopyBothClientDone
impl Eq for ExtendedCopyBothClientDone
impl StructuralPartialEq for ExtendedCopyBothClientDone
Auto Trait Implementations§
impl Freeze for ExtendedCopyBothClientDone
impl RefUnwindSafe for ExtendedCopyBothClientDone
impl Send for ExtendedCopyBothClientDone
impl Sync for ExtendedCopyBothClientDone
impl Unpin for ExtendedCopyBothClientDone
impl UnsafeUnpin for ExtendedCopyBothClientDone
impl UnwindSafe for ExtendedCopyBothClientDone
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