pub struct DiagnosticCode {
pub value: String,
pub url: Option<String>,
}Fields§
§value: String§url: Option<String>Implementations§
Trait Implementations§
Source§impl Default for DiagnosticCode
impl Default for DiagnosticCode
Source§fn default() -> DiagnosticCode
fn default() -> DiagnosticCode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DiagnosticCode
impl RefUnwindSafe for DiagnosticCode
impl Send for DiagnosticCode
impl Sync for DiagnosticCode
impl Unpin for DiagnosticCode
impl UnwindSafe for DiagnosticCode
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