pub struct SecurityAdvisoryCvss { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SecurityAdvisoryCvss
impl Clone for SecurityAdvisoryCvss
Source§fn clone(&self) -> SecurityAdvisoryCvss
fn clone(&self) -> SecurityAdvisoryCvss
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 SecurityAdvisoryCvss
impl Debug for SecurityAdvisoryCvss
Source§impl Default for SecurityAdvisoryCvss
impl Default for SecurityAdvisoryCvss
Source§impl From<SecurityAdvisoryCvss> for SecurityAdvisoryCvss
impl From<SecurityAdvisoryCvss> for SecurityAdvisoryCvss
Source§fn from(value: SecurityAdvisoryCvss) -> Self
fn from(value: SecurityAdvisoryCvss) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecurityAdvisoryCvss
impl RefUnwindSafe for SecurityAdvisoryCvss
impl Send for SecurityAdvisoryCvss
impl Sync for SecurityAdvisoryCvss
impl Unpin for SecurityAdvisoryCvss
impl UnwindSafe for SecurityAdvisoryCvss
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