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