[][src]Struct interledger_service_util::EchoService

pub struct EchoService<I, S, A> { /* fields omitted */ }

Methods

impl<I, S, A> EchoService<I, S, A> where
    S: AddressStore,
    I: IncomingService<A>,
    A: Account
[src]

pub fn new(store: S, next: I) -> Self[src]

Trait Implementations

impl<I: Clone, S: Clone, A: Clone> Clone for EchoService<I, S, A>[src]

impl<I, S, A> IncomingService<A> for EchoService<I, S, A> where
    I: IncomingService<A>,
    S: AddressStore,
    A: Account
[src]

type Future = BoxedIlpFuture

Auto Trait Implementations

impl<I, S, A> Send for EchoService<I, S, A> where
    A: Send,
    I: Send,
    S: Send

impl<I, S, A> Sync for EchoService<I, S, A> where
    A: Sync,
    I: Sync,
    S: Sync

impl<I, S, A> Unpin for EchoService<I, S, A> where
    A: Unpin,
    I: Unpin,
    S: Unpin

impl<I, S, A> UnwindSafe for EchoService<I, S, A> where
    A: UnwindSafe,
    I: UnwindSafe,
    S: UnwindSafe

impl<I, S, A> RefUnwindSafe for EchoService<I, S, A> where
    A: RefUnwindSafe,
    I: RefUnwindSafe,
    S: RefUnwindSafe

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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