pub struct LineColCounter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LineColCounter
impl Clone for LineColCounter
Source§fn clone(&self) -> LineColCounter
fn clone(&self) -> LineColCounter
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 moreimpl Copy for LineColCounter
Source§impl Debug for LineColCounter
impl Debug for LineColCounter
Source§impl Default for LineColCounter
impl Default for LineColCounter
Source§fn default() -> LineColCounter
fn default() -> LineColCounter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LineColCounter
impl RefUnwindSafe for LineColCounter
impl Send for LineColCounter
impl Sync for LineColCounter
impl Unpin for LineColCounter
impl UnsafeUnpin for LineColCounter
impl UnwindSafe for LineColCounter
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