pub struct GetChar;Expand description
Get matched character in PredicateTool and PredicateRefTool.
Trait Implementations§
Source§impl<'a, P: Fn(&char) -> bool> ParseToolData<'a, GetChar> for PredicateRefTool<P>
impl<'a, P: Fn(&char) -> bool> ParseToolData<'a, GetChar> for PredicateRefTool<P>
Auto Trait Implementations§
impl Freeze for GetChar
impl RefUnwindSafe for GetChar
impl Send for GetChar
impl Sync for GetChar
impl Unpin for GetChar
impl UnwindSafe for GetChar
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