pub enum UserInteraction {
None,
Required,
}Expand description
CVSS v3.x User Interaction
Variants§
Trait Implementations§
Source§impl Clone for UserInteraction
impl Clone for UserInteraction
Source§fn clone(&self) -> UserInteraction
fn clone(&self) -> UserInteraction
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 UserInteraction
impl Debug for UserInteraction
Source§impl<'de> Deserialize<'de> for UserInteraction
impl<'de> Deserialize<'de> for UserInteraction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UserInteraction
impl PartialEq for UserInteraction
Source§impl Serialize for UserInteraction
impl Serialize for UserInteraction
impl Copy for UserInteraction
impl Eq for UserInteraction
impl StructuralPartialEq for UserInteraction
Auto Trait Implementations§
impl Freeze for UserInteraction
impl RefUnwindSafe for UserInteraction
impl Send for UserInteraction
impl Sync for UserInteraction
impl Unpin for UserInteraction
impl UnwindSafe for UserInteraction
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