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