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