struct SideInfo<'a> {
is_scalar: bool,
dict: Option<&'a dyn AnyDictionaryArray>,
ree: Option<&'a ReeInfo<'a>>,
}Expand description
Per-side metadata for a comparison operand.
Fields§
§is_scalar: bool§dict: Option<&'a dyn AnyDictionaryArray>§ree: Option<&'a ReeInfo<'a>>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SideInfo<'a>
impl<'a> !RefUnwindSafe for SideInfo<'a>
impl<'a> Send for SideInfo<'a>
impl<'a> Sync for SideInfo<'a>
impl<'a> Unpin for SideInfo<'a>
impl<'a> UnsafeUnpin for SideInfo<'a>
impl<'a> !UnwindSafe for SideInfo<'a>
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