pub struct RuleDescription {
pub short: &'static str,
pub extra: Option<&'static str>,
}Fields§
§short: &'static str§extra: Option<&'static str>Auto Trait Implementations§
impl Freeze for RuleDescription
impl RefUnwindSafe for RuleDescription
impl Send for RuleDescription
impl Sync for RuleDescription
impl Unpin for RuleDescription
impl UnwindSafe for RuleDescription
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