pub struct NewGraphRoot {
pub version: String,
pub schema_name: String,
pub query: String,
pub schema: String,
}Fields
version: Stringschema_name: Stringquery: Stringschema: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewGraphRoot
impl Send for NewGraphRoot
impl Sync for NewGraphRoot
impl Unpin for NewGraphRoot
impl UnwindSafe for NewGraphRoot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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