pub struct BranchProtectionRuleConflict;Trait Implementations§
Source§impl HasField<branchProtectionRule> for BranchProtectionRuleConflict
impl HasField<branchProtectionRule> for BranchProtectionRuleConflict
Source§type Type = Option<BranchProtectionRule>
type Type = Option<BranchProtectionRule>
The schema marker type of this field.
Source§impl HasField<conflictingBranchProtectionRule> for BranchProtectionRuleConflict
impl HasField<conflictingBranchProtectionRule> for BranchProtectionRuleConflict
Source§type Type = Option<BranchProtectionRule>
type Type = Option<BranchProtectionRule>
The schema marker type of this field.
Source§impl HasField<ref> for BranchProtectionRuleConflict
impl HasField<ref> for BranchProtectionRuleConflict
Auto Trait Implementations§
impl Freeze for BranchProtectionRuleConflict
impl RefUnwindSafe for BranchProtectionRuleConflict
impl Send for BranchProtectionRuleConflict
impl Sync for BranchProtectionRuleConflict
impl Unpin for BranchProtectionRuleConflict
impl UnwindSafe for BranchProtectionRuleConflict
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