Struct graphql_query_builder::Args
source · pub struct Args {
pub operation: String,
pub fields: Vec<Either<&'static str, Args>>,
pub variables: Option<HashMap<&'static str, VariableValues>>,
}
Fields§
§operation: String
§fields: Vec<Either<&'static str, Args>>
§variables: Option<HashMap<&'static str, VariableValues>>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Args
impl Send for Args
impl Sync for Args
impl Unpin for Args
impl UnwindSafe for Args
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