pub struct CodeScanningAlertFixedAlert { /* private fields */ }
Implementations§
Source§impl CodeScanningAlertFixedAlert
impl CodeScanningAlertFixedAlert
pub fn created_at<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_reason<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn instances<T>(self, value: T) -> Self
pub fn instances_url<T>(self, value: T) -> Self
pub fn most_recent_instance<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn rule<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn tool<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CodeScanningAlertFixedAlert
impl Clone for CodeScanningAlertFixedAlert
Source§fn clone(&self) -> CodeScanningAlertFixedAlert
fn clone(&self) -> CodeScanningAlertFixedAlert
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 CodeScanningAlertFixedAlert
impl Debug for CodeScanningAlertFixedAlert
Source§impl From<CodeScanningAlertFixedAlert> for CodeScanningAlertFixedAlert
impl From<CodeScanningAlertFixedAlert> for CodeScanningAlertFixedAlert
Source§fn from(value: CodeScanningAlertFixedAlert) -> Self
fn from(value: CodeScanningAlertFixedAlert) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CodeScanningAlertFixedAlert
impl RefUnwindSafe for CodeScanningAlertFixedAlert
impl Send for CodeScanningAlertFixedAlert
impl Sync for CodeScanningAlertFixedAlert
impl Unpin for CodeScanningAlertFixedAlert
impl UnwindSafe for CodeScanningAlertFixedAlert
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