pub struct FloatingIpCreateWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for FloatingIpCreateWhen
impl !RefUnwindSafe for FloatingIpCreateWhen
impl !Send for FloatingIpCreateWhen
impl !Sync for FloatingIpCreateWhen
impl Unpin for FloatingIpCreateWhen
impl UnsafeUnpin for FloatingIpCreateWhen
impl !UnwindSafe for FloatingIpCreateWhen
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