pub enum WarningControl {
Enable(Warning),
Disable(Warning),
EnableAsError(Warning),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WarningControl
impl RefUnwindSafe for WarningControl
impl Send for WarningControl
impl Sync for WarningControl
impl Unpin for WarningControl
impl UnwindSafe for WarningControl
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