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