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