pub struct NoqaMap { /* private fields */ }Expand description
-- noqa suppression directives indexed by 1-based line number.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoqaMap
impl RefUnwindSafe for NoqaMap
impl Send for NoqaMap
impl Sync for NoqaMap
impl Unpin for NoqaMap
impl UnsafeUnpin for NoqaMap
impl UnwindSafe for NoqaMap
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