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