pub struct StreamProbe;Expand description
Typed bidirectional stream conformance Capability.
Trait Implementations§
Source§impl Debug for StreamProbe
impl Debug for StreamProbe
Source§impl StreamCapability for StreamProbe
impl StreamCapability for StreamProbe
Source§const DESCRIPTOR_VERSION: &'static str = STREAM_PROBE_DESCRIPTOR_VERSION
const DESCRIPTOR_VERSION: &'static str = STREAM_PROBE_DESCRIPTOR_VERSION
Exact generated Descriptor version.
Source§type OpenRequest = StreamProbeOpen
type OpenRequest = StreamProbeOpen
Typed request used to open one stream session.
Source§type Message = StreamProbeMessage
type Message = StreamProbeMessage
Typed message exchanged in both directions after opening.
Source§type DomainError = StreamProbeError
type DomainError = StreamProbeError
Typed Capability-defined terminal or opening error value.
Auto Trait Implementations§
impl Freeze for StreamProbe
impl RefUnwindSafe for StreamProbe
impl Send for StreamProbe
impl Sync for StreamProbe
impl Unpin for StreamProbe
impl UnsafeUnpin for StreamProbe
impl UnwindSafe for StreamProbe
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