pub enum Recurse {
Yes,
No,
}
Expand description
Whether or not there is a separate entry in this tree that recurses into the dependencies for this nix store entry.
See NixQueryEntry
.
Variants§
Trait Implementations§
impl Copy for Recurse
impl Eq for Recurse
impl StructuralPartialEq for Recurse
Auto Trait Implementations§
impl Freeze for Recurse
impl RefUnwindSafe for Recurse
impl Send for Recurse
impl Sync for Recurse
impl Unpin for Recurse
impl UnwindSafe for Recurse
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