Enum pacmanager_wrapper::PacManager
source · pub enum PacManager {
Apt,
Yum,
}Expand description
The package manager to use
Variants§
Auto Trait Implementations§
impl Freeze for PacManager
impl RefUnwindSafe for PacManager
impl Send for PacManager
impl Sync for PacManager
impl Unpin for PacManager
impl UnwindSafe for PacManager
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