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