Struct finchers_session::in_memory::InMemoryBackend [−][src]
pub struct InMemoryBackend { /* fields omitted */ }Trait Implementations
impl Debug for InMemoryBackend[src]
impl Debug for InMemoryBackendfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for InMemoryBackend[src]
impl Clone for InMemoryBackendfn clone(&self) -> InMemoryBackend[src]
fn clone(&self) -> InMemoryBackendReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for InMemoryBackend[src]
impl Default for InMemoryBackendfn default() -> InMemoryBackend[src]
fn default() -> InMemoryBackendReturns the "default value" for a type. Read more
impl<'a> Endpoint<'a> for InMemoryBackend[src]
impl<'a> Endpoint<'a> for InMemoryBackendtype Output = (Session<InMemorySession>,)
The inner type associated with this endpoint.
type Future = FutureResult<Self::Output, Error>
The type of value which will be returned from apply.
fn apply(&self, cx: &mut ApplyContext) -> ApplyResult<Self::Future>[src]
fn apply(&self, cx: &mut ApplyContext) -> ApplyResult<Self::Future>Perform checking the incoming HTTP request and returns an instance of the associated Future if matched. Read more
fn with_output<T>(self) -> Self where
Self: Endpoint<'a, Output = T>,
T: Tuple, [src]
fn with_output<T>(self) -> Self where
Self: Endpoint<'a, Output = T>,
T: Tuple, Add an annotation that the associated type Output is fixed to T.
fn wrap<W>(self, wrapper: W) -> <W as Wrapper<'a, Self>>::Endpoint where
W: Wrapper<'a, Self>, [src]
fn wrap<W>(self, wrapper: W) -> <W as Wrapper<'a, Self>>::Endpoint where
W: Wrapper<'a, Self>, Converts self using the provided Wrapper.
Auto Trait Implementations
impl Send for InMemoryBackend
impl Send for InMemoryBackendimpl Sync for InMemoryBackend
impl Sync for InMemoryBackend