pub enum TagNamespace {
Topic,
Preference,
Correction,
Behavior,
Task,
Tone,
Tool,
Domain,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TagNamespace
impl Clone for TagNamespace
Source§fn clone(&self) -> TagNamespace
fn clone(&self) -> TagNamespace
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 TagNamespace
impl Debug for TagNamespace
Source§impl Hash for TagNamespace
impl Hash for TagNamespace
Source§impl PartialEq for TagNamespace
impl PartialEq for TagNamespace
impl Copy for TagNamespace
impl Eq for TagNamespace
impl StructuralPartialEq for TagNamespace
Auto Trait Implementations§
impl Freeze for TagNamespace
impl RefUnwindSafe for TagNamespace
impl Send for TagNamespace
impl Sync for TagNamespace
impl Unpin for TagNamespace
impl UnsafeUnpin for TagNamespace
impl UnwindSafe for TagNamespace
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