#[repr(i32)]pub enum PartitionDataType {
String = 0,
Bool = 1,
Int64 = 2,
TimestampMinute = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PartitionDataType
impl Clone for PartitionDataType
Source§fn clone(&self) -> PartitionDataType
fn clone(&self) -> PartitionDataType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PartitionDataType
impl Debug for PartitionDataType
Source§impl Default for PartitionDataType
impl Default for PartitionDataType
Source§fn default() -> PartitionDataType
fn default() -> PartitionDataType
Returns the “default value” for a type. Read more
Source§impl From<PartitionDataType> for i32
impl From<PartitionDataType> for i32
Source§fn from(value: PartitionDataType) -> i32
fn from(value: PartitionDataType) -> i32
Converts to this type from the input type.
Source§impl Hash for PartitionDataType
impl Hash for PartitionDataType
Source§impl Ord for PartitionDataType
impl Ord for PartitionDataType
Source§fn cmp(&self, other: &PartitionDataType) -> Ordering
fn cmp(&self, other: &PartitionDataType) -> Ordering
1.21.0 · 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 PartialEq for PartitionDataType
impl PartialEq for PartitionDataType
Source§impl PartialOrd for PartitionDataType
impl PartialOrd for PartitionDataType
impl Copy for PartitionDataType
impl Eq for PartitionDataType
impl StructuralPartialEq for PartitionDataType
Auto Trait Implementations§
impl Freeze for PartitionDataType
impl RefUnwindSafe for PartitionDataType
impl Send for PartitionDataType
impl Sync for PartitionDataType
impl Unpin for PartitionDataType
impl UnwindSafe for PartitionDataType
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