pub struct IpAllowListOwner {}Trait Implementations§
Source§impl NamedType for IpAllowListOwner
impl NamedType for IpAllowListOwner
impl HasSubtype<App> for IpAllowListOwner
impl HasSubtype<Enterprise> for IpAllowListOwner
impl HasSubtype<Organization> for IpAllowListOwner
Auto Trait Implementations§
impl Freeze for IpAllowListOwner
impl RefUnwindSafe for IpAllowListOwner
impl Send for IpAllowListOwner
impl Sync for IpAllowListOwner
impl Unpin for IpAllowListOwner
impl UnwindSafe for IpAllowListOwner
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