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