pub enum FreshnessScope {
Project,
Files(Vec<PathBuf>),
}Variants§
Auto Trait Implementations§
impl Freeze for FreshnessScope
impl RefUnwindSafe for FreshnessScope
impl Send for FreshnessScope
impl Sync for FreshnessScope
impl Unpin for FreshnessScope
impl UnsafeUnpin for FreshnessScope
impl UnwindSafe for FreshnessScope
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