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