pub struct LocaleImportStats {
pub locale: String,
pub keys_count: usize,
}Fields§
§locale: String§keys_count: usizeTrait Implementations§
Source§impl Debug for LocaleImportStats
impl Debug for LocaleImportStats
Auto Trait Implementations§
impl Freeze for LocaleImportStats
impl RefUnwindSafe for LocaleImportStats
impl Send for LocaleImportStats
impl Sync for LocaleImportStats
impl Unpin for LocaleImportStats
impl UnsafeUnpin for LocaleImportStats
impl UnwindSafe for LocaleImportStats
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