pub enum SaveType {
Manual,
Auto,
}Expand description
Whether a save file is a manual or auto save.
Variants§
Trait Implementations§
impl Copy for SaveType
impl Eq for SaveType
impl StructuralPartialEq for SaveType
Auto Trait Implementations§
impl Freeze for SaveType
impl RefUnwindSafe for SaveType
impl Send for SaveType
impl Sync for SaveType
impl Unpin for SaveType
impl UnsafeUnpin for SaveType
impl UnwindSafe for SaveType
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