pub struct PlatformList {
pub total: i64,
pub platforms: Vec<Platform>,
}Fields§
§total: i64§platforms: Vec<Platform>Implementations§
Trait Implementations§
Source§impl Clone for PlatformList
impl Clone for PlatformList
Source§fn clone(&self) -> PlatformList
fn clone(&self) -> PlatformList
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 PlatformList
impl Debug for PlatformList
Source§impl<'de> Deserialize<'de> for PlatformList
impl<'de> Deserialize<'de> for PlatformList
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 Display for PlatformList
impl Display for PlatformList
Auto Trait Implementations§
impl Freeze for PlatformList
impl RefUnwindSafe for PlatformList
impl Send for PlatformList
impl Sync for PlatformList
impl Unpin for PlatformList
impl UnwindSafe for PlatformList
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