pub struct SaveSlot { /* private fields */ }Expand description
A paired manual + auto save for a single slot.
Implementations§
Trait Implementations§
impl Eq for SaveSlot
impl StructuralPartialEq for SaveSlot
Auto Trait Implementations§
impl Freeze for SaveSlot
impl RefUnwindSafe for SaveSlot
impl Send for SaveSlot
impl Sync for SaveSlot
impl Unpin for SaveSlot
impl UnsafeUnpin for SaveSlot
impl UnwindSafe for SaveSlot
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