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