pub struct Stricture {
pub code: &'static str,
pub severity: &'static str,
pub message: String,
}Expand description
A consideration before judgement (stricture against judging the chart).
Fields§
§code: &'static strStable code, e.g. “EARLY_ASC”, “MOON_VOC”.
severity: &'static str“warning” or “info”.
message: StringExplanation for the reader, in English.
Trait Implementations§
impl StructuralPartialEq for Stricture
Auto Trait Implementations§
impl Freeze for Stricture
impl RefUnwindSafe for Stricture
impl Send for Stricture
impl Sync for Stricture
impl Unpin for Stricture
impl UnsafeUnpin for Stricture
impl UnwindSafe for Stricture
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