[][src]Struct thruster::Server

pub struct Server<T: 'static + Context<Response = Response> + Send, S: Send> { /* fields omitted */ }

Trait Implementations

impl<T: Context<Response = Response> + Send, S: 'static + Send + Sync> ThrusterServer for Server<T, S>[src]

type Context = T

type Response = Response

type Request = Request

type State = S

Auto Trait Implementations

impl<T, S> !RefUnwindSafe for Server<T, S>

impl<T, S> Send for Server<T, S>

impl<T, S> Sync for Server<T, S> where
    S: Sync

impl<T, S> Unpin for Server<T, S> where
    S: Unpin

impl<T, S> !UnwindSafe for Server<T, S>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.