pub struct Server<F> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Server<F>where
F: Freeze,
impl<F> !RefUnwindSafe for Server<F>
impl<F> !Send for Server<F>
impl<F> !Sync for Server<F>
impl<F> Unpin for Server<F>where
F: Unpin,
impl<F> !UnwindSafe for Server<F>
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