Enum AnyKind
pub enum AnyKind {}๐Deprecated: not used or returned by any API
Trait Implementationsยง
impl Copy for AnyKind
impl Eq for AnyKind
impl StructuralPartialEq for AnyKind
Auto Trait Implementationsยง
impl Freeze for AnyKind
impl RefUnwindSafe for AnyKind
impl Send for AnyKind
impl Sync for AnyKind
impl Unpin for AnyKind
impl UnwindSafe for AnyKind
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
Sourceยงimpl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
ยงimpl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
ยงfn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.ยงimpl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
ยงfn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
ยงimpl<T> Instrument for T
 
impl<T> Instrument for T
ยงfn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
ยงfn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Sourceยงimpl<T> IntoEither for T
 
impl<T> IntoEither for T
Sourceยงfn into_either(self, into_left: bool) -> Either<Self, Self> โ
 
fn into_either(self, into_left: bool) -> Either<Self, Self> โ
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSourceยงfn into_either_with<F>(self, into_left: F) -> Either<Self, Self> โ
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> โ
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more