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