pub enum ManagerSpecifier {
Excludes(HashSet<&'static str>),
Includes(HashSet<&'static str>),
Empty,
}
Expand description
Provide a single type to exclude or solely include certain packagemanager names.
Variants§
Auto Trait Implementations§
impl Freeze for ManagerSpecifier
impl RefUnwindSafe for ManagerSpecifier
impl Send for ManagerSpecifier
impl Sync for ManagerSpecifier
impl Unpin for ManagerSpecifier
impl UnwindSafe for ManagerSpecifier
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