pub struct updateBranchProtectionRule;
Trait Implementations§
Source§impl Field for updateBranchProtectionRule
impl Field for updateBranchProtectionRule
Source§impl HasArgument<input> for updateBranchProtectionRule
impl HasArgument<input> for updateBranchProtectionRule
Source§type ArgumentType = UpdateBranchProtectionRuleInput
type ArgumentType = UpdateBranchProtectionRuleInput
The schema marker type of this argument.
Source§impl HasField<updateBranchProtectionRule> for Mutation
impl HasField<updateBranchProtectionRule> for Mutation
Source§type Type = Option<UpdateBranchProtectionRulePayload>
type Type = Option<UpdateBranchProtectionRulePayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateBranchProtectionRule
impl RefUnwindSafe for updateBranchProtectionRule
impl Send for updateBranchProtectionRule
impl Sync for updateBranchProtectionRule
impl Unpin for updateBranchProtectionRule
impl UnwindSafe for updateBranchProtectionRule
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