pub struct SystemIpPoolCreateWhen(/* private fields */);Implementations§
Source§impl SystemIpPoolCreateWhen
impl SystemIpPoolCreateWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn body(self, value: &IpPoolCreate) -> Self
Auto Trait Implementations§
impl Freeze for SystemIpPoolCreateWhen
impl !RefUnwindSafe for SystemIpPoolCreateWhen
impl !Send for SystemIpPoolCreateWhen
impl !Sync for SystemIpPoolCreateWhen
impl Unpin for SystemIpPoolCreateWhen
impl UnsafeUnpin for SystemIpPoolCreateWhen
impl !UnwindSafe for SystemIpPoolCreateWhen
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