pub struct Stray {
pub path: PathBuf,
pub legacy: bool,
}Expand description
Something in an instance home that SCV does not read.
Fields§
§path: PathBuf§legacy: boolA path an earlier SCV release used, rather than an unknown file.
Trait Implementations§
impl Eq for Stray
impl StructuralPartialEq for Stray
Auto Trait Implementations§
impl Freeze for Stray
impl RefUnwindSafe for Stray
impl Send for Stray
impl Sync for Stray
impl Unpin for Stray
impl UnsafeUnpin for Stray
impl UnwindSafe for Stray
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