pub enum FilterName {
Git,
Cargo,
Pubspec,
}
Variants§
Trait Implementations§
Source§impl Clone for FilterName
impl Clone for FilterName
Source§fn clone(&self) -> FilterName
fn clone(&self) -> FilterName
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 FilterName
impl Debug for FilterName
Source§impl ValueEnum for FilterName
impl ValueEnum for FilterName
Auto Trait Implementations§
impl Freeze for FilterName
impl RefUnwindSafe for FilterName
impl Send for FilterName
impl Sync for FilterName
impl Unpin for FilterName
impl UnwindSafe for FilterName
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