pub struct Server<S: StateStore + HealthCheck> { /* private fields */ }Expand description
HTTP server for the Attuned API.
Implementations§
Source§impl<S: StateStore + HealthCheck + 'static> Server<S>
impl<S: StateStore + HealthCheck + 'static> Server<S>
Auto Trait Implementations§
impl<S> Freeze for Server<S>
impl<S> !RefUnwindSafe for Server<S>
impl<S> Send for Server<S>
impl<S> Sync for Server<S>
impl<S> Unpin for Server<S>
impl<S> !UnwindSafe for Server<S>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more