Struct fuel_indexer_database_types::GraphRoot
source · pub struct GraphRoot {
pub id: i64,
pub version: String,
pub schema_name: String,
pub schema_identifier: String,
pub schema: String,
}Fields§
§id: i64§version: String§schema_name: String§schema_identifier: String§schema: 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§
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