pub struct Ctx<G: Send + Sync> { /* private fields */ }
Expand description
Implementations§
Source§impl<G> Ctx<G>
impl<G> Ctx<G>
Auto Trait Implementations§
impl<G> Freeze for Ctx<G>
impl<G> RefUnwindSafe for Ctx<G>
impl<G> Send for Ctx<G>
impl<G> Sync for Ctx<G>
impl<G> Unpin for Ctx<G>
impl<G> UnwindSafe for Ctx<G>
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