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