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