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