Struct moore_common::errors::DiagBuilder2 [] [src]

#[must_use]
pub struct DiagBuilder2 { pub severity: Severity, pub message: String, pub segments: Vec<DiagSegment>, }

Fields

Methods

impl DiagBuilder2
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for DiagBuilder2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DiagBuilder2
[src]

[src]

Formats the value using the given formatter.

impl Display for DiagBuilder2
[src]

[src]

Formats the value using the given formatter. Read more