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