pub struct ProxyRuntime { /* private fields */ }Expand description
Runtime controller for proxy listeners.
Implementations§
Source§impl ProxyRuntime
impl ProxyRuntime
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ProxyRuntime
impl !UnwindSafe for ProxyRuntime
impl Freeze for ProxyRuntime
impl Send for ProxyRuntime
impl Sync for ProxyRuntime
impl Unpin for ProxyRuntime
impl UnsafeUnpin for ProxyRuntime
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