pub struct BranchProtectionRule;
Trait Implementations§
Source§impl HasField<__typename> for BranchProtectionRule
impl HasField<__typename> for BranchProtectionRule
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.
Source§impl HasField<bypassForcePushAllowances> for BranchProtectionRule
impl HasField<bypassForcePushAllowances> for BranchProtectionRule
Source§type Type = BypassForcePushAllowanceConnection
type Type = BypassForcePushAllowanceConnection
The schema marker type of this field.
Source§impl HasField<bypassPullRequestAllowances> for BranchProtectionRule
impl HasField<bypassPullRequestAllowances> for BranchProtectionRule
Source§type Type = BypassPullRequestAllowanceConnection
type Type = BypassPullRequestAllowanceConnection
The schema marker type of this field.
Source§impl HasField<creator> for BranchProtectionRule
impl HasField<creator> for BranchProtectionRule
Source§impl HasField<databaseId> for BranchProtectionRule
impl HasField<databaseId> for BranchProtectionRule
Source§impl HasField<id> for BranchProtectionRule
impl HasField<id> for BranchProtectionRule
Source§impl HasField<lockBranch> for BranchProtectionRule
impl HasField<lockBranch> for BranchProtectionRule
Source§impl HasField<matchingRefs> for BranchProtectionRule
impl HasField<matchingRefs> for BranchProtectionRule
Source§type Type = RefConnection
type Type = RefConnection
The schema marker type of this field.
Source§impl HasField<pattern> for BranchProtectionRule
impl HasField<pattern> for BranchProtectionRule
Source§impl HasField<pushAllowances> for BranchProtectionRule
impl HasField<pushAllowances> for BranchProtectionRule
Source§type Type = PushAllowanceConnection
type Type = PushAllowanceConnection
The schema marker type of this field.
Source§impl HasField<repository> for BranchProtectionRule
impl HasField<repository> for BranchProtectionRule
Source§type Type = Option<Repository>
type Type = Option<Repository>
The schema marker type of this field.
Source§impl HasField<reviewDismissalAllowances> for BranchProtectionRule
impl HasField<reviewDismissalAllowances> for BranchProtectionRule
Source§type Type = ReviewDismissalAllowanceConnection
type Type = ReviewDismissalAllowanceConnection
The schema marker type of this field.
Source§impl NamedType for BranchProtectionRule
impl NamedType for BranchProtectionRule
impl HasSubtype<BranchProtectionRule> for Node
Auto Trait Implementations§
impl Freeze for BranchProtectionRule
impl RefUnwindSafe for BranchProtectionRule
impl Send for BranchProtectionRule
impl Sync for BranchProtectionRule
impl Unpin for BranchProtectionRule
impl UnwindSafe for BranchProtectionRule
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