pub struct CodeScanningAlertReopenedByUserAlertInstancesItem { /* private fields */ }
Implementations§
Source§impl CodeScanningAlertReopenedByUserAlertInstancesItem
impl CodeScanningAlertReopenedByUserAlertInstancesItem
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) -> Selfwhere
T: TryInto<Option<CodeScanningAlertReopenedByUserAlertInstancesItemLocation>>,
T::Error: Display,
pub fn message<T>(self, value: T) -> Selfwhere
T: TryInto<Option<CodeScanningAlertReopenedByUserAlertInstancesItemMessage>>,
T::Error: Display,
pub fn ref_<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CodeScanningAlertReopenedByUserAlertInstancesItem
impl Clone for CodeScanningAlertReopenedByUserAlertInstancesItem
Source§fn clone(&self) -> CodeScanningAlertReopenedByUserAlertInstancesItem
fn clone(&self) -> CodeScanningAlertReopenedByUserAlertInstancesItem
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<CodeScanningAlertReopenedByUserAlertInstancesItem> for CodeScanningAlertReopenedByUserAlertInstancesItem
impl From<CodeScanningAlertReopenedByUserAlertInstancesItem> for CodeScanningAlertReopenedByUserAlertInstancesItem
Source§fn from(value: CodeScanningAlertReopenedByUserAlertInstancesItem) -> Self
fn from(value: CodeScanningAlertReopenedByUserAlertInstancesItem) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CodeScanningAlertReopenedByUserAlertInstancesItem
impl RefUnwindSafe for CodeScanningAlertReopenedByUserAlertInstancesItem
impl Send for CodeScanningAlertReopenedByUserAlertInstancesItem
impl Sync for CodeScanningAlertReopenedByUserAlertInstancesItem
impl Unpin for CodeScanningAlertReopenedByUserAlertInstancesItem
impl UnwindSafe for CodeScanningAlertReopenedByUserAlertInstancesItem
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