pub enum RfcStatus {
Draft,
Approved,
Enforced,
Retired,
}Expand description
RFC lifecycle (D-B). Every active contained rule inherits the RFC’s
status; a rule may only narrow it to retired.
Variants§
Implementations§
Trait Implementations§
impl Copy for RfcStatus
impl Eq for RfcStatus
impl StructuralPartialEq for RfcStatus
Auto Trait Implementations§
impl Freeze for RfcStatus
impl RefUnwindSafe for RfcStatus
impl Send for RfcStatus
impl Sync for RfcStatus
impl Unpin for RfcStatus
impl UnsafeUnpin for RfcStatus
impl UnwindSafe for RfcStatus
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