pub struct RuntimeUnitRecord {
pub schema: String,
pub spec: RuntimeUnitSpec,
pub observation: RuntimeObservation,
pub removed_at_ms: Option<u64>,
}Fields§
§schema: String§spec: RuntimeUnitSpec§observation: RuntimeObservation§removed_at_ms: Option<u64>Implementations§
Trait Implementations§
Source§impl Clone for RuntimeUnitRecord
impl Clone for RuntimeUnitRecord
Source§fn clone(&self) -> RuntimeUnitRecord
fn clone(&self) -> RuntimeUnitRecord
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 RuntimeUnitRecord
impl Debug for RuntimeUnitRecord
Source§impl<'de> Deserialize<'de> for RuntimeUnitRecord
impl<'de> Deserialize<'de> for RuntimeUnitRecord
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 RuntimeUnitRecord
Source§impl PartialEq for RuntimeUnitRecord
impl PartialEq for RuntimeUnitRecord
Source§impl Serialize for RuntimeUnitRecord
impl Serialize for RuntimeUnitRecord
impl StructuralPartialEq for RuntimeUnitRecord
Auto Trait Implementations§
impl Freeze for RuntimeUnitRecord
impl RefUnwindSafe for RuntimeUnitRecord
impl Send for RuntimeUnitRecord
impl Sync for RuntimeUnitRecord
impl Unpin for RuntimeUnitRecord
impl UnsafeUnpin for RuntimeUnitRecord
impl UnwindSafe for RuntimeUnitRecord
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