pub enum CvssScope {
Unchanged,
Changed,
}Expand description
CVSS scope labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for CvssScope
impl Ord for CvssScope
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CvssScope
impl PartialOrd for CvssScope
impl Copy for CvssScope
impl Eq for CvssScope
impl StructuralPartialEq for CvssScope
Auto Trait Implementations§
impl Freeze for CvssScope
impl RefUnwindSafe for CvssScope
impl Send for CvssScope
impl Sync for CvssScope
impl Unpin for CvssScope
impl UnsafeUnpin for CvssScope
impl UnwindSafe for CvssScope
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