pub struct Supergraph {
pub schema: Schema,
}Fields§
§schema: SchemaImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Supergraph
impl RefUnwindSafe for Supergraph
impl Send for Supergraph
impl Sync for Supergraph
impl Unpin for Supergraph
impl UnwindSafe for Supergraph
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