Enum rad::WarningType
source · [−]pub enum WarningType {
None,
Security,
Sanity,
Any,
}Expand description
Type variant or warning
- None : Default value
- Security : Security related warning
- Sanity : Warning about possible errors
- Any : Both warnings
Variants
None
Security
Sanity
Any
Implementations
sourceimpl WarningType
impl WarningType
Trait Implementations
sourceimpl PartialEq<WarningType> for WarningType
impl PartialEq<WarningType> for WarningType
impl StructuralPartialEq for WarningType
Auto Trait Implementations
impl RefUnwindSafe for WarningType
impl Send for WarningType
impl Sync for WarningType
impl Unpin for WarningType
impl UnwindSafe for WarningType
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