pub struct IpAllowListForInstalledAppsEnabledSettingValue {}
Trait Implementations§
impl HasInputField<settingValue, IpAllowListForInstalledAppsEnabledSettingValue> for UpdateIpAllowListForInstalledAppsEnabledSettingInput
Auto Trait Implementations§
impl Freeze for IpAllowListForInstalledAppsEnabledSettingValue
impl RefUnwindSafe for IpAllowListForInstalledAppsEnabledSettingValue
impl Send for IpAllowListForInstalledAppsEnabledSettingValue
impl Sync for IpAllowListForInstalledAppsEnabledSettingValue
impl Unpin for IpAllowListForInstalledAppsEnabledSettingValue
impl UnwindSafe for IpAllowListForInstalledAppsEnabledSettingValue
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