pub struct UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload;Trait Implementations§
Source§impl HasField<__typename> for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl HasField<__typename> for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
Source§impl HasField<clientMutationId> for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl HasField<clientMutationId> for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
Source§impl HasField<enterprise> for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl HasField<enterprise> for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
Source§type Type = Option<Enterprise>
type Type = Option<Enterprise>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl RefUnwindSafe for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl Send for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl Sync for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl Unpin for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
impl UnwindSafe for UpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload
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