pub struct NoopNet;
Trait Implementations§
Source§impl NetFactory for NoopNet
impl NetFactory for NoopNet
Auto Trait Implementations§
impl Freeze for NoopNet
impl RefUnwindSafe for NoopNet
impl Send for NoopNet
impl Sync for NoopNet
impl Unpin for NoopNet
impl UnwindSafe for NoopNet
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