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