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