pub struct StrTextReader<'a> { /* private fields */ }Expand description
Text reader over a borrowed string slice.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for StrTextReader<'a>
impl<'a> Debug for StrTextReader<'a>
Source§impl TextLineRead for StrTextReader<'_>
impl TextLineRead for StrTextReader<'_>
Source§impl TextRead for StrTextReader<'_>
impl TextRead for StrTextReader<'_>
Auto Trait Implementations§
impl<'a> Freeze for StrTextReader<'a>
impl<'a> RefUnwindSafe for StrTextReader<'a>
impl<'a> Send for StrTextReader<'a>
impl<'a> Sync for StrTextReader<'a>
impl<'a> Unpin for StrTextReader<'a>
impl<'a> UnsafeUnpin for StrTextReader<'a>
impl<'a> UnwindSafe for StrTextReader<'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