pub struct LiveRuntimeMetadata {
pub profile: Option<String>,
pub persistence_location: Option<PathBuf>,
pub endpoint_capabilities: Vec<String>,
pub supervisor: Option<LiveRuntimeSupervisor>,
}Expand description
Static runtime metadata recorded at registration. Dynamic state, actions, controller, and observers are queried from the authenticated SDK endpoint.
Fields§
§profile: Option<String>Resolved composable emulation profile.
persistence_location: Option<PathBuf>Canonical persistence location owned by Supercode. This is never the authority for a source harness’s unchanged native transcript.
endpoint_capabilities: Vec<String>Transport names exposed by this endpoint.
supervisor: Option<LiveRuntimeSupervisor>Optional process supervisor. This is presentation/lifecycle metadata; the authenticated SDK endpoint remains the runtime authority.
Trait Implementations§
Source§impl Clone for LiveRuntimeMetadata
impl Clone for LiveRuntimeMetadata
Source§fn clone(&self) -> LiveRuntimeMetadata
fn clone(&self) -> LiveRuntimeMetadata
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 LiveRuntimeMetadata
impl Debug for LiveRuntimeMetadata
Source§impl Default for LiveRuntimeMetadata
impl Default for LiveRuntimeMetadata
Source§fn default() -> LiveRuntimeMetadata
fn default() -> LiveRuntimeMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LiveRuntimeMetadatawhere
LiveRuntimeMetadata: Default,
impl<'de> Deserialize<'de> for LiveRuntimeMetadatawhere
LiveRuntimeMetadata: Default,
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiveRuntimeMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiveRuntimeMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LiveRuntimeMetadata
Source§impl PartialEq for LiveRuntimeMetadata
impl PartialEq for LiveRuntimeMetadata
Source§impl Serialize for LiveRuntimeMetadata
impl Serialize for LiveRuntimeMetadata
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for LiveRuntimeMetadata
Auto Trait Implementations§
impl Freeze for LiveRuntimeMetadata
impl RefUnwindSafe for LiveRuntimeMetadata
impl Send for LiveRuntimeMetadata
impl Sync for LiveRuntimeMetadata
impl Unpin for LiveRuntimeMetadata
impl UnsafeUnpin for LiveRuntimeMetadata
impl UnwindSafe for LiveRuntimeMetadata
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.