pub enum EmptyIdHandling {
New,
Error,
Ignore,
}Variants§
Trait Implementations§
Source§impl Clone for EmptyIdHandling
impl Clone for EmptyIdHandling
Source§fn clone(&self) -> EmptyIdHandling
fn clone(&self) -> EmptyIdHandling
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 EmptyIdHandling
Source§impl Debug for EmptyIdHandling
impl Debug for EmptyIdHandling
Source§impl Default for EmptyIdHandling
impl Default for EmptyIdHandling
Source§fn default() -> EmptyIdHandling
fn default() -> EmptyIdHandling
Returns the “default value” for a type. Read more
Source§impl PartialEq for EmptyIdHandling
impl PartialEq for EmptyIdHandling
Source§fn eq(&self, other: &EmptyIdHandling) -> bool
fn eq(&self, other: &EmptyIdHandling) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmptyIdHandling
Auto Trait Implementations§
impl Freeze for EmptyIdHandling
impl RefUnwindSafe for EmptyIdHandling
impl Send for EmptyIdHandling
impl Sync for EmptyIdHandling
impl Unpin for EmptyIdHandling
impl UnsafeUnpin for EmptyIdHandling
impl UnwindSafe for EmptyIdHandling
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