pub struct RuleExplanation {
pub name: &'static str,
pub summary: &'static str,
pub breaks: &'static str,
pub instead: &'static str,
}Fields§
§name: &'static str§summary: &'static str§breaks: &'static str§instead: &'static strImplementations§
Auto Trait Implementations§
impl Freeze for RuleExplanation
impl RefUnwindSafe for RuleExplanation
impl Send for RuleExplanation
impl Sync for RuleExplanation
impl Unpin for RuleExplanation
impl UnsafeUnpin for RuleExplanation
impl UnwindSafe for RuleExplanation
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