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