Struct bb8_skytable::SkytableConnectionManager [−][src]
pub struct SkytableConnectionManager { /* fields omitted */ }Expand description
A bb8::ManageConnection for skytable::aio::Connection.
Implementations
Create a new SkytableConnectionManager.
See skytable::aio::Connection::new for a description of the parameter types.
Trait Implementations
type Connection = Connection
type Connection = Connection
The connection type this manager deals with.
Attempts to create a new connection.
Determines if the connection is still connected to the database.
Synchronously determine if the connection is no longer usable, if possible.
Auto Trait Implementations
impl RefUnwindSafe for SkytableConnectionManager
impl Send for SkytableConnectionManager
impl Sync for SkytableConnectionManager
impl Unpin for SkytableConnectionManager
impl UnwindSafe for SkytableConnectionManager
Blanket Implementations
Mutably borrows from an owned value. Read more