pub enum XNodeName<'a, 'b> {
TagName(ExpandedName<'a, 'b>),
AttributeName(Attribute<'a, 'b>),
Text,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for XNodeName<'a, 'b>
impl<'a, 'b> RefUnwindSafe for XNodeName<'a, 'b>
impl<'a, 'b> Send for XNodeName<'a, 'b>
impl<'a, 'b> Sync for XNodeName<'a, 'b>
impl<'a, 'b> Unpin for XNodeName<'a, 'b>
impl<'a, 'b> UnwindSafe for XNodeName<'a, 'b>
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