pub struct QueryContentResponse {
pub content: Vec<Game>,
}Fields§
§content: Vec<Game>Trait Implementations§
Source§impl Debug for QueryContentResponse
impl Debug for QueryContentResponse
Source§impl<'de> Deserialize<'de> for QueryContentResponse
impl<'de> Deserialize<'de> for QueryContentResponse
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 QueryContentResponse
impl RefUnwindSafe for QueryContentResponse
impl Send for QueryContentResponse
impl Sync for QueryContentResponse
impl Unpin for QueryContentResponse
impl UnwindSafe for QueryContentResponse
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