Struct ferrite_session::prelude::offer_choice::InjectSessionF   
source · [−]pub struct InjectSessionF<'r, Row, C>(_);Trait Implementations
sourceimpl<'r, 'a, Row, C: Context, A: 'r> TypeApp<'a, A> for InjectSessionF<'r, Row, C> where
    Row: Send, 
 
impl<'r, 'a, Row, C: Context, A: 'r> TypeApp<'a, A> for InjectSessionF<'r, Row, C> where
    Row: Send, 
type Applied = InjectSession<'r, Row, C, A>
impl<'r, Row, C: 'static> TyCon for InjectSessionF<'r, Row, C>
Auto Trait Implementations
impl<'r, Row, C> RefUnwindSafe for InjectSessionF<'r, Row, C> where
    C: RefUnwindSafe,
    Row: RefUnwindSafe, 
impl<'r, Row, C> Send for InjectSessionF<'r, Row, C> where
    C: Sync,
    Row: Sync, 
impl<'r, Row, C> Sync for InjectSessionF<'r, Row, C> where
    C: Sync,
    Row: Sync, 
impl<'r, Row, C> Unpin for InjectSessionF<'r, Row, C>
impl<'r, Row, C> UnwindSafe for InjectSessionF<'r, Row, C> where
    C: RefUnwindSafe,
    Row: RefUnwindSafe, 
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more