pub struct AppInfoWarning {
pub path: Option<PathBuf>,
pub message: String,
}Expand description
A non-fatal problem encountered during best-effort enumeration.
Fields§
§path: Option<PathBuf>§message: StringTrait Implementations§
Source§impl Clone for AppInfoWarning
impl Clone for AppInfoWarning
Source§fn clone(&self) -> AppInfoWarning
fn clone(&self) -> AppInfoWarning
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AppInfoWarning
impl RefUnwindSafe for AppInfoWarning
impl Send for AppInfoWarning
impl Sync for AppInfoWarning
impl Unpin for AppInfoWarning
impl UnsafeUnpin for AppInfoWarning
impl UnwindSafe for AppInfoWarning
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