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