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