pub struct NetworkManager<T: Send + 'static, E: Send + 'static> { /* private fields */ }
Expand description
Manager for processsing request.
Implementations§
Auto Trait Implementations§
impl<T, E> Freeze for NetworkManager<T, E>
impl<T, E> !RefUnwindSafe for NetworkManager<T, E>
impl<T, E> Send for NetworkManager<T, E>
impl<T, E> Sync for NetworkManager<T, E>
impl<T, E> Unpin for NetworkManager<T, E>
impl<T, E> !UnwindSafe for NetworkManager<T, E>
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