pub struct SensorLogEntry {
pub dependency_name: Option<String>,
pub event_context: Option<String>,
pub level: Option<String>,
pub msg: Option<String>,
pub namespace: Option<String>,
pub sensor_name: Option<String>,
pub time: Option<IoK8sApimachineryPkgApisMetaV1Time>,
pub trigger_name: Option<String>,
}
Fields§
§dependency_name: Option<String>
§event_context: Option<String>
§level: Option<String>
§msg: Option<String>
§namespace: Option<String>
§sensor_name: Option<String>
§time: Option<IoK8sApimachineryPkgApisMetaV1Time>
§trigger_name: Option<String>
Trait Implementations§
Source§impl Clone for SensorLogEntry
impl Clone for SensorLogEntry
Source§fn clone(&self) -> SensorLogEntry
fn clone(&self) -> SensorLogEntry
Returns a copy 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 SensorLogEntry
impl Debug for SensorLogEntry
Source§impl<'de> Deserialize<'de> for SensorLogEntry
impl<'de> Deserialize<'de> for SensorLogEntry
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 From<&SensorLogEntry> for SensorLogEntry
impl From<&SensorLogEntry> for SensorLogEntry
Source§fn from(value: &SensorLogEntry) -> Self
fn from(value: &SensorLogEntry) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SensorLogEntry
impl RefUnwindSafe for SensorLogEntry
impl Send for SensorLogEntry
impl Sync for SensorLogEntry
impl Unpin for SensorLogEntry
impl UnwindSafe for SensorLogEntry
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