pub struct SuchThat<A, P> { /* private fields */ }Expand description
A value with a proof attached
Implementations§
Auto Trait Implementations§
impl<A, P> Freeze for SuchThat<A, P>where
A: Freeze,
impl<A, P> RefUnwindSafe for SuchThat<A, P>where
A: RefUnwindSafe,
P: RefUnwindSafe,
impl<A, P> Send for SuchThat<A, P>
impl<A, P> Sync for SuchThat<A, P>
impl<A, P> Unpin for SuchThat<A, P>
impl<A, P> UnsafeUnpin for SuchThat<A, P>where
A: UnsafeUnpin,
impl<A, P> UnwindSafe for SuchThat<A, P>where
A: UnwindSafe,
P: UnwindSafe,
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