pub struct GetGameSteamSummaryParams {
pub steamid_query: Option<String>,
pub id_query: Option<String>,
pub id_3_query: Option<String>,
pub key_query: Option<String>,
pub disable_cache: Option<bool>,
pub _t: Option<String>,
}Fields§
§steamid_query: Option<String>§id_query: Option<String>§id_3_query: Option<String>§key_query: Option<String>§disable_cache: Option<bool>§_t: Option<String>Implementations§
Source§impl GetGameSteamSummaryParams
impl GetGameSteamSummaryParams
pub fn new() -> Self
pub fn steamid_query(self, value: impl Into<String>) -> Self
pub fn id_query(self, value: impl Into<String>) -> Self
pub fn id_3_query(self, value: impl Into<String>) -> Self
pub fn key_query(self, value: impl Into<String>) -> Self
pub fn disable_cache(self, value: bool) -> Self
pub fn _t(self, value: impl Into<String>) -> Self
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 UnsafeUnpin 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