pub struct SharedDatabaseConnection<C>where
    C: MedalConnection,{
    phantom: PhantomData<C>,
}Fields§
§phantom: PhantomData<C>Trait Implementations§
Source§fn clone(&self) -> SharedDatabaseConnection<C>
 
fn clone(&self) -> SharedDatabaseConnection<C>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreAuto Trait Implementations§
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
    T: 'a,
 
impl<'a, T> AsTaggedExplicit<'a> for Twhere
    T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
    T: 'a,
 
impl<'a, T> AsTaggedImplicit<'a> for Twhere
    T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneAny for T
 
impl<T> CloneAny for T
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PersistentInto<Arc<Mutex<T>>> for T
 
impl<T> PersistentInto<Arc<Mutex<T>>> for T
§fn persistent_into(self) -> Arc<Mutex<T>>
 
fn persistent_into(self) -> Arc<Mutex<T>>
Convert 
self into a value of type T.§impl<T> PersistentInto<Arc<RwLock<T>>> for T
 
impl<T> PersistentInto<Arc<RwLock<T>>> for T
§fn persistent_into(self) -> Arc<RwLock<T>>
 
fn persistent_into(self) -> Arc<RwLock<T>>
Convert 
self into a value of type T.§impl<T> PersistentInto<Arc<T>> for T
 
impl<T> PersistentInto<Arc<T>> for T
§fn persistent_into(self) -> Arc<T>
 
fn persistent_into(self) -> Arc<T>
Convert 
self into a value of type T.§impl<T> PersistentInto<T> for T
 
impl<T> PersistentInto<T> for T
§fn persistent_into(self) -> T
 
fn persistent_into(self) -> T
Convert 
self into a value of type T.