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