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