Struct vndb_api::request::query::StaffFieldChoices
source · pub struct StaffFieldChoices(pub Vec<StaffField>);Tuple Fields§
§0: Vec<StaffField>Implementations§
Auto Trait Implementations§
impl Freeze for StaffFieldChoices
impl RefUnwindSafe for StaffFieldChoices
impl Send for StaffFieldChoices
impl Sync for StaffFieldChoices
impl Unpin for StaffFieldChoices
impl UnwindSafe for StaffFieldChoices
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