pub struct StartupBanner { /* private fields */ }Expand description
Builder for structured startup banners printed to stderr.
Collects lines and prints them as a formatted block with header, sections, and footer separators. All output goes to stderr so it is visible in k8s logs even before the tracing subscriber is initialized.
Implementations§
Auto Trait Implementations§
impl Freeze for StartupBanner
impl RefUnwindSafe for StartupBanner
impl Send for StartupBanner
impl Sync for StartupBanner
impl Unpin for StartupBanner
impl UnsafeUnpin for StartupBanner
impl UnwindSafe for StartupBanner
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