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