Struct cut::offer_choice::InjectSessionF
source · [−]pub struct InjectSessionF<'r, Row, C>(PhantomData<&'r (Row, C)>);
Tuple Fields
0: PhantomData<&'r (Row, C)>
Trait Implementations
sourceimpl<'r, 'a, Row, C, A> TypeApp<'a, A> for InjectSessionF<'r, Row, C> where
C: Context,
A: 'r,
Row: Send,
impl<'r, 'a, Row, C, A> TypeApp<'a, A> for InjectSessionF<'r, Row, C> where
C: Context,
A: 'r,
Row: Send,
type Applied = InjectSession<'r, Row, C, A>
impl<'r, Row, C> TyCon for InjectSessionF<'r, Row, C> where
C: 'static,
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