Struct tokio_interceptor::Db[][src]

pub struct Db<State>(_);

Methods

impl<State> Db<State>
[src]

Trait Implementations

impl<S> Clone for Db<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: 'static> Coeffect for Db<S>
[src]

impl<S: 'static> NewCoeffect for Db<S>
[src]

Auto Trait Implementations

impl<State> !Send for Db<State>

impl<State> !Sync for Db<State>