pub enum PersistMode {
Append,
Overwrite,
Persist,
}Variants§
Trait Implementations§
Source§impl Clone for PersistMode
impl Clone for PersistMode
Source§fn clone(&self) -> PersistMode
fn clone(&self) -> PersistMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PersistMode
Source§impl Debug for PersistMode
impl Debug for PersistMode
Source§impl Display for PersistMode
impl Display for PersistMode
impl Eq for PersistMode
Source§impl Hash for PersistMode
impl Hash for PersistMode
Source§impl PartialEq for PersistMode
impl PartialEq for PersistMode
impl StructuralPartialEq for PersistMode
Auto Trait Implementations§
impl Freeze for PersistMode
impl RefUnwindSafe for PersistMode
impl Send for PersistMode
impl Sync for PersistMode
impl Unpin for PersistMode
impl UnsafeUnpin for PersistMode
impl UnwindSafe for PersistMode
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