Enum etcd_client::SortTarget [−][src]
#[repr(i32)]
pub enum SortTarget {
Key,
Version,
Create,
Mod,
Value,
}The key-value field to sort.
Variants
Implementations
impl SortTarget[src]
impl SortTarget[src]Trait Implementations
impl Clone for SortTarget[src]
impl Clone for SortTarget[src]fn clone(&self) -> SortTarget[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SortTarget[src]
impl Copy for SortTarget[src]impl Default for SortTarget[src]
impl Default for SortTarget[src]fn default() -> SortTarget[src]
impl Eq for SortTarget[src]
impl Eq for SortTarget[src]impl Hash for SortTarget[src]
impl Hash for SortTarget[src]impl Ord for SortTarget[src]
impl Ord for SortTarget[src]impl PartialEq<SortTarget> for SortTarget[src]
impl PartialEq<SortTarget> for SortTarget[src]impl PartialOrd<SortTarget> for SortTarget[src]
impl PartialOrd<SortTarget> for SortTarget[src]impl StructuralEq for SortTarget[src]
impl StructuralEq for SortTarget[src]impl StructuralPartialEq for SortTarget[src]
impl StructuralPartialEq for SortTarget[src]Auto Trait Implementations
impl RefUnwindSafe for SortTarget
impl RefUnwindSafe for SortTargetimpl Send for SortTarget
impl Send for SortTargetimpl Sync for SortTarget
impl Sync for SortTargetimpl Unpin for SortTarget
impl Unpin for SortTargetimpl UnwindSafe for SortTarget
impl UnwindSafe for SortTargetBlanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> IntoRequest<T> for T[src]
impl<T> IntoRequest<T> for T[src]pub fn into_request(self) -> Request<T>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, pub fn vzip(self) -> V
impl<T> WithSubscriber for T[src]
impl<T> WithSubscriber for T[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>, [src]
S: Into<Dispatch>,