Struct flashpoint_archive::game::search::FieldFilter
source · pub struct FieldFilter {Show 17 fields
pub id: Option<Vec<String>>,
pub generic: Option<Vec<String>>,
pub library: Option<Vec<String>>,
pub title: Option<Vec<String>>,
pub developer: Option<Vec<String>>,
pub publisher: Option<Vec<String>>,
pub series: Option<Vec<String>>,
pub tags: Option<Vec<String>>,
pub platforms: Option<Vec<String>>,
pub play_mode: Option<Vec<String>>,
pub status: Option<Vec<String>>,
pub notes: Option<Vec<String>>,
pub source: Option<Vec<String>>,
pub original_description: Option<Vec<String>>,
pub language: Option<Vec<String>>,
pub application_path: Option<Vec<String>>,
pub launch_command: Option<Vec<String>>,
}Fields§
§id: Option<Vec<String>>§generic: Option<Vec<String>>§library: Option<Vec<String>>§title: Option<Vec<String>>§developer: Option<Vec<String>>§publisher: Option<Vec<String>>§series: Option<Vec<String>>§platforms: Option<Vec<String>>§play_mode: Option<Vec<String>>§status: Option<Vec<String>>§notes: Option<Vec<String>>§source: Option<Vec<String>>§original_description: Option<Vec<String>>§language: Option<Vec<String>>§application_path: Option<Vec<String>>§launch_command: Option<Vec<String>>Trait Implementations§
source§impl Clone for FieldFilter
impl Clone for FieldFilter
source§fn clone(&self) -> FieldFilter
fn clone(&self) -> FieldFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FieldFilter
impl Debug for FieldFilter
Auto Trait Implementations§
impl Freeze for FieldFilter
impl RefUnwindSafe for FieldFilter
impl Send for FieldFilter
impl Sync for FieldFilter
impl Unpin for FieldFilter
impl UnwindSafe for FieldFilter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)