Enum vndb_api::request::query::StaffField
source · pub enum StaffField {
Show 15 variants
Id,
Aid,
Ismain,
Name,
Lang,
Gender,
Description,
ExtlinksUrl,
ExtlinksLabel,
ExtlinksName,
ExtlinksId,
AliasesAid,
AliasesName,
AliasesLatin,
AliasesIsmain,
}Variants§
Id
Aid
Ismain
Name
Lang
Gender
Description
ExtlinksUrl
ExtlinksLabel
ExtlinksName
ExtlinksId
AliasesAid
AliasesName
AliasesLatin
AliasesIsmain
Trait Implementations§
source§impl Debug for StaffField
impl Debug for StaffField
source§impl IntoEnumIterator for StaffField
impl IntoEnumIterator for StaffField
type Iterator = StaffFieldIter
fn iter() -> StaffFieldIter ⓘ
Auto Trait Implementations§
impl Freeze for StaffField
impl RefUnwindSafe for StaffField
impl Send for StaffField
impl Sync for StaffField
impl Unpin for StaffField
impl UnwindSafe for StaffField
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