pub struct NewlineTool;Expand description
Tool that matches the newline characters sequences \n and \r\n.
Trait Implementations§
Source§impl Clone for NewlineTool
impl Clone for NewlineTool
Source§fn clone(&self) -> NewlineTool
fn clone(&self) -> NewlineTool
Returns a copy of the value. Read more
1.0.0 · 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 NewlineTool
impl Debug for NewlineTool
Source§impl<'a, F: Clone> ParseTool<'a, F> for NewlineTool
impl<'a, F: Clone> ParseTool<'a, F> for NewlineTool
Source§impl PartialEq for NewlineTool
impl PartialEq for NewlineTool
impl Copy for NewlineTool
impl Eq for NewlineTool
impl StructuralPartialEq for NewlineTool
Auto Trait Implementations§
impl Freeze for NewlineTool
impl RefUnwindSafe for NewlineTool
impl Send for NewlineTool
impl Sync for NewlineTool
impl Unpin for NewlineTool
impl UnwindSafe for NewlineTool
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