pub struct ServerXX<App> { /* private fields */ }
Expand description
ACBI Server.
Implementations§
Source§impl<App> ServerXX<App>where
App: ApplicationXX + Clone + 'static,
impl<App> ServerXX<App>where
App: ApplicationXX + Clone + 'static,
Auto Trait Implementations§
impl<App> Freeze for ServerXX<App>where
App: Freeze,
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§
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