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