Enum clarity_repl::analysis::annotation::WarningKind
source · pub enum WarningKind {
UncheckedData,
UncheckedParams,
}Variants§
Trait Implementations§
source§impl Debug for WarningKind
impl Debug for WarningKind
Auto Trait Implementations§
impl RefUnwindSafe for WarningKind
impl Send for WarningKind
impl Sync for WarningKind
impl Unpin for WarningKind
impl UnwindSafe for WarningKind
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