pub struct HsiWindow {
pub start: String,
pub end: String,
pub label: Option<String>,
}Expand description
HSI 1.0 window definition
Fields§
§start: StringWindow start time (RFC3339)
end: StringWindow end time (RFC3339)
label: Option<String>Optional label for the window
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HsiWindow
impl<'de> Deserialize<'de> for HsiWindow
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 HsiWindow
impl RefUnwindSafe for HsiWindow
impl Send for HsiWindow
impl Sync for HsiWindow
impl Unpin for HsiWindow
impl UnwindSafe for HsiWindow
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