pub struct BoundaryLintRule {
pub rule_id: String,
pub pattern: String,
pub category: String,
pub message: String,
pub suggestion: String,
pub prefix: bool,
}Fields§
§rule_id: String§pattern: String§category: String§message: String§suggestion: String§prefix: boolTrait Implementations§
Source§impl Clone for BoundaryLintRule
impl Clone for BoundaryLintRule
Source§fn clone(&self) -> BoundaryLintRule
fn clone(&self) -> BoundaryLintRule
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 moreAuto Trait Implementations§
impl Freeze for BoundaryLintRule
impl RefUnwindSafe for BoundaryLintRule
impl Send for BoundaryLintRule
impl Sync for BoundaryLintRule
impl Unpin for BoundaryLintRule
impl UnsafeUnpin for BoundaryLintRule
impl UnwindSafe for BoundaryLintRule
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