pub struct WebhookSecurityAndAnalysisChangesFrom {
pub security_and_analysis: Option<Option<Box<SecurityAndAnalysis>>>,
}
Fields§
§security_and_analysis: Option<Option<Box<SecurityAndAnalysis>>>
Implementations§
Trait Implementations§
Source§impl Clone for WebhookSecurityAndAnalysisChangesFrom
impl Clone for WebhookSecurityAndAnalysisChangesFrom
Source§fn clone(&self) -> WebhookSecurityAndAnalysisChangesFrom
fn clone(&self) -> WebhookSecurityAndAnalysisChangesFrom
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 Default for WebhookSecurityAndAnalysisChangesFrom
impl Default for WebhookSecurityAndAnalysisChangesFrom
Source§fn default() -> WebhookSecurityAndAnalysisChangesFrom
fn default() -> WebhookSecurityAndAnalysisChangesFrom
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookSecurityAndAnalysisChangesFrom
impl<'de> Deserialize<'de> for WebhookSecurityAndAnalysisChangesFrom
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 PartialEq for WebhookSecurityAndAnalysisChangesFrom
impl PartialEq for WebhookSecurityAndAnalysisChangesFrom
Source§fn eq(&self, other: &WebhookSecurityAndAnalysisChangesFrom) -> bool
fn eq(&self, other: &WebhookSecurityAndAnalysisChangesFrom) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhookSecurityAndAnalysisChangesFrom
Auto Trait Implementations§
impl Freeze for WebhookSecurityAndAnalysisChangesFrom
impl RefUnwindSafe for WebhookSecurityAndAnalysisChangesFrom
impl Send for WebhookSecurityAndAnalysisChangesFrom
impl Sync for WebhookSecurityAndAnalysisChangesFrom
impl Unpin for WebhookSecurityAndAnalysisChangesFrom
impl UnwindSafe for WebhookSecurityAndAnalysisChangesFrom
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