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