Struct text_parsing::parser::ThenWith
source · pub struct ThenWith<P, F>{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<P, F> Freeze for ThenWith<P, F>
impl<P, F> RefUnwindSafe for ThenWith<P, F>where
P: RefUnwindSafe,
F: RefUnwindSafe,
impl<P, F> Send for ThenWith<P, F>
impl<P, F> Sync for ThenWith<P, F>
impl<P, F> Unpin for ThenWith<P, F>
impl<P, F> UnwindSafe for ThenWith<P, F>where
P: UnwindSafe,
F: UnwindSafe,
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