#[repr(u8)]
pub enum RectKind {
Normal,
Undercurl,
DottedUnderline,
DashedUnderline,
NumKinds,
}
Variants§
Trait Implementations§
source§impl PartialEq<RectKind> for RectKind
impl PartialEq<RectKind> for RectKind
impl Copy for RectKind
impl Eq for RectKind
impl StructuralEq for RectKind
impl StructuralPartialEq for RectKind
Auto Trait Implementations§
impl RefUnwindSafe for RectKind
impl Send for RectKind
impl Sync for RectKind
impl Unpin for RectKind
impl UnwindSafe for RectKind
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.source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.