pub struct GameSearchRelations {
pub tags: bool,
pub platforms: bool,
pub game_data: bool,
pub add_apps: bool,
pub ext_data: bool,
}
Fields§
§platforms: bool
§game_data: bool
§add_apps: bool
§ext_data: bool
Trait Implementations§
Source§impl Clone for GameSearchRelations
impl Clone for GameSearchRelations
Source§fn clone(&self) -> GameSearchRelations
fn clone(&self) -> GameSearchRelations
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 GameSearchRelations
impl Debug for GameSearchRelations
Auto Trait Implementations§
impl Freeze for GameSearchRelations
impl RefUnwindSafe for GameSearchRelations
impl Send for GameSearchRelations
impl Sync for GameSearchRelations
impl Unpin for GameSearchRelations
impl UnwindSafe for GameSearchRelations
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