pub struct ProbeResponse {
pub value: String,
}Expand description
Success value transferred through the runtime seam.
Fields§
§value: StringTrait Implementations§
Source§impl Clone for ProbeResponse
impl Clone for ProbeResponse
Source§fn clone(&self) -> ProbeResponse
fn clone(&self) -> ProbeResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProbeResponse
impl Debug for ProbeResponse
impl Eq for ProbeResponse
Source§impl PartialEq for ProbeResponse
impl PartialEq for ProbeResponse
impl StructuralPartialEq for ProbeResponse
Auto Trait Implementations§
impl Freeze for ProbeResponse
impl RefUnwindSafe for ProbeResponse
impl Send for ProbeResponse
impl Sync for ProbeResponse
impl Unpin for ProbeResponse
impl UnsafeUnpin for ProbeResponse
impl UnwindSafe for ProbeResponse
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