pub enum ShellCheckLevel {
Style,
Info,
Warning,
Error,
}Expand description
Rule metadata lookup utilities.
Variants§
Trait Implementations§
Source§impl Clone for ShellCheckLevel
impl Clone for ShellCheckLevel
Source§fn clone(&self) -> ShellCheckLevel
fn clone(&self) -> ShellCheckLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShellCheckLevel
Source§impl Debug for ShellCheckLevel
impl Debug for ShellCheckLevel
impl Eq for ShellCheckLevel
Source§impl PartialEq for ShellCheckLevel
impl PartialEq for ShellCheckLevel
impl StructuralPartialEq for ShellCheckLevel
Auto Trait Implementations§
impl Freeze for ShellCheckLevel
impl RefUnwindSafe for ShellCheckLevel
impl Send for ShellCheckLevel
impl Sync for ShellCheckLevel
impl Unpin for ShellCheckLevel
impl UnsafeUnpin for ShellCheckLevel
impl UnwindSafe for ShellCheckLevel
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