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