pub struct GraphqlVariablesFile {
pub path: PathBuf,
pub variables: Value,
pub bumped_limit_fields: usize,
}Fields§
§path: PathBuf§variables: Value§bumped_limit_fields: usizeNumber of numeric limit fields bumped to the configured minimum.
Implementations§
Trait Implementations§
Source§impl Clone for GraphqlVariablesFile
impl Clone for GraphqlVariablesFile
Source§fn clone(&self) -> GraphqlVariablesFile
fn clone(&self) -> GraphqlVariablesFile
Returns a duplicate 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 GraphqlVariablesFile
impl Debug for GraphqlVariablesFile
Source§impl PartialEq for GraphqlVariablesFile
impl PartialEq for GraphqlVariablesFile
impl StructuralPartialEq for GraphqlVariablesFile
Auto Trait Implementations§
impl Freeze for GraphqlVariablesFile
impl RefUnwindSafe for GraphqlVariablesFile
impl Send for GraphqlVariablesFile
impl Sync for GraphqlVariablesFile
impl Unpin for GraphqlVariablesFile
impl UnsafeUnpin for GraphqlVariablesFile
impl UnwindSafe for GraphqlVariablesFile
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