pub struct PlusUnderscore {}Trait Implementations§
Source§impl Clone for PlusUnderscore
impl Clone for PlusUnderscore
Source§fn clone(&self) -> PlusUnderscore
fn clone(&self) -> PlusUnderscore
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 moreSource§impl Debug for PlusUnderscore
impl Debug for PlusUnderscore
Source§impl PartialEq for PlusUnderscore
impl PartialEq for PlusUnderscore
Source§fn eq(&self, other: &PlusUnderscore) -> bool
fn eq(&self, other: &PlusUnderscore) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlusUnderscore
Auto Trait Implementations§
impl Freeze for PlusUnderscore
impl RefUnwindSafe for PlusUnderscore
impl Send for PlusUnderscore
impl Sync for PlusUnderscore
impl Unpin for PlusUnderscore
impl UnsafeUnpin for PlusUnderscore
impl UnwindSafe for PlusUnderscore
Blanket Implementations§
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