pub struct AnyTool;Expand description
Matches any character.
Trait Implementations§
impl Copy for AnyTool
Auto Trait Implementations§
impl Freeze for AnyTool
impl RefUnwindSafe for AnyTool
impl Send for AnyTool
impl Sync for AnyTool
impl Unpin for AnyTool
impl UnwindSafe for AnyTool
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