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