pub struct LanguagePackStatusEntry {
pub lang: String,
pub kind: &'static str,
pub sha256: String,
pub bytes: u64,
pub path: String,
}Fields§
§lang: String§kind: &'static str§sha256: String§bytes: u64§path: StringTrait Implementations§
Source§impl Clone for LanguagePackStatusEntry
impl Clone for LanguagePackStatusEntry
Source§fn clone(&self) -> LanguagePackStatusEntry
fn clone(&self) -> LanguagePackStatusEntry
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 moreSource§impl Debug for LanguagePackStatusEntry
impl Debug for LanguagePackStatusEntry
Auto Trait Implementations§
impl Freeze for LanguagePackStatusEntry
impl RefUnwindSafe for LanguagePackStatusEntry
impl Send for LanguagePackStatusEntry
impl Sync for LanguagePackStatusEntry
impl Unpin for LanguagePackStatusEntry
impl UnsafeUnpin for LanguagePackStatusEntry
impl UnwindSafe for LanguagePackStatusEntry
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