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