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