pub enum FilterOptions {
Workspace,
Package,
}Expand description
CLI filter for workspace-only or package-only listing.
Used by the check command to filter projects by type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FilterOptions
impl Clone for FilterOptions
Source§fn clone(&self) -> FilterOptions
fn clone(&self) -> FilterOptions
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 FilterOptions
impl Debug for FilterOptions
Source§impl ValueEnum for FilterOptions
impl ValueEnum for FilterOptions
Auto Trait Implementations§
impl Freeze for FilterOptions
impl RefUnwindSafe for FilterOptions
impl Send for FilterOptions
impl Sync for FilterOptions
impl Unpin for FilterOptions
impl UnsafeUnpin for FilterOptions
impl UnwindSafe for FilterOptions
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