Struct fuel_indexer_database_types::TypeId
source · pub struct TypeId {
pub id: i64,
pub schema_version: String,
pub schema_name: String,
pub graphql_name: String,
pub table_name: String,
}Fields
id: i64schema_version: Stringschema_name: Stringgraphql_name: Stringtable_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
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