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