pub enum CommitCheckEnforcement {
AllBranches,
ProtectedBranches,
None,
}Variants§
Trait Implementations§
Source§impl Clone for CommitCheckEnforcement
impl Clone for CommitCheckEnforcement
Source§fn clone(&self) -> CommitCheckEnforcement
fn clone(&self) -> CommitCheckEnforcement
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 Debug for CommitCheckEnforcement
impl Debug for CommitCheckEnforcement
Source§impl From<CommitEnforcementScope> for CommitCheckEnforcement
impl From<CommitEnforcementScope> for CommitCheckEnforcement
Source§fn from(value: CommitEnforcementScope) -> Self
fn from(value: CommitEnforcementScope) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CommitCheckEnforcement
impl PartialEq for CommitCheckEnforcement
impl Copy for CommitCheckEnforcement
impl Eq for CommitCheckEnforcement
impl StructuralPartialEq for CommitCheckEnforcement
Auto Trait Implementations§
impl Freeze for CommitCheckEnforcement
impl RefUnwindSafe for CommitCheckEnforcement
impl Send for CommitCheckEnforcement
impl Sync for CommitCheckEnforcement
impl Unpin for CommitCheckEnforcement
impl UnsafeUnpin for CommitCheckEnforcement
impl UnwindSafe for CommitCheckEnforcement
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