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