pub enum Manager {
Flake,
Mise,
Asdf,
Devbox,
}Expand description
The target’s tool manager.
Variants§
Flake
A Nix flake: an input pinned at a tag and its package in the devshell.
Mise
mise: one [tools] entry in its configuration file.
Asdf
asdf: one line in .tool-versions.
Devbox
devbox: one entry in the packages array of devbox.json.
Implementations§
Trait Implementations§
impl Copy for Manager
impl Eq for Manager
impl StructuralPartialEq for Manager
Auto Trait Implementations§
impl Freeze for Manager
impl RefUnwindSafe for Manager
impl Send for Manager
impl Sync for Manager
impl Unpin for Manager
impl UnsafeUnpin for Manager
impl UnwindSafe for Manager
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