Struct graphql_parser::query::Document
source · pub struct Document<'a, T: Text<'a>> {
pub definitions: Vec<Definition<'a, T>>,
}
Expand description
Root of query data
Fields§
§definitions: Vec<Definition<'a, T>>
Implementations§
Trait Implementations§
source§impl<'a, T: PartialEq + Text<'a>> PartialEq for Document<'a, T>
impl<'a, T: PartialEq + Text<'a>> PartialEq for Document<'a, T>
impl<'a, T: Text<'a>> StructuralPartialEq for Document<'a, T>
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for Document<'a, T>where <T as Text<'a>>::Value: RefUnwindSafe,
impl<'a, T> Send for Document<'a, T>where <T as Text<'a>>::Value: Send,
impl<'a, T> Sync for Document<'a, T>where <T as Text<'a>>::Value: Sync,
impl<'a, T> Unpin for Document<'a, T>where <T as Text<'a>>::Value: Unpin,
impl<'a, T> UnwindSafe for Document<'a, T>where <T as Text<'a>>::Value: UnwindSafe,
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