pub struct XmlIdent;Expand description
Match a xml style tag or attribute
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XmlIdent
impl RefUnwindSafe for XmlIdent
impl Send for XmlIdent
impl Sync for XmlIdent
impl Unpin for XmlIdent
impl UnwindSafe for XmlIdent
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