pub struct FullManager<'a, Ctx, Req, Resp: Sss, MF: Fn(&Ctx, usize, &Req) -> Resp, RF: Fn(&Ctx, Resp, Resp) -> Resp> { /* private fields */ }
Implementations§
Source§impl<'a, Ctx, Req, Resp: Sss, MF: SCFunMF<Ctx, Req, Resp>, RF: 'static + Fn(&Ctx, Resp, Resp) -> Resp> FullManager<'a, Ctx, Req, Resp, MF, RF>
impl<'a, Ctx, Req, Resp: Sss, MF: SCFunMF<Ctx, Req, Resp>, RF: 'static + Fn(&Ctx, Resp, Resp) -> Resp> FullManager<'a, Ctx, Req, Resp, MF, RF>
pub fn run(self, chunks: &[Req]) -> Result<Resp, ThreadError>
Auto Trait Implementations§
impl<'a, Ctx, Req, Resp, MF, RF> Freeze for FullManager<'a, Ctx, Req, Resp, MF, RF>
impl<'a, Ctx, Req, Resp, MF, RF> RefUnwindSafe for FullManager<'a, Ctx, Req, Resp, MF, RF>where
Resp: RefUnwindSafe,
RF: RefUnwindSafe,
MF: RefUnwindSafe,
Req: RefUnwindSafe,
Ctx: RefUnwindSafe,
impl<'a, Ctx, Req, Resp, MF, RF> Send for FullManager<'a, Ctx, Req, Resp, MF, RF>
impl<'a, Ctx, Req, Resp, MF, RF> Sync for FullManager<'a, Ctx, Req, Resp, MF, RF>
impl<'a, Ctx, Req, Resp, MF, RF> Unpin for FullManager<'a, Ctx, Req, Resp, MF, RF>
impl<'a, Ctx, Req, Resp, MF, RF> UnwindSafe for FullManager<'a, Ctx, Req, Resp, MF, RF>
Blanket Implementations§
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