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