#[non_exhaustive]pub enum SciControlBare {
Bur,
Hcs,
Klm,
Mvl,
Rsv,
Si,
Tk,
}Expand description
Bare SCI control systems (CVE values with no ‘-’) from CVEnumISMSCIControls.xml.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
Source§impl Clone for SciControlBare
impl Clone for SciControlBare
Source§fn clone(&self) -> SciControlBare
fn clone(&self) -> SciControlBare
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SciControlBare
impl Debug for SciControlBare
Source§impl Display for SciControlBare
impl Display for SciControlBare
Source§impl Hash for SciControlBare
impl Hash for SciControlBare
Source§impl Ord for SciControlBare
impl Ord for SciControlBare
Source§fn cmp(&self, other: &SciControlBare) -> Ordering
fn cmp(&self, other: &SciControlBare) -> Ordering
1.21.0 · 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 PartialEq for SciControlBare
impl PartialEq for SciControlBare
Source§impl PartialOrd for SciControlBare
impl PartialOrd for SciControlBare
impl Copy for SciControlBare
impl Eq for SciControlBare
impl StructuralPartialEq for SciControlBare
Auto Trait Implementations§
impl Freeze for SciControlBare
impl RefUnwindSafe for SciControlBare
impl Send for SciControlBare
impl Sync for SciControlBare
impl Unpin for SciControlBare
impl UnsafeUnpin for SciControlBare
impl UnwindSafe for SciControlBare
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