pub struct IgnoredAny;
Expand description
Allows to ignore a single item
Trait Implementations§
Source§impl Clone for IgnoredAny
impl Clone for IgnoredAny
Source§fn clone(&self) -> IgnoredAny
fn clone(&self) -> IgnoredAny
Returns a duplicate 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 IgnoredAny
impl Debug for IgnoredAny
Source§impl Default for IgnoredAny
impl Default for IgnoredAny
Source§fn default() -> IgnoredAny
fn default() -> IgnoredAny
Returns the “default value” for a type. Read more
Source§impl Ord for IgnoredAny
impl Ord for IgnoredAny
Source§fn cmp(&self, other: &IgnoredAny) -> Ordering
fn cmp(&self, other: &IgnoredAny) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IgnoredAny
impl PartialEq for IgnoredAny
Source§impl PartialOrd for IgnoredAny
impl PartialOrd for IgnoredAny
impl Eq for IgnoredAny
impl StructuralPartialEq for IgnoredAny
Auto Trait Implementations§
impl Freeze for IgnoredAny
impl RefUnwindSafe for IgnoredAny
impl Send for IgnoredAny
impl Sync for IgnoredAny
impl Unpin for IgnoredAny
impl UnwindSafe for IgnoredAny
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