pub struct ScalarCheck<W>(/* private fields */);Expand description
Scalar expressions need a ScopeContains witness.
Auto Trait Implementations§
impl<W> Freeze for ScalarCheck<W>where
PhantomData<W>: Freeze,
impl<W> RefUnwindSafe for ScalarCheck<W>where
PhantomData<W>: RefUnwindSafe,
impl<W> Send for ScalarCheck<W>where
PhantomData<W>: Send,
impl<W> Sync for ScalarCheck<W>where
PhantomData<W>: Sync,
impl<W> Unpin for ScalarCheck<W>where
PhantomData<W>: Unpin,
impl<W> UnsafeUnpin for ScalarCheck<W>where
PhantomData<W>: UnsafeUnpin,
impl<W> UnwindSafe for ScalarCheck<W>where
PhantomData<W>: 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