pub struct ProxyConnection { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for ProxyConnection
impl !RefUnwindSafe for ProxyConnection
impl Send for ProxyConnection
impl Sync for ProxyConnection
impl Unpin for ProxyConnection
impl UnsafeUnpin for ProxyConnection
impl !UnwindSafe for ProxyConnection
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