pub struct conflictingBranchProtectionRule;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for conflictingBranchProtectionRule
impl RefUnwindSafe for conflictingBranchProtectionRule
impl Send for conflictingBranchProtectionRule
impl Sync for conflictingBranchProtectionRule
impl Unpin for conflictingBranchProtectionRule
impl UnwindSafe for conflictingBranchProtectionRule
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