pub enum ElemProp<'a> {
Attr(Attribute<'a>),
Dir(Directive<'a>),
}
Variants§
Trait Implementations§
Source§impl<'a> PropMatcher<'a> for ElemProp<'a>
impl<'a> PropMatcher<'a> for ElemProp<'a>
Auto Trait Implementations§
impl<'a> Freeze for ElemProp<'a>
impl<'a> RefUnwindSafe for ElemProp<'a>
impl<'a> Send for ElemProp<'a>
impl<'a> Sync for ElemProp<'a>
impl<'a> Unpin for ElemProp<'a>
impl<'a> UnwindSafe for ElemProp<'a>
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