[][src]Struct tang_rs::Conn

pub struct Conn<M: Manager> { /* fields omitted */ }

Trait Implementations

impl<M: Manager> From<Conn<M>> for IdleConn<M>[src]

impl<M: Manager> From<IdleConn<M>> for Conn<M>[src]

Auto Trait Implementations

impl<M> RefUnwindSafe for Conn<M> where
    <M as Manager>::Connection: RefUnwindSafe

impl<M> Send for Conn<M> where
    <M as Manager>::Connection: Send

impl<M> Sync for Conn<M> where
    <M as Manager>::Connection: Sync

impl<M> Unpin for Conn<M> where
    <M as Manager>::Connection: Unpin

impl<M> UnwindSafe for Conn<M> where
    <M as Manager>::Connection: UnwindSafe

Blanket Implementations

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

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

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

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

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

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.