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