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