pub struct AgenticSystemDiagram { /* private fields */ }Expand description
A drawn topology and the same thing said in words.
Both, always. A picture is the fastest way to see a system and the only way to see nothing at all if you cannot see it: the text equivalent is not a fallback, it is the other half of the answer.
The source is Mermaid text. Turning it into an image is the host’s job — a renderer is not vendored here, because shipping a browser engine to draw a box would cost more than the box is worth.
Implementations§
Trait Implementations§
Source§impl Clone for AgenticSystemDiagram
impl Clone for AgenticSystemDiagram
Source§impl Debug for AgenticSystemDiagram
impl Debug for AgenticSystemDiagram
impl Eq for AgenticSystemDiagram
Source§impl PartialEq for AgenticSystemDiagram
impl PartialEq for AgenticSystemDiagram
impl StructuralPartialEq for AgenticSystemDiagram
Auto Trait Implementations§
impl Freeze for AgenticSystemDiagram
impl RefUnwindSafe for AgenticSystemDiagram
impl Send for AgenticSystemDiagram
impl Sync for AgenticSystemDiagram
impl Unpin for AgenticSystemDiagram
impl UnsafeUnpin for AgenticSystemDiagram
impl UnwindSafe for AgenticSystemDiagram
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