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