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