Struct async_abci::ServerXX
source · [−]pub struct ServerXX<App> { /* private fields */ }Expand description
ACBI Server.
Implementations
Auto Trait Implementations
impl<App> RefUnwindSafe for ServerXX<App>where
App: RefUnwindSafe,
impl<App> Send for ServerXX<App>where
App: Send,
impl<App> Sync for ServerXX<App>where
App: Sync,
impl<App> Unpin for ServerXX<App>where
App: Unpin,
impl<App> UnwindSafe for ServerXX<App>where
App: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more