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