pub enum TDigestCreate {
Compression(u32),
}Expand description
TDIGEST.CREATE command options enumeration. TDIGEST.CREATE 命令选项枚举
Variants§
Trait Implementations§
Source§impl Clone for TDigestCreate
impl Clone for TDigestCreate
Source§fn clone(&self) -> TDigestCreate
fn clone(&self) -> TDigestCreate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TDigestCreate
Source§impl Debug for TDigestCreate
impl Debug for TDigestCreate
impl<'__de> Decode<'__de> for TDigestCreatewhere
'__de:,
impl Encode for TDigestCreate
impl Eq for TDigestCreate
Source§impl PartialEq for TDigestCreate
impl PartialEq for TDigestCreate
impl StructuralPartialEq for TDigestCreate
Auto Trait Implementations§
impl Freeze for TDigestCreate
impl RefUnwindSafe for TDigestCreate
impl Send for TDigestCreate
impl Sync for TDigestCreate
impl Unpin for TDigestCreate
impl UnsafeUnpin for TDigestCreate
impl UnwindSafe for TDigestCreate
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.