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