pub enum UnitCase {
Trailing,
Implicit,
FromUser,
}
Variants§
Trait Implementations§
source§impl PartialEq<UnitCase> for UnitCase
impl PartialEq<UnitCase> for UnitCase
impl Copy for UnitCase
impl Eq for UnitCase
impl StructuralEq for UnitCase
impl StructuralPartialEq for UnitCase
Auto Trait Implementations§
impl RefUnwindSafe for UnitCase
impl Send for UnitCase
impl Sync for UnitCase
impl Unpin for UnitCase
impl UnwindSafe for UnitCase
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.