Struct authzen_session::Manager
source · pub struct Manager<Client> { /* private fields */ }Trait Implementations§
source§impl Manager for Manager<Client>
impl Manager for Manager<Client>
source§fn create<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Self::Type, Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<Self::Type, Self::Error>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
Creates a new instance of
Manager::Type.source§fn recycle<'life0, 'life1, 'async_trait>(
&'life0 self,
conn: &'life1 mut Self::Type
) -> Pin<Box<dyn Future<Output = RecycleResult<Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn recycle<'life0, 'life1, 'async_trait>( &'life0 self, conn: &'life1 mut Self::Type ) -> Pin<Box<dyn Future<Output = RecycleResult<Self::Error>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
Tries to recycle an instance of
Manager::Type. Read moresource§impl Manager for Manager<Client>
impl Manager for Manager<Client>
§type Type = Connection<MultiplexedConnection>
type Type = Connection<MultiplexedConnection>
source§fn create<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Self::Type, Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<Self::Type, Self::Error>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
Creates a new instance of
Manager::Type.source§fn recycle<'life0, 'life1, 'async_trait>(
&'life0 self,
conn: &'life1 mut Self::Type
) -> Pin<Box<dyn Future<Output = RecycleResult<Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn recycle<'life0, 'life1, 'async_trait>( &'life0 self, conn: &'life1 mut Self::Type ) -> Pin<Box<dyn Future<Output = RecycleResult<Self::Error>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait,
Tries to recycle an instance of
Manager::Type. Read more