pub struct Underscore;
Expand description
Zero size type representing the
_
separator.
Trait Implementations§
Source§impl Clone for Underscore
impl Clone for Underscore
Source§fn clone(&self) -> Underscore
fn clone(&self) -> Underscore
Returns a copy of the value. Read more
1.0.0 · 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 Underscore
impl Debug for Underscore
Source§impl Default for Underscore
impl Default for Underscore
Source§fn default() -> Underscore
fn default() -> Underscore
Returns the “default value” for a type. Read more
Source§impl Display for Underscore
impl Display for Underscore
Source§impl Hash for Underscore
impl Hash for Underscore
Source§impl PartialEq for Underscore
impl PartialEq for Underscore
Source§impl Separator for Underscore
impl Separator for Underscore
impl Copy for Underscore
impl Eq for Underscore
impl StructuralPartialEq for Underscore
Auto Trait Implementations§
impl Freeze for Underscore
impl RefUnwindSafe for Underscore
impl Send for Underscore
impl Sync for Underscore
impl Unpin for Underscore
impl UnwindSafe for Underscore
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