Struct async_map_reduce::managers::Manager
source · [−]pub struct Manager<'a, Ctx> { /* private fields */ }Implementations
Auto Trait Implementations
impl<'a, Ctx> RefUnwindSafe for Manager<'a, Ctx> where
Ctx: RefUnwindSafe,
impl<'a, Ctx> Send for Manager<'a, Ctx> where
Ctx: Sync,
impl<'a, Ctx> Sync for Manager<'a, Ctx> where
Ctx: Sync,
impl<'a, Ctx> Unpin for Manager<'a, Ctx>
impl<'a, Ctx> UnwindSafe for Manager<'a, Ctx> where
Ctx: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more