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