pub struct StreamableHttpHandler { /* private fields */ }
Expand description
Streamable HTTP transport handler
Implementations§
Auto Trait Implementations§
impl Freeze for StreamableHttpHandler
impl RefUnwindSafe for StreamableHttpHandler
impl Send for StreamableHttpHandler
impl Sync for StreamableHttpHandler
impl Unpin for StreamableHttpHandler
impl UnwindSafe for StreamableHttpHandler
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