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