pub struct ProxyRouter;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyRouter
impl RefUnwindSafe for ProxyRouter
impl Send for ProxyRouter
impl Sync for ProxyRouter
impl Unpin for ProxyRouter
impl UnsafeUnpin for ProxyRouter
impl UnwindSafe for ProxyRouter
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