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