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