Struct fuel_indexer_database_types::GraphRoot
source · pub struct GraphRoot {
pub id: i64,
pub version: String,
pub schema_name: String,
pub query: String,
pub schema: String,
}Fields
id: i64version: Stringschema_name: Stringquery: Stringschema: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GraphRoot
impl Send for GraphRoot
impl Sync for GraphRoot
impl Unpin for GraphRoot
impl UnwindSafe for GraphRoot
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