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