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