Enum polars_arrow::legacy::kernels::Ambiguous
source · pub enum Ambiguous {
Earliest,
Latest,
Null,
Raise,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ambiguous
impl RefUnwindSafe for Ambiguous
impl Send for Ambiguous
impl Sync for Ambiguous
impl Unpin for Ambiguous
impl UnwindSafe for Ambiguous
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