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