pub struct LiveRuntimeSource {
pub harness: String,
pub session_id: String,
pub workspace: PathBuf,
}Expand description
Stable source identity through which a hosted continuation is discovered.
Fields§
§harness: StringHarness that owns the persisted source transcript.
session_id: StringHarness-native source session identity.
workspace: PathBufProject directory in which the runtime is operating.
Trait Implementations§
Source§impl Clone for LiveRuntimeSource
impl Clone for LiveRuntimeSource
Source§fn clone(&self) -> LiveRuntimeSource
fn clone(&self) -> LiveRuntimeSource
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 LiveRuntimeSource
impl Debug for LiveRuntimeSource
Source§impl<'de> Deserialize<'de> for LiveRuntimeSource
impl<'de> Deserialize<'de> for LiveRuntimeSource
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiveRuntimeSource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LiveRuntimeSource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LiveRuntimeSource
Source§impl PartialEq for LiveRuntimeSource
impl PartialEq for LiveRuntimeSource
Source§impl Serialize for LiveRuntimeSource
impl Serialize for LiveRuntimeSource
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 LiveRuntimeSource
Auto Trait Implementations§
impl Freeze for LiveRuntimeSource
impl RefUnwindSafe for LiveRuntimeSource
impl Send for LiveRuntimeSource
impl Sync for LiveRuntimeSource
impl Unpin for LiveRuntimeSource
impl UnsafeUnpin for LiveRuntimeSource
impl UnwindSafe for LiveRuntimeSource
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.