pub struct GetGameEpicFree200Response {
pub code: Option<i32>,
pub data: Option<Vec<GetGameEpicFree200ResponseDataInner>>,
}Fields§
§code: Option<i32>状态码,200代表成功。
data: Option<Vec<GetGameEpicFree200ResponseDataInner>>免费游戏列表数组。
Implementations§
Source§impl GetGameEpicFree200Response
impl GetGameEpicFree200Response
pub fn new() -> GetGameEpicFree200Response
Trait Implementations§
Source§impl Clone for GetGameEpicFree200Response
impl Clone for GetGameEpicFree200Response
Source§fn clone(&self) -> GetGameEpicFree200Response
fn clone(&self) -> GetGameEpicFree200Response
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 GetGameEpicFree200Response
impl Debug for GetGameEpicFree200Response
Source§impl Default for GetGameEpicFree200Response
impl Default for GetGameEpicFree200Response
Source§fn default() -> GetGameEpicFree200Response
fn default() -> GetGameEpicFree200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetGameEpicFree200Response
impl<'de> Deserialize<'de> for GetGameEpicFree200Response
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
impl StructuralPartialEq for GetGameEpicFree200Response
Auto Trait Implementations§
impl Freeze for GetGameEpicFree200Response
impl RefUnwindSafe for GetGameEpicFree200Response
impl Send for GetGameEpicFree200Response
impl Sync for GetGameEpicFree200Response
impl Unpin for GetGameEpicFree200Response
impl UnwindSafe for GetGameEpicFree200Response
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