pub struct VMNetwork<V, I, N>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V, I, N> Freeze for VMNetwork<V, I, N>where
N: Freeze,
impl<V, I, N> RefUnwindSafe for VMNetwork<V, I, N>
impl<V, I, N> Send for VMNetwork<V, I, N>where
V: Send,
impl<V, I, N> Sync for VMNetwork<V, I, N>
impl<V, I, N> Unpin for VMNetwork<V, I, N>
impl<V, I, N> UnwindSafe for VMNetwork<V, I, N>
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