#[repr(i32)]pub enum AggSplit {
Undefined = 0,
AggsplitSimple = 1,
AggsplitInitialSerial = 2,
AggsplitFinalDeserial = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for AggSplit
impl Ord for AggSplit
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AggSplit
impl PartialOrd for AggSplit
impl Copy for AggSplit
impl Eq for AggSplit
impl StructuralPartialEq for AggSplit
Auto Trait Implementations§
impl Freeze for AggSplit
impl RefUnwindSafe for AggSplit
impl Send for AggSplit
impl Sync for AggSplit
impl Unpin for AggSplit
impl UnsafeUnpin for AggSplit
impl UnwindSafe for AggSplit
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