pub struct severity;
Trait Implementations§
Source§impl HasField<severity> for SecurityVulnerability
impl HasField<severity> for SecurityVulnerability
Source§type Type = SecurityAdvisorySeverity
type Type = SecurityAdvisorySeverity
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for severity
impl RefUnwindSafe for severity
impl Send for severity
impl Sync for severity
impl Unpin for severity
impl UnwindSafe for severity
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