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