pub struct Probe;Expand description
Typed conformance Capability.
Trait Implementations§
Source§impl RequestCapability for Probe
impl RequestCapability for Probe
Source§const DESCRIPTOR_VERSION: &'static str = PROBE_DESCRIPTOR_VERSION
const DESCRIPTOR_VERSION: &'static str = PROBE_DESCRIPTOR_VERSION
Exact generated Descriptor version.
Source§type Request = ProbeRequest
type Request = ProbeRequest
Typed request value.
Source§type Response = ProbeResponse
type Response = ProbeResponse
Typed success value.
Source§type DomainError = ProbeError
type DomainError = ProbeError
Typed Capability-defined error value.
Auto Trait Implementations§
impl Freeze for Probe
impl RefUnwindSafe for Probe
impl Send for Probe
impl Sync for Probe
impl Unpin for Probe
impl UnsafeUnpin for Probe
impl UnwindSafe for Probe
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