pub struct SurfaceWarning {
pub path: PathBuf,
pub message: Cow<'static, str>,
}Expand description
A non-fatal warning produced by surface install or doctor operations.
Fields§
§path: PathBuf§message: Cow<'static, str>Trait Implementations§
Source§impl Clone for SurfaceWarning
impl Clone for SurfaceWarning
Source§fn clone(&self) -> SurfaceWarning
fn clone(&self) -> SurfaceWarning
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 SurfaceWarning
impl RefUnwindSafe for SurfaceWarning
impl Send for SurfaceWarning
impl Sync for SurfaceWarning
impl Unpin for SurfaceWarning
impl UnsafeUnpin for SurfaceWarning
impl UnwindSafe for SurfaceWarning
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