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