pub struct DiscoveredPacks {
pub packs: Vec<Pack>,
pub ignored: Vec<String>,
}Expand description
Result of scanning the dotfiles root: active packs + names of
pack-shaped directories skipped via .dodotignore.
Fields§
§packs: Vec<Pack>§ignored: Vec<String>Auto Trait Implementations§
impl Freeze for DiscoveredPacks
impl RefUnwindSafe for DiscoveredPacks
impl Send for DiscoveredPacks
impl Sync for DiscoveredPacks
impl Unpin for DiscoveredPacks
impl UnsafeUnpin for DiscoveredPacks
impl UnwindSafe for DiscoveredPacks
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