pub struct RuntimeInfoResponse {
pub runtime_id: String,
pub version: String,
pub started_at: DateTime<Utc>,
pub snapshot_version: String,
pub platform: RuntimePlatform,
}Fields§
§runtime_id: String§version: String§started_at: DateTime<Utc>§snapshot_version: String§platform: RuntimePlatformTrait Implementations§
Source§impl Clone for RuntimeInfoResponse
impl Clone for RuntimeInfoResponse
Source§fn clone(&self) -> RuntimeInfoResponse
fn clone(&self) -> RuntimeInfoResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 RuntimeInfoResponse
impl Debug for RuntimeInfoResponse
Source§impl<'de> Deserialize<'de> for RuntimeInfoResponse
impl<'de> Deserialize<'de> for RuntimeInfoResponse
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
Source§impl PartialEq for RuntimeInfoResponse
impl PartialEq for RuntimeInfoResponse
Source§impl Serialize for RuntimeInfoResponse
impl Serialize for RuntimeInfoResponse
impl StructuralPartialEq for RuntimeInfoResponse
Auto Trait Implementations§
impl Freeze for RuntimeInfoResponse
impl RefUnwindSafe for RuntimeInfoResponse
impl Send for RuntimeInfoResponse
impl Sync for RuntimeInfoResponse
impl Unpin for RuntimeInfoResponse
impl UnsafeUnpin for RuntimeInfoResponse
impl UnwindSafe for RuntimeInfoResponse
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