pub struct StackOutput {
pub pipeline: PipelineOutput,
pub stack: Option<StackResult>,
}Expand description
Output of the full stack pipeline.
Fields§
§pipeline: PipelineOutput§stack: Option<StackResult>None iff invariants failed upstream (no document, nothing rendered).
Auto Trait Implementations§
impl Freeze for StackOutput
impl RefUnwindSafe for StackOutput
impl Send for StackOutput
impl Sync for StackOutput
impl Unpin for StackOutput
impl UnsafeUnpin for StackOutput
impl UnwindSafe for StackOutput
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