pub struct GameSearchOffset {
pub value: Value,
pub title: String,
pub game_id: String,
}
Fields§
§value: Value
§title: String
§game_id: String
Trait Implementations§
Source§impl Clone for GameSearchOffset
impl Clone for GameSearchOffset
Source§fn clone(&self) -> GameSearchOffset
fn clone(&self) -> GameSearchOffset
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 moreAuto Trait Implementations§
impl Freeze for GameSearchOffset
impl RefUnwindSafe for GameSearchOffset
impl Send for GameSearchOffset
impl Sync for GameSearchOffset
impl Unpin for GameSearchOffset
impl UnwindSafe for GameSearchOffset
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