Struct fuel_indexer_database_types::TypeId
source · pub struct TypeId {
pub id: i64,
pub schema_version: String,
pub schema_name: String,
pub schema_identifier: String,
pub graphql_name: String,
pub table_name: String,
}Fields§
§id: i64§schema_version: String§schema_name: String§schema_identifier: String§graphql_name: String§table_name: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TypeId
impl Send for TypeId
impl Sync for TypeId
impl Unpin for TypeId
impl UnwindSafe for TypeId
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