pub enum ReportState {
New,
Triaged,
NeedsMoreInfo,
Resolved,
Informative,
NotApplicable,
Duplicate,
Spam,
}Expand description
Report states accepted by a state change.
Variants§
New
new
Triaged
triaged
NeedsMoreInfo
needs_more_info
Resolved
resolved
Informative
informative
NotApplicable
not_applicable
Duplicate
duplicate
Spam
spam
Implementations§
Trait Implementations§
Source§impl Clone for ReportState
impl Clone for ReportState
impl Copy for ReportState
Source§impl Debug for ReportState
impl Debug for ReportState
impl Eq for ReportState
Source§impl PartialEq for ReportState
impl PartialEq for ReportState
Source§impl Serialize for ReportState
impl Serialize for ReportState
impl StructuralPartialEq for ReportState
Auto Trait Implementations§
impl Freeze for ReportState
impl RefUnwindSafe for ReportState
impl Send for ReportState
impl Sync for ReportState
impl Unpin for ReportState
impl UnsafeUnpin for ReportState
impl UnwindSafe for ReportState
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