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