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