pub struct ShellCheckCodeMap { /* private fields */ }Expand description
Suppression directives, shellcheck mappings, and rewrite helpers. Maps ShellCheck SC codes to Shuck rules.
Implementations§
Trait Implementations§
Source§impl Clone for ShellCheckCodeMap
impl Clone for ShellCheckCodeMap
Source§fn clone(&self) -> ShellCheckCodeMap
fn clone(&self) -> ShellCheckCodeMap
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 moreSource§impl Debug for ShellCheckCodeMap
impl Debug for ShellCheckCodeMap
Source§impl Default for ShellCheckCodeMap
impl Default for ShellCheckCodeMap
impl Eq for ShellCheckCodeMap
Source§impl PartialEq for ShellCheckCodeMap
impl PartialEq for ShellCheckCodeMap
impl StructuralPartialEq for ShellCheckCodeMap
Auto Trait Implementations§
impl Freeze for ShellCheckCodeMap
impl RefUnwindSafe for ShellCheckCodeMap
impl Send for ShellCheckCodeMap
impl Sync for ShellCheckCodeMap
impl Unpin for ShellCheckCodeMap
impl UnsafeUnpin for ShellCheckCodeMap
impl UnwindSafe for ShellCheckCodeMap
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