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