Expand description
When parsing Cargo.toml, some warnings should silenced
if the manifest comes from a dependency. ManifestWarning
allows this delayed emission of warnings.
Fields
message: Stringis_critical: boolTrait Implementations
sourceimpl Clone for DelayedWarning
impl Clone for DelayedWarning
sourcefn clone(&self) -> DelayedWarning
fn clone(&self) -> DelayedWarning
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for DelayedWarning
impl Send for DelayedWarning
impl Sync for DelayedWarning
impl Unpin for DelayedWarning
impl UnwindSafe for DelayedWarning
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more