pub struct SaveEntry {
pub path: PathBuf,
pub label: Option<String>,
pub assigned_at: String,
}Expand description
A save file/directory assigned to a profile.
Fields§
§path: PathBuf§label: Option<String>§assigned_at: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SaveEntry
impl RefUnwindSafe for SaveEntry
impl Send for SaveEntry
impl Sync for SaveEntry
impl Unpin for SaveEntry
impl UnsafeUnpin for SaveEntry
impl UnwindSafe for SaveEntry
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