pub struct StartStreamEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for StartStreamEndpoint
impl Endpoint for StartStreamEndpoint
Source§type Request = TopicStreamRequest
type Request = TopicStreamRequest
The type of the Request (client to server)
Source§type Response = TopicStreamResult
type Response = TopicStreamResult
The type of the Response (server to client)
Auto Trait Implementations§
impl Freeze for StartStreamEndpoint
impl RefUnwindSafe for StartStreamEndpoint
impl Send for StartStreamEndpoint
impl Sync for StartStreamEndpoint
impl Unpin for StartStreamEndpoint
impl UnwindSafe for StartStreamEndpoint
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