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