pub struct NewGraphRoot {
pub version: String,
pub schema_name: String,
pub schema_identifier: String,
pub schema: String,
}Fields§
§version: String§schema_name: String§schema_identifier: String§schema: 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§
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