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