pub struct CVSS;Trait Implementations§
Source§impl HasField<__typename> for CVSS
impl HasField<__typename> for CVSS
Source§impl HasField<vectorString> for CVSS
impl HasField<vectorString> for CVSS
Auto Trait Implementations§
impl Freeze for CVSS
impl RefUnwindSafe for CVSS
impl Send for CVSS
impl Sync for CVSS
impl Unpin for CVSS
impl UnwindSafe for CVSS
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