pub enum TagField {
Id,
Name,
Aliases,
Description,
Category,
Searchable,
Applicable,
}Variants§
Trait Implementations§
Source§impl IntoEnumIterator for TagField
impl IntoEnumIterator for TagField
type Iterator = TagFieldIter
fn iter() -> TagFieldIter ⓘ
Auto Trait Implementations§
impl Freeze for TagField
impl RefUnwindSafe for TagField
impl Send for TagField
impl Sync for TagField
impl Unpin for TagField
impl UnwindSafe for TagField
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