pub enum Spacing {
Joint,
Alone,
}Variants§
Trait Implementations§
source§impl Ord for Spacing
impl Ord for Spacing
source§impl PartialEq<Spacing> for Spacing
impl PartialEq<Spacing> for Spacing
source§impl PartialOrd<Spacing> for Spacing
impl PartialOrd<Spacing> for Spacing
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Spacing
impl Eq for Spacing
impl StructuralEq for Spacing
impl StructuralPartialEq for Spacing
Auto Trait Implementations§
impl RefUnwindSafe for Spacing
impl Send for Spacing
impl Sync for Spacing
impl Unpin for Spacing
impl UnwindSafe for Spacing
Blanket Implementations§
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more