pub struct originalLine;
Trait Implementations§
Source§impl Field for originalLine
impl Field for originalLine
Auto Trait Implementations§
impl Freeze for originalLine
impl RefUnwindSafe for originalLine
impl Send for originalLine
impl Sync for originalLine
impl Unpin for originalLine
impl UnwindSafe for originalLine
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