pub struct OwnedGamesResponse {
pub response: OwnedGamesData,
}Fields§
§response: OwnedGamesDataTrait Implementations§
Source§impl Clone for OwnedGamesResponse
impl Clone for OwnedGamesResponse
Source§fn clone(&self) -> OwnedGamesResponse
fn clone(&self) -> OwnedGamesResponse
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 OwnedGamesResponse
impl Debug for OwnedGamesResponse
Source§impl Default for OwnedGamesResponse
impl Default for OwnedGamesResponse
Source§fn default() -> OwnedGamesResponse
fn default() -> OwnedGamesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OwnedGamesResponse
impl<'de> Deserialize<'de> for OwnedGamesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OwnedGamesResponse
impl PartialEq for OwnedGamesResponse
Source§impl Serialize for OwnedGamesResponse
impl Serialize for OwnedGamesResponse
impl StructuralPartialEq for OwnedGamesResponse
Auto Trait Implementations§
impl Freeze for OwnedGamesResponse
impl RefUnwindSafe for OwnedGamesResponse
impl Send for OwnedGamesResponse
impl Sync for OwnedGamesResponse
impl Unpin for OwnedGamesResponse
impl UnwindSafe for OwnedGamesResponse
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