pub struct IterChar {
pub char: char,
pub offset: u64,
}Fields§
§char: charnext character from the stream
offset: u64offset of char in the stream, in bytes
Auto Trait Implementations§
impl Freeze for IterChar
impl RefUnwindSafe for IterChar
impl Send for IterChar
impl Sync for IterChar
impl Unpin for IterChar
impl UnwindSafe for IterChar
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