pub struct ProstClientConnectionBindings<Request, Response> { /* private fields */ }Trait Implementations§
source§impl<Request, Response> ConnectionBindings for ProstClientConnectionBindings<Request, Response>
impl<Request, Response> ConnectionBindings for ProstClientConnectionBindings<Request, Response>
type Deserializer = ProstSerializer<Response, Request>
type Serializer = ProstSerializer<Response, Request>
Auto Trait Implementations§
impl<Request, Response> Freeze for ProstClientConnectionBindings<Request, Response>
impl<Request, Response> RefUnwindSafe for ProstClientConnectionBindings<Request, Response>where
Request: RefUnwindSafe,
Response: RefUnwindSafe,
impl<Request, Response> Send for ProstClientConnectionBindings<Request, Response>
impl<Request, Response> Sync for ProstClientConnectionBindings<Request, Response>
impl<Request, Response> Unpin for ProstClientConnectionBindings<Request, Response>
impl<Request, Response> UnwindSafe for ProstClientConnectionBindings<Request, Response>where
Request: UnwindSafe,
Response: UnwindSafe,
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