pub struct branchProtectionRules;
Trait Implementations§
Source§impl Field for branchProtectionRules
impl Field for branchProtectionRules
Source§impl HasArgument<after> for branchProtectionRules
impl HasArgument<after> for branchProtectionRules
Source§impl HasArgument<before> for branchProtectionRules
impl HasArgument<before> for branchProtectionRules
Source§impl HasArgument<first> for branchProtectionRules
impl HasArgument<first> for branchProtectionRules
Source§impl HasArgument<last> for branchProtectionRules
impl HasArgument<last> for branchProtectionRules
Source§impl HasField<branchProtectionRules> for Repository
impl HasField<branchProtectionRules> for Repository
Source§type Type = BranchProtectionRuleConnection
type Type = BranchProtectionRuleConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for branchProtectionRules
impl RefUnwindSafe for branchProtectionRules
impl Send for branchProtectionRules
impl Sync for branchProtectionRules
impl Unpin for branchProtectionRules
impl UnwindSafe for branchProtectionRules
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