pub struct ProxyEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for ProxyEndpoint
impl Endpoint for ProxyEndpoint
Source§type Request = ProxyRequest
type Request = ProxyRequest
The type of the Request (client to server)
Source§type Response = ProxyResponse
type Response = ProxyResponse
The type of the Response (server to client)
Auto Trait Implementations§
impl Freeze for ProxyEndpoint
impl RefUnwindSafe for ProxyEndpoint
impl Send for ProxyEndpoint
impl Sync for ProxyEndpoint
impl Unpin for ProxyEndpoint
impl UnwindSafe for ProxyEndpoint
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