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