pub struct CountLines {
pub root: PathBuf,
}Fields§
§root: PathBufImplementations§
Trait Implementations§
Source§impl Clone for CountLines
impl Clone for CountLines
Source§fn clone(&self) -> CountLines
fn clone(&self) -> CountLines
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CountLines
impl Debug for CountLines
Auto Trait Implementations§
impl Freeze for CountLines
impl RefUnwindSafe for CountLines
impl Send for CountLines
impl Sync for CountLines
impl Unpin for CountLines
impl UnsafeUnpin for CountLines
impl UnwindSafe for CountLines
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