pub struct XmlIdent;Expand description
Match a xml style tag or attribute
Trait Implementations§
Source§impl<'input, B> Tokenizer<'input, B> for XmlIdent
impl<'input, B> Tokenizer<'input, B> for XmlIdent
type Token = Item<<<B as Buffer<'input>>::Source as AsSlice<'input>>::Slice>
fn to_token( &self, reader: &mut Reader<'_, 'input, B>, ) -> Result<Self::Token, Error>
fn peek(&self, reader: &mut Reader<'_, 'input, B>) -> bool
fn eat(&self, reader: &mut Reader<'_, 'input, B>) -> Result<(), Error>
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