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