pub struct DependabotAlert { /* private fields */ }
Implementations§
Source§impl DependabotAlert
impl DependabotAlert
pub fn auto_dismissed_at<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn dependency<T>(self, value: T) -> Self
pub fn dismissed_at<T>(self, value: T) -> Self
pub fn dismissed_by<T>(self, value: T) -> Self
pub fn dismissed_comment<T>(self, value: T) -> Self
pub fn dismissed_reason<T>(self, value: T) -> Self
pub fn fixed_at<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn security_advisory<T>(self, value: T) -> Self
pub fn security_vulnerability<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DependabotAlert
impl Clone for DependabotAlert
Source§fn clone(&self) -> DependabotAlert
fn clone(&self) -> DependabotAlert
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 DependabotAlert
impl Debug for DependabotAlert
Source§impl Default for DependabotAlert
impl Default for DependabotAlert
Source§impl From<DependabotAlert> for DependabotAlert
impl From<DependabotAlert> for DependabotAlert
Source§fn from(value: DependabotAlert) -> Self
fn from(value: DependabotAlert) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DependabotAlert> for DependabotAlert
impl TryFrom<DependabotAlert> for DependabotAlert
Auto Trait Implementations§
impl Freeze for DependabotAlert
impl RefUnwindSafe for DependabotAlert
impl Send for DependabotAlert
impl Sync for DependabotAlert
impl Unpin for DependabotAlert
impl UnwindSafe for DependabotAlert
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