pub struct EnrichProgress {
pub current: i32,
pub total_found: i32,
pub last_game: String,
pub status: String,
}Expand description
Progresso de enriquecimento de metadados
Fields§
§current: i32§total_found: i32§last_game: String§status: StringTrait Implementations§
Source§impl Clone for EnrichProgress
impl Clone for EnrichProgress
Source§fn clone(&self) -> EnrichProgress
fn clone(&self) -> EnrichProgress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EnrichProgress
impl RefUnwindSafe for EnrichProgress
impl Send for EnrichProgress
impl Sync for EnrichProgress
impl Unpin for EnrichProgress
impl UnwindSafe for EnrichProgress
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