pub struct SecretScanningAlertLocationEvent(pub SecretScanningAlertLocationCreated);
Expand description
SecretScanningAlertLocationEvent
JSON schema
{
"oneOf": [
{
"$ref": "#/definitions/secret_scanning_alert_location$created"
}
]
}
Tuple Fields§
§0: SecretScanningAlertLocationCreated
Trait Implementations§
Source§impl Clone for SecretScanningAlertLocationEvent
impl Clone for SecretScanningAlertLocationEvent
Source§fn clone(&self) -> SecretScanningAlertLocationEvent
fn clone(&self) -> SecretScanningAlertLocationEvent
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 Deref for SecretScanningAlertLocationEvent
impl Deref for SecretScanningAlertLocationEvent
Source§type Target = SecretScanningAlertLocationCreated
type Target = SecretScanningAlertLocationCreated
The resulting type after dereferencing.
Source§fn deref(&self) -> &SecretScanningAlertLocationCreated
fn deref(&self) -> &SecretScanningAlertLocationCreated
Dereferences the value.
Source§impl<'de> Deserialize<'de> for SecretScanningAlertLocationEvent
impl<'de> Deserialize<'de> for SecretScanningAlertLocationEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&SecretScanningAlertLocationEvent> for SecretScanningAlertLocationEvent
impl From<&SecretScanningAlertLocationEvent> for SecretScanningAlertLocationEvent
Source§fn from(value: &SecretScanningAlertLocationEvent) -> Self
fn from(value: &SecretScanningAlertLocationEvent) -> Self
Converts to this type from the input type.
Source§impl From<SecretScanningAlertLocationCreated> for SecretScanningAlertLocationEvent
impl From<SecretScanningAlertLocationCreated> for SecretScanningAlertLocationEvent
Source§fn from(value: SecretScanningAlertLocationCreated) -> Self
fn from(value: SecretScanningAlertLocationCreated) -> Self
Converts to this type from the input type.
Source§impl From<SecretScanningAlertLocationEvent> for SecretScanningAlertLocationCreated
impl From<SecretScanningAlertLocationEvent> for SecretScanningAlertLocationCreated
Source§fn from(value: SecretScanningAlertLocationEvent) -> Self
fn from(value: SecretScanningAlertLocationEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecretScanningAlertLocationEvent
impl RefUnwindSafe for SecretScanningAlertLocationEvent
impl Send for SecretScanningAlertLocationEvent
impl Sync for SecretScanningAlertLocationEvent
impl Unpin for SecretScanningAlertLocationEvent
impl UnwindSafe for SecretScanningAlertLocationEvent
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