Struct forma_render::GeomId
source · #[repr(transparent)]pub struct GeomId(_);Implementations§
Trait Implementations§
impl Copy for GeomId
impl Eq for GeomId
impl StructuralEq for GeomId
impl StructuralPartialEq for GeomId
Auto Trait Implementations§
impl RefUnwindSafe for GeomId
impl Send for GeomId
impl Sync for GeomId
impl Unpin for GeomId
impl UnwindSafe for GeomId
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.