pub struct GqlCollectionTile {
pub slug: String,
pub name: String,
pub summary: Option<String>,
pub tile_image: Option<String>,
pub game_domain: Option<String>,
pub endorsements: Option<u64>,
pub downloads: Option<u64>,
}Fields§
§slug: String§name: String§summary: Option<String>§tile_image: Option<String>§game_domain: Option<String>§endorsements: Option<u64>§downloads: Option<u64>Trait Implementations§
Source§impl Clone for GqlCollectionTile
impl Clone for GqlCollectionTile
Source§fn clone(&self) -> GqlCollectionTile
fn clone(&self) -> GqlCollectionTile
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 GqlCollectionTile
impl Debug for GqlCollectionTile
Source§impl<'de> Deserialize<'de> for GqlCollectionTile
impl<'de> Deserialize<'de> for GqlCollectionTile
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
Auto Trait Implementations§
impl Freeze for GqlCollectionTile
impl RefUnwindSafe for GqlCollectionTile
impl Send for GqlCollectionTile
impl Sync for GqlCollectionTile
impl Unpin for GqlCollectionTile
impl UnsafeUnpin for GqlCollectionTile
impl UnwindSafe for GqlCollectionTile
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