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