pub struct UTF8Input<R> { /* private fields */ }Expand description
Input for UTF-8 encoded sources.
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for UTF8Input<R>where
R: Freeze,
impl<R> RefUnwindSafe for UTF8Input<R>where
R: RefUnwindSafe,
impl<R> Send for UTF8Input<R>where
R: Send,
impl<R> Sync for UTF8Input<R>where
R: Sync,
impl<R> Unpin for UTF8Input<R>where
R: Unpin,
impl<R> UnsafeUnpin for UTF8Input<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for UTF8Input<R>where
R: UnwindSafe,
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