pub struct GetGraphqlApiResponse {
pub graphql_api: Option<GraphqlApi>,
}
Fields§
§graphql_api: Option<GraphqlApi>
The GraphqlApi
object.
Trait Implementations§
Source§impl Clone for GetGraphqlApiResponse
impl Clone for GetGraphqlApiResponse
Source§fn clone(&self) -> GetGraphqlApiResponse
fn clone(&self) -> GetGraphqlApiResponse
Returns a copy 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 GetGraphqlApiResponse
impl Debug for GetGraphqlApiResponse
Source§impl Default for GetGraphqlApiResponse
impl Default for GetGraphqlApiResponse
Source§fn default() -> GetGraphqlApiResponse
fn default() -> GetGraphqlApiResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetGraphqlApiResponse
impl<'de> Deserialize<'de> for GetGraphqlApiResponse
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 GetGraphqlApiResponse
impl PartialEq for GetGraphqlApiResponse
impl StructuralPartialEq for GetGraphqlApiResponse
Auto Trait Implementations§
impl Freeze for GetGraphqlApiResponse
impl RefUnwindSafe for GetGraphqlApiResponse
impl Send for GetGraphqlApiResponse
impl Sync for GetGraphqlApiResponse
impl Unpin for GetGraphqlApiResponse
impl UnwindSafe for GetGraphqlApiResponse
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