pub struct ProveCx<'a, 'cx> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'cx> Freeze for ProveCx<'a, 'cx>
impl<'a, 'cx> !RefUnwindSafe for ProveCx<'a, 'cx>
impl<'a, 'cx> Send for ProveCx<'a, 'cx>
impl<'a, 'cx> Sync for ProveCx<'a, 'cx>
impl<'a, 'cx> Unpin for ProveCx<'a, 'cx>
impl<'a, 'cx> !UnwindSafe for ProveCx<'a, 'cx>
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