pub struct GetGameSteamSummaryParams {
pub steamid_query: Option<String>,
pub id_query: Option<String>,
pub id_3_query: Option<String>,
pub key_query: Option<String>,
}Fields§
§steamid_query: Option<String>§id_query: Option<String>§id_3_query: Option<String>§key_query: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetGameSteamSummaryParams
impl Clone for GetGameSteamSummaryParams
Source§fn clone(&self) -> GetGameSteamSummaryParams
fn clone(&self) -> GetGameSteamSummaryParams
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 GetGameSteamSummaryParams
impl RefUnwindSafe for GetGameSteamSummaryParams
impl Send for GetGameSteamSummaryParams
impl Sync for GetGameSteamSummaryParams
impl Unpin for GetGameSteamSummaryParams
impl UnwindSafe for GetGameSteamSummaryParams
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