pub struct AllScalar;Expand description
Status indicating all selected expressions are scalar (non-aggregate).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllScalar
impl RefUnwindSafe for AllScalar
impl Send for AllScalar
impl Sync for AllScalar
impl Unpin for AllScalar
impl UnsafeUnpin for AllScalar
impl UnwindSafe for AllScalar
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