pub struct TrueTool;Expand description
A tool that matches the empty prefix.
Trait Implementations§
Source§impl<'a> AlwaysTool<'a> for TrueTool
impl<'a> AlwaysTool<'a> for TrueTool
impl Copy for TrueTool
impl Eq for TrueTool
impl StructuralPartialEq for TrueTool
Auto Trait Implementations§
impl Freeze for TrueTool
impl RefUnwindSafe for TrueTool
impl Send for TrueTool
impl Sync for TrueTool
impl Unpin for TrueTool
impl UnwindSafe for TrueTool
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