pub struct LintRenderOptions { /* private fields */ }Expand description
Resolved [lint.render] knobs. Carried alongside the rule selection so
the CLI can configure the math/render-compat rule’s profile.
Implementations§
Trait Implementations§
Source§impl Clone for LintRenderOptions
impl Clone for LintRenderOptions
Source§fn clone(&self) -> LintRenderOptions
fn clone(&self) -> LintRenderOptions
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 LintRenderOptions
impl Debug for LintRenderOptions
Source§impl Default for LintRenderOptions
impl Default for LintRenderOptions
impl Eq for LintRenderOptions
Source§impl PartialEq for LintRenderOptions
impl PartialEq for LintRenderOptions
Source§fn eq(&self, other: &LintRenderOptions) -> bool
fn eq(&self, other: &LintRenderOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LintRenderOptions
Auto Trait Implementations§
impl Freeze for LintRenderOptions
impl RefUnwindSafe for LintRenderOptions
impl Send for LintRenderOptions
impl Sync for LintRenderOptions
impl Unpin for LintRenderOptions
impl UnsafeUnpin for LintRenderOptions
impl UnwindSafe for LintRenderOptions
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