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