pub struct AddIgnoreParseError {
pub message: String,
pub line: usize,
pub column: usize,
}Expand description
Suppression directives, shellcheck mappings, and rewrite helpers.
Fields§
§message: String§line: usize§column: usizeTrait Implementations§
Source§impl Clone for AddIgnoreParseError
impl Clone for AddIgnoreParseError
Source§fn clone(&self) -> AddIgnoreParseError
fn clone(&self) -> AddIgnoreParseError
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 AddIgnoreParseError
impl Debug for AddIgnoreParseError
impl Eq for AddIgnoreParseError
Source§impl PartialEq for AddIgnoreParseError
impl PartialEq for AddIgnoreParseError
impl StructuralPartialEq for AddIgnoreParseError
Auto Trait Implementations§
impl Freeze for AddIgnoreParseError
impl RefUnwindSafe for AddIgnoreParseError
impl Send for AddIgnoreParseError
impl Sync for AddIgnoreParseError
impl Unpin for AddIgnoreParseError
impl UnsafeUnpin for AddIgnoreParseError
impl UnwindSafe for AddIgnoreParseError
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