pub struct SecretScanningAlertCreatedAlert { /* private fields */ }
Implementations§
Source§impl SecretScanningAlertCreatedAlert
impl SecretScanningAlertCreatedAlert
pub fn created_at<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn locations_url<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn push_protection_bypassed<T>(self, value: T) -> Self
pub fn push_protection_bypassed_at<T>(self, value: T) -> Self
pub fn push_protection_bypassed_by<T>(self, value: T) -> Self
pub fn resolution<T>(self, value: T) -> Self
pub fn resolution_comment<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<T>(self, value: T) -> Self
pub fn secret_type<T>(self, value: T) -> Self
pub fn secret_type_display_name<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SecretScanningAlertCreatedAlert
impl Clone for SecretScanningAlertCreatedAlert
Source§fn clone(&self) -> SecretScanningAlertCreatedAlert
fn clone(&self) -> SecretScanningAlertCreatedAlert
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<SecretScanningAlertCreatedAlert> for SecretScanningAlertCreatedAlert
impl From<SecretScanningAlertCreatedAlert> for SecretScanningAlertCreatedAlert
Source§fn from(value: SecretScanningAlertCreatedAlert) -> Self
fn from(value: SecretScanningAlertCreatedAlert) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecretScanningAlertCreatedAlert
impl RefUnwindSafe for SecretScanningAlertCreatedAlert
impl Send for SecretScanningAlertCreatedAlert
impl Sync for SecretScanningAlertCreatedAlert
impl Unpin for SecretScanningAlertCreatedAlert
impl UnwindSafe for SecretScanningAlertCreatedAlert
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