pub struct ExternalCoreRuntimeMetadata {
pub backend: String,
pub instance_id: String,
pub pid: u32,
pub state: String,
pub started_at: String,
pub protocol_version: u32,
pub binary_version: String,
pub socket_path: String,
}Fields§
§backend: String§instance_id: String§pid: u32§state: String§started_at: String§protocol_version: u32§binary_version: String§socket_path: StringTrait Implementations§
Source§impl Clone for ExternalCoreRuntimeMetadata
impl Clone for ExternalCoreRuntimeMetadata
Source§fn clone(&self) -> ExternalCoreRuntimeMetadata
fn clone(&self) -> ExternalCoreRuntimeMetadata
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 ExternalCoreRuntimeMetadata
impl Debug for ExternalCoreRuntimeMetadata
Source§impl<'de> Deserialize<'de> for ExternalCoreRuntimeMetadata
impl<'de> Deserialize<'de> for ExternalCoreRuntimeMetadata
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
Auto Trait Implementations§
impl Freeze for ExternalCoreRuntimeMetadata
impl RefUnwindSafe for ExternalCoreRuntimeMetadata
impl Send for ExternalCoreRuntimeMetadata
impl Sync for ExternalCoreRuntimeMetadata
impl Unpin for ExternalCoreRuntimeMetadata
impl UnsafeUnpin for ExternalCoreRuntimeMetadata
impl UnwindSafe for ExternalCoreRuntimeMetadata
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