pub struct GraphqlTemplateOperation {
pub http: HttpTemplateOperation,
pub operation_name: Option<String>,
pub document: String,
pub variables_json: Option<String>,
}Fields§
§http: HttpTemplateOperation§operation_name: Option<String>§document: String§variables_json: Option<String>Trait Implementations§
Source§impl Clone for GraphqlTemplateOperation
impl Clone for GraphqlTemplateOperation
Source§fn clone(&self) -> GraphqlTemplateOperation
fn clone(&self) -> GraphqlTemplateOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GraphqlTemplateOperation
impl RefUnwindSafe for GraphqlTemplateOperation
impl Send for GraphqlTemplateOperation
impl Sync for GraphqlTemplateOperation
impl Unpin for GraphqlTemplateOperation
impl UnsafeUnpin for GraphqlTemplateOperation
impl UnwindSafe for GraphqlTemplateOperation
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