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