struct StatusRow {
cache_root: String,
runtime_source: String,
pack_version: String,
source: String,
profile: String,
entries: usize,
last_error: String,
}Fields§
§cache_root: String§runtime_source: String§pack_version: String§source: String§profile: String§entries: usize§last_error: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StatusRow
impl RefUnwindSafe for StatusRow
impl Send for StatusRow
impl Sync for StatusRow
impl Unpin for StatusRow
impl UnsafeUnpin for StatusRow
impl UnwindSafe for StatusRow
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