pub struct FieldFilter {Show 19 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>>,
pub ruffle_support: Option<Vec<String>>,
pub ext: Option<HashMap<String, HashMap<String, 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>>
§ruffle_support: Option<Vec<String>>
§ext: Option<HashMap<String, HashMap<String, Vec<String>>>>
Trait Implementations§
Source§impl Clone for FieldFilter
impl Clone for FieldFilter
Source§fn clone(&self) -> FieldFilter
fn clone(&self) -> FieldFilter
Returns a duplicate 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