pub enum SaveKind {
Save,
Patch,
Observation,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for SaveKind
Auto Trait Implementations§
impl Freeze for SaveKind
impl RefUnwindSafe for SaveKind
impl Send for SaveKind
impl Sync for SaveKind
impl Unpin for SaveKind
impl UnwindSafe for SaveKind
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