pub struct RedirectParser { /* private fields */ }Implementations§
Source§impl RedirectParser
impl RedirectParser
pub fn new() -> RedirectParser
pub fn parse<'input, __TOKEN: __ToTriple<'input>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, text: &'input str, __tokens0: __TOKENS, ) -> Result<Redirect, ParseError<usize, Token<'input>, Error>>
Auto Trait Implementations§
impl Freeze for RedirectParser
impl RefUnwindSafe for RedirectParser
impl Send for RedirectParser
impl Sync for RedirectParser
impl Unpin for RedirectParser
impl UnwindSafe for RedirectParser
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