pub struct SecretScanningAlertCreatedAlertResolution(/* private fields */);
Expand description
SecretScanningAlertCreatedAlertResolution
JSON schema
{
"type": "null",
"enum": [
null
]
}
Trait Implementations§
Source§impl Clone for SecretScanningAlertCreatedAlertResolution
impl Clone for SecretScanningAlertCreatedAlertResolution
Source§fn clone(&self) -> SecretScanningAlertCreatedAlertResolution
fn clone(&self) -> SecretScanningAlertCreatedAlertResolution
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<'de> Deserialize<'de> for SecretScanningAlertCreatedAlertResolution
impl<'de> Deserialize<'de> for SecretScanningAlertCreatedAlertResolution
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<&SecretScanningAlertCreatedAlertResolution> for SecretScanningAlertCreatedAlertResolution
impl From<&SecretScanningAlertCreatedAlertResolution> for SecretScanningAlertCreatedAlertResolution
Source§fn from(value: &SecretScanningAlertCreatedAlertResolution) -> Self
fn from(value: &SecretScanningAlertCreatedAlertResolution) -> Self
Converts to this type from the input type.
Source§impl From<SecretScanningAlertCreatedAlertResolution> for ()
impl From<SecretScanningAlertCreatedAlertResolution> for ()
Source§fn from(value: SecretScanningAlertCreatedAlertResolution) -> Self
fn from(value: SecretScanningAlertCreatedAlertResolution) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecretScanningAlertCreatedAlertResolution
impl RefUnwindSafe for SecretScanningAlertCreatedAlertResolution
impl Send for SecretScanningAlertCreatedAlertResolution
impl Sync for SecretScanningAlertCreatedAlertResolution
impl Unpin for SecretScanningAlertCreatedAlertResolution
impl UnwindSafe for SecretScanningAlertCreatedAlertResolution
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