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