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