pub struct Warnings(_);
Implementations
sourceimpl Warnings
impl Warnings
pub fn add_warning(&mut self, s: String)
pub fn add_critical_warning(&mut self, s: String)
pub fn warnings(&self) -> &[DelayedWarning]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Warnings
impl Send for Warnings
impl Sync for Warnings
impl Unpin for Warnings
impl UnwindSafe for Warnings
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