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