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