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