pub struct OutboundRequest { /* private fields */ }Expand description
An outbound request wrapper created by create_request(). Intended be
used with [ClientStream][crate::client::ClientStream].
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutboundRequest
impl !RefUnwindSafe for OutboundRequest
impl Send for OutboundRequest
impl Sync for OutboundRequest
impl Unpin for OutboundRequest
impl !UnwindSafe for OutboundRequest
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