Struct quic_rpc::message::ServerStreaming
source · pub struct ServerStreaming;
Expand description
Server streaming interaction pattern
Trait Implementations§
source§impl Clone for ServerStreaming
impl Clone for ServerStreaming
source§fn clone(&self) -> ServerStreaming
fn clone(&self) -> ServerStreaming
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more