pub struct RefreshResult {
pub cmd_name: String,
pub cache_path: PathBuf,
pub outcome: Result<(), String>,
}Fields§
§cmd_name: String§cache_path: PathBuf§outcome: Result<(), String>Auto Trait Implementations§
impl Freeze for RefreshResult
impl RefUnwindSafe for RefreshResult
impl Send for RefreshResult
impl Sync for RefreshResult
impl Unpin for RefreshResult
impl UnsafeUnpin for RefreshResult
impl UnwindSafe for RefreshResult
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