pub struct Server<I, O, S = Nothing> { /* private fields */ }
Expand description
Server for processing requests and responses on standard I/O or TCP.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, O, S> Freeze for Server<I, O, S>
impl<I, O, S> RefUnwindSafe for Server<I, O, S>
impl<I, O, S> Send for Server<I, O, S>
impl<I, O, S> Sync for Server<I, O, S>
impl<I, O, S> Unpin for Server<I, O, S>
impl<I, O, S> UnwindSafe for Server<I, O, S>
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