pub struct ChunkLine {
pub value: String,
pub line_number: usize,
}Fields§
§value: String§line_number: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkLine
impl RefUnwindSafe for ChunkLine
impl Send for ChunkLine
impl Sync for ChunkLine
impl Unpin for ChunkLine
impl UnwindSafe for ChunkLine
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