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