pub enum TagsStoreOpt<'a> {
None,
Global,
Custom(&'a dyn TagsStoreTrait),
}Variants§
Trait Implementations§
Source§impl<'a> Clone for TagsStoreOpt<'a>
impl<'a> Clone for TagsStoreOpt<'a>
Source§fn clone(&self) -> TagsStoreOpt<'a>
fn clone(&self) -> TagsStoreOpt<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Default for TagsStoreOpt<'a>
impl<'a> Default for TagsStoreOpt<'a>
Source§fn default() -> TagsStoreOpt<'a>
fn default() -> TagsStoreOpt<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for TagsStoreOpt<'a>
impl<'a> !RefUnwindSafe for TagsStoreOpt<'a>
impl<'a> !Send for TagsStoreOpt<'a>
impl<'a> !Sync for TagsStoreOpt<'a>
impl<'a> Unpin for TagsStoreOpt<'a>
impl<'a> !UnwindSafe for TagsStoreOpt<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)