pub struct EventProbeValue {
pub sequence: u64,
pub value: String,
}Expand description
Ordered value published through the ephemeral Event conformance seam.
Fields§
§sequence: u64§value: StringTrait Implementations§
Source§impl Clone for EventProbeValue
impl Clone for EventProbeValue
Source§fn clone(&self) -> EventProbeValue
fn clone(&self) -> EventProbeValue
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 EventProbeValue
impl Debug for EventProbeValue
impl Eq for EventProbeValue
Source§impl PartialEq for EventProbeValue
impl PartialEq for EventProbeValue
impl StructuralPartialEq for EventProbeValue
Auto Trait Implementations§
impl Freeze for EventProbeValue
impl RefUnwindSafe for EventProbeValue
impl Send for EventProbeValue
impl Sync for EventProbeValue
impl Unpin for EventProbeValue
impl UnsafeUnpin for EventProbeValue
impl UnwindSafe for EventProbeValue
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