pub struct StatusInputs {
pub now: DateTime<Utc>,
pub hosts: Vec<HostStatusEntry>,
pub channel_freshness: BTreeMap<String, u32>,
}Fields§
§now: DateTime<Utc>§hosts: Vec<HostStatusEntry>§channel_freshness: BTreeMap<String, u32>channel name -> freshness_window in minutes (from /v1/channels/{name}).
Auto Trait Implementations§
impl Freeze for StatusInputs
impl RefUnwindSafe for StatusInputs
impl Send for StatusInputs
impl Sync for StatusInputs
impl Unpin for StatusInputs
impl UnwindSafe for StatusInputs
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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