pub enum AttrMapEntry {
AllNamespaceElements(AttributeMinification),
SpecificNamespaceElements(FxHashMap<&'static [u8], AttributeMinification>),
}
Variants§
AllNamespaceElements(AttributeMinification)
SpecificNamespaceElements(FxHashMap<&'static [u8], AttributeMinification>)
Auto Trait Implementations§
impl Freeze for AttrMapEntry
impl RefUnwindSafe for AttrMapEntry
impl Send for AttrMapEntry
impl Sync for AttrMapEntry
impl Unpin for AttrMapEntry
impl UnwindSafe for AttrMapEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more