pub struct StreamProbeMessage {
pub sequence: u64,
pub value: String,
}Expand description
Ordered value exchanged in both directions by the conformance stream.
Fields§
§sequence: u64§value: StringTrait Implementations§
Source§impl Clone for StreamProbeMessage
impl Clone for StreamProbeMessage
Source§fn clone(&self) -> StreamProbeMessage
fn clone(&self) -> StreamProbeMessage
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 StreamProbeMessage
impl Debug for StreamProbeMessage
impl Eq for StreamProbeMessage
Source§impl PartialEq for StreamProbeMessage
impl PartialEq for StreamProbeMessage
impl StructuralPartialEq for StreamProbeMessage
Auto Trait Implementations§
impl Freeze for StreamProbeMessage
impl RefUnwindSafe for StreamProbeMessage
impl Send for StreamProbeMessage
impl Sync for StreamProbeMessage
impl Unpin for StreamProbeMessage
impl UnsafeUnpin for StreamProbeMessage
impl UnwindSafe for StreamProbeMessage
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