pub struct UpdateIpAllowListForInstalledAppsEnabledSettingInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl HasInputField<ownerId, Id> for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl HasInputField<settingValue, IpAllowListForInstalledAppsEnabledSettingValue> for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl InputObjectMarker for UpdateIpAllowListForInstalledAppsEnabledSettingInput
Auto Trait Implementations§
impl Freeze for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl RefUnwindSafe for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl Send for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl Sync for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl Unpin for UpdateIpAllowListForInstalledAppsEnabledSettingInput
impl UnwindSafe for UpdateIpAllowListForInstalledAppsEnabledSettingInput
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