pub struct MapRouter<C, S, P, R> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, S, P, R> Freeze for MapRouter<C, S, P, R>
impl<C, S, P, R> RefUnwindSafe for MapRouter<C, S, P, R>
impl<C, S, P, R> Send for MapRouter<C, S, P, R>
impl<C, S, P, R> Sync for MapRouter<C, S, P, R>
impl<C, S, P, R> Unpin for MapRouter<C, S, P, R>
impl<C, S, P, R> UnwindSafe for MapRouter<C, S, P, R>
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