pub enum BlockAttr {
Id(String),
Class(String),
KeyValue(String, String),
}
Expand description
Code block attribute.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<BlockAttr> for BlockAttr
impl PartialEq<BlockAttr> for BlockAttr
impl Eq for BlockAttr
impl StructuralEq for BlockAttr
impl StructuralPartialEq for BlockAttr
Auto Trait Implementations§
impl RefUnwindSafe for BlockAttr
impl Send for BlockAttr
impl Sync for BlockAttr
impl Unpin for BlockAttr
impl UnwindSafe for BlockAttr
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.