Enum radix_join::types::ArgHistogramAlgorithm
source · [−]pub enum ArgHistogramAlgorithm {
CpuChunked,
CpuChunkedSimd,
GpuChunked,
GpuContiguous,
}
Variants
CpuChunked
CpuChunkedSimd
GpuChunked
GpuContiguous
Implementations
Trait Implementations
sourceimpl Clone for ArgHistogramAlgorithm
impl Clone for ArgHistogramAlgorithm
sourcefn clone(&self) -> ArgHistogramAlgorithm
fn clone(&self) -> ArgHistogramAlgorithm
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ArgHistogramAlgorithm
impl Debug for ArgHistogramAlgorithm
sourceimpl Display for ArgHistogramAlgorithm
impl Display for ArgHistogramAlgorithm
sourceimpl FromStr for ArgHistogramAlgorithm
impl FromStr for ArgHistogramAlgorithm
sourceimpl Into<DeviceType<CpuHistogramAlgorithm, GpuHistogramAlgorithm>> for ArgHistogramAlgorithm
impl Into<DeviceType<CpuHistogramAlgorithm, GpuHistogramAlgorithm>> for ArgHistogramAlgorithm
sourcefn into(self) -> DeviceType<CpuHistogramAlgorithm, GpuHistogramAlgorithm>
fn into(self) -> DeviceType<CpuHistogramAlgorithm, GpuHistogramAlgorithm>
Performs the conversion.
sourceimpl Serialize for ArgHistogramAlgorithm
impl Serialize for ArgHistogramAlgorithm
impl Copy for ArgHistogramAlgorithm
impl StructuralPartialEq for ArgHistogramAlgorithm
Auto Trait Implementations
impl RefUnwindSafe for ArgHistogramAlgorithm
impl Send for ArgHistogramAlgorithm
impl Sync for ArgHistogramAlgorithm
impl Unpin for ArgHistogramAlgorithm
impl UnwindSafe for ArgHistogramAlgorithm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more