pub struct Manager<'a, Ctx> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'a, Ctx> Freeze for Manager<'a, Ctx>
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§
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