pub struct Server { /* private fields */ }
Implementations§
Source§impl Server
TODO: down the road, add a tokio feature flag and use tokio for various async operations.
impl Server
TODO: down the road, add a tokio feature flag and use tokio for various async operations.
Auto Trait Implementations§
impl Freeze for Server
impl RefUnwindSafe for Server
impl Send for Server
impl Sync for Server
impl Unpin for Server
impl UnwindSafe for Server
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