Struct yz_string_utils::StrLexerBase
source · pub struct StrLexerBase<'a> {
pub inp: &'a str,
pub offset: usize,
}Fields§
§inp: &'a str§offset: usizeImplementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for StrLexerBase<'a>
impl<'a> Send for StrLexerBase<'a>
impl<'a> Sync for StrLexerBase<'a>
impl<'a> Unpin for StrLexerBase<'a>
impl<'a> UnwindSafe for StrLexerBase<'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