pub struct OverlayFrame {
pub body: Vec<String>,
pub status: String,
}Fields§
§body: Vec<String>Body lines (no styling info — overlay renders are plain text in v1).
status: StringStatus line (rendered as the last row, like the regular status).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OverlayFrame
impl RefUnwindSafe for OverlayFrame
impl Send for OverlayFrame
impl Sync for OverlayFrame
impl Unpin for OverlayFrame
impl UnsafeUnpin for OverlayFrame
impl UnwindSafe for OverlayFrame
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