pub struct Leftover<'a> {
pub input: &'a str,
pub row: u32,
pub col: u32,
}Fields§
§input: &'a str§row: u32§col: u32Trait Implementations§
impl<'a> Copy for Leftover<'a>
impl<'a> StructuralPartialEq for Leftover<'a>
Auto Trait Implementations§
impl<'a> Freeze for Leftover<'a>
impl<'a> RefUnwindSafe for Leftover<'a>
impl<'a> Send for Leftover<'a>
impl<'a> Sync for Leftover<'a>
impl<'a> Unpin for Leftover<'a>
impl<'a> UnsafeUnpin for Leftover<'a>
impl<'a> UnwindSafe for Leftover<'a>
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