pub struct owner;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 owner
impl RefUnwindSafe for owner
impl Send for owner
impl Sync for owner
impl Unpin for owner
impl UnwindSafe for owner
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