pub struct SaveFile { /* private fields */ }Expand description
A discovered NMS save file with metadata.
Implementations§
Source§impl SaveFile
impl SaveFile
Sourcepub fn modified(&self) -> SystemTime
pub fn modified(&self) -> SystemTime
File modification time.
Sourcepub fn metadata_path(&self) -> PathBuf
pub fn metadata_path(&self) -> PathBuf
Path to the corresponding metadata file (mf_save*.hg).
Trait Implementations§
impl Eq for SaveFile
impl StructuralPartialEq for SaveFile
Auto Trait Implementations§
impl Freeze for SaveFile
impl RefUnwindSafe for SaveFile
impl Send for SaveFile
impl Sync for SaveFile
impl Unpin for SaveFile
impl UnsafeUnpin for SaveFile
impl UnwindSafe for SaveFile
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