Struct glifparser::pedantry::Pedantry
source · Fields§
§level: Level§mend: MendImplementations§
Trait Implementations§
impl Copy for Pedantry
impl Eq for Pedantry
impl StructuralEq for Pedantry
impl StructuralPartialEq for Pedantry
Auto Trait Implementations§
impl RefUnwindSafe for Pedantry
impl Send for Pedantry
impl Sync for Pedantry
impl Unpin for Pedantry
impl UnwindSafe for Pedantry
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.