pub enum BranchProtectionRuleAction {
Created,
Edited,
Deleted,
}
Variants§
Trait Implementations§
source§impl Clone for BranchProtectionRuleAction
impl Clone for BranchProtectionRuleAction
source§fn clone(&self) -> BranchProtectionRuleAction
fn clone(&self) -> BranchProtectionRuleAction
Returns a copy 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 Debug for BranchProtectionRuleAction
impl Debug for BranchProtectionRuleAction
source§impl<'de> Deserialize<'de> for BranchProtectionRuleAction
impl<'de> Deserialize<'de> for BranchProtectionRuleAction
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 FromStr for BranchProtectionRuleAction
impl FromStr for BranchProtectionRuleAction
source§impl PartialEq<BranchProtectionRuleAction> for BranchProtectionRuleAction
impl PartialEq<BranchProtectionRuleAction> for BranchProtectionRuleAction
source§fn eq(&self, other: &BranchProtectionRuleAction) -> bool
fn eq(&self, other: &BranchProtectionRuleAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for BranchProtectionRuleAction
impl TryFrom<&str> for BranchProtectionRuleAction
source§impl VariantNames for BranchProtectionRuleAction
impl VariantNames for BranchProtectionRuleAction
impl StructuralPartialEq for BranchProtectionRuleAction
Auto Trait Implementations§
impl RefUnwindSafe for BranchProtectionRuleAction
impl Send for BranchProtectionRuleAction
impl Sync for BranchProtectionRuleAction
impl Unpin for BranchProtectionRuleAction
impl UnwindSafe for BranchProtectionRuleAction
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