enum PassName {
Rustfmt,
Lints,
VerifyFuzzers,
VerifyFlowey,
}Variants§
Trait Implementations§
Source§impl Ord for PassName
impl Ord for PassName
Source§impl PartialOrd for PassName
impl PartialOrd for PassName
impl Copy for PassName
impl Eq for PassName
impl StructuralPartialEq for PassName
Auto Trait Implementations§
impl Freeze for PassName
impl RefUnwindSafe for PassName
impl Send for PassName
impl Sync for PassName
impl Unpin for PassName
impl UnsafeUnpin for PassName
impl UnwindSafe for PassName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.