pub enum IgnoreType {
Ignore,
Block,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for IgnoreType
impl AsRef<str> for IgnoreType
Source§impl Clone for IgnoreType
impl Clone for IgnoreType
Source§fn clone(&self) -> IgnoreType
fn clone(&self) -> IgnoreType
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 IgnoreType
impl Debug for IgnoreType
Source§impl Display for IgnoreType
impl Display for IgnoreType
Source§impl PartialEq for IgnoreType
impl PartialEq for IgnoreType
Source§fn eq(&self, other: &IgnoreType) -> bool
fn eq(&self, other: &IgnoreType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<&str> for IgnoreType
impl TryFrom<&str> for IgnoreType
impl Copy for IgnoreType
impl Eq for IgnoreType
impl StructuralPartialEq for IgnoreType
Auto Trait Implementations§
impl Freeze for IgnoreType
impl RefUnwindSafe for IgnoreType
impl Send for IgnoreType
impl Sync for IgnoreType
impl Unpin for IgnoreType
impl UnsafeUnpin for IgnoreType
impl UnwindSafe for IgnoreType
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