pub enum RuleLevel {
Must,
Should,
}Expand description
RFC-2119 level of a rule’s normative statement. The design’s vocabulary
is SHOULD/MUST only (D-B’s behavior table has no may row) — may is a
load error naming the supported levels.
Variants§
Implementations§
Trait Implementations§
impl Copy for RuleLevel
impl Eq for RuleLevel
impl StructuralPartialEq for RuleLevel
Auto Trait Implementations§
impl Freeze for RuleLevel
impl RefUnwindSafe for RuleLevel
impl Send for RuleLevel
impl Sync for RuleLevel
impl Unpin for RuleLevel
impl UnsafeUnpin for RuleLevel
impl UnwindSafe for RuleLevel
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