pub struct RuleWarning {
pub path: String,
pub message: String,
}Expand description
Soft check that passed but may indicate misconfiguration.
Fields§
§path: String§message: StringTrait Implementations§
Source§impl Clone for RuleWarning
impl Clone for RuleWarning
Source§fn clone(&self) -> RuleWarning
fn clone(&self) -> RuleWarning
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 RuleWarning
impl Debug for RuleWarning
Source§impl PartialEq for RuleWarning
impl PartialEq for RuleWarning
impl StructuralPartialEq for RuleWarning
Auto Trait Implementations§
impl Freeze for RuleWarning
impl RefUnwindSafe for RuleWarning
impl Send for RuleWarning
impl Sync for RuleWarning
impl Unpin for RuleWarning
impl UnsafeUnpin for RuleWarning
impl UnwindSafe for RuleWarning
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