pub struct LiveRuntimeRecord {
pub endpoint: LiveRuntimeEndpoint,
pub runtime_session_id: String,
pub source: LiveRuntimeSource,
pub pid: u32,
pub created_at_ms: u128,
pub metadata: LiveRuntimeMetadata,
}Expand description
Browser-safe inventory record for one reconciled live receipt.
Fields§
§endpoint: LiveRuntimeEndpointOpaque receipt endpoint; it contains no bearer credential.
runtime_session_id: StringStable SDK runtime/session id.
source: LiveRuntimeSourceSource harness identity.
pid: u32Process that owns the runtime.
created_at_ms: u128Registration time in epoch milliseconds.
metadata: LiveRuntimeMetadataStatic registration metadata.
Trait Implementations§
Source§impl Clone for LiveRuntimeRecord
impl Clone for LiveRuntimeRecord
Source§fn clone(&self) -> LiveRuntimeRecord
fn clone(&self) -> LiveRuntimeRecord
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 LiveRuntimeRecord
impl Debug for LiveRuntimeRecord
Source§impl<'de> Deserialize<'de> for LiveRuntimeRecord
impl<'de> Deserialize<'de> for LiveRuntimeRecord
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LiveRuntimeRecord
Source§impl PartialEq for LiveRuntimeRecord
impl PartialEq for LiveRuntimeRecord
Source§impl Serialize for LiveRuntimeRecord
impl Serialize for LiveRuntimeRecord
impl StructuralPartialEq for LiveRuntimeRecord
Auto Trait Implementations§
impl Freeze for LiveRuntimeRecord
impl RefUnwindSafe for LiveRuntimeRecord
impl Send for LiveRuntimeRecord
impl Sync for LiveRuntimeRecord
impl Unpin for LiveRuntimeRecord
impl UnsafeUnpin for LiveRuntimeRecord
impl UnwindSafe for LiveRuntimeRecord
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.