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