pub enum PreFilterKind {
CargoCheck,
CargoClippyDeny,
}Variants§
Trait Implementations§
Source§impl Clone for PreFilterKind
impl Clone for PreFilterKind
Source§fn clone(&self) -> PreFilterKind
fn clone(&self) -> PreFilterKind
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 PreFilterKind
impl Debug for PreFilterKind
Source§impl<'de> Deserialize<'de> for PreFilterKind
impl<'de> Deserialize<'de> for PreFilterKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PreFilterKind
impl PartialEq for PreFilterKind
Source§fn eq(&self, other: &PreFilterKind) -> bool
fn eq(&self, other: &PreFilterKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PreFilterKind
impl Serialize for PreFilterKind
impl StructuralPartialEq for PreFilterKind
Auto Trait Implementations§
impl Freeze for PreFilterKind
impl RefUnwindSafe for PreFilterKind
impl Send for PreFilterKind
impl Sync for PreFilterKind
impl Unpin for PreFilterKind
impl UnsafeUnpin for PreFilterKind
impl UnwindSafe for PreFilterKind
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