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