pub struct StatusPage { /* private fields */ }
Expand description
Data for status pages for CI broker.
There is a “front page” with status about the broker, and a list of repositories for which the broker has run CI. Then there is a page per such repository, with a list of CI runs for that repository.
Implementations§
Source§impl StatusPage
impl StatusPage
pub fn set_output_dir(&mut self, dirname: &Path)
pub fn update_in_thread( self, run_rx: NotificationReceiver, profile: Profile, db: Db, once: bool, ) -> JoinHandle<Result<(), PageError>>
Trait Implementations§
Source§impl Default for StatusPage
impl Default for StatusPage
Source§fn default() -> StatusPage
fn default() -> StatusPage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatusPage
impl RefUnwindSafe for StatusPage
impl Send for StatusPage
impl Sync for StatusPage
impl Unpin for StatusPage
impl UnwindSafe for StatusPage
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