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