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