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