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