Struct quic_rpc_utils::ServerStreamingResponse
source · pub struct ServerStreamingResponse<R>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<R> Freeze for ServerStreamingResponse<R>
impl<R> !RefUnwindSafe for ServerStreamingResponse<R>
impl<R> !Send for ServerStreamingResponse<R>
impl<R> !Sync for ServerStreamingResponse<R>
impl<R> Unpin for ServerStreamingResponse<R>
impl<R> !UnwindSafe for ServerStreamingResponse<R>
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