Struct graphql_tools::static_graphql::schema::Document
source · [−]pub struct Document<'a, T> where
T: Text<'a>, {
pub definitions: Vec<Definition<'a, T>, Global>,
}
Fields
definitions: Vec<Definition<'a, T>, Global>
Implementations
Trait Implementations
impl<'a, T> StructuralPartialEq for Document<'a, T> where
T: Text<'a>,
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 + RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more