pub struct ReverseProxy<C, B> { /* private fields */ }
Implementations§
Source§impl<C, B> ReverseProxy<C, B>
impl<C, B> ReverseProxy<C, B>
Auto Trait Implementations§
impl<C, B> Freeze for ReverseProxy<C, B>where
C: Freeze,
impl<C, B> !RefUnwindSafe for ReverseProxy<C, B>
impl<C, B> Send for ReverseProxy<C, B>
impl<C, B> Sync for ReverseProxy<C, B>
impl<C, B> Unpin for ReverseProxy<C, B>where
C: Unpin,
impl<C, B> !UnwindSafe for ReverseProxy<C, B>
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