pub struct GenericDiagnostic { /* private fields */ }Implementations§
Source§impl GenericDiagnostic
impl GenericDiagnostic
Sourcepub fn builder() -> Builder<DiagnosticTypeStage>
pub fn builder() -> Builder<DiagnosticTypeStage>
Returns a new builder.
Trait Implementations§
Source§impl Clone for GenericDiagnostic
impl Clone for GenericDiagnostic
Source§fn clone(&self) -> GenericDiagnostic
fn clone(&self) -> GenericDiagnostic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GenericDiagnostic
impl Debug for GenericDiagnostic
Source§impl<'de> Deserialize<'de> for GenericDiagnostic
impl<'de> Deserialize<'de> for GenericDiagnostic
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<GenericDiagnostic> for Builder<Complete>
impl From<GenericDiagnostic> for Builder<Complete>
Source§fn from(v: GenericDiagnostic) -> Self
fn from(v: GenericDiagnostic) -> Self
Converts to this type from the input type.
Source§impl Hash for GenericDiagnostic
impl Hash for GenericDiagnostic
Source§impl Ord for GenericDiagnostic
impl Ord for GenericDiagnostic
Source§fn cmp(&self, other: &GenericDiagnostic) -> Ordering
fn cmp(&self, other: &GenericDiagnostic) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GenericDiagnostic
impl PartialEq for GenericDiagnostic
Source§impl PartialOrd for GenericDiagnostic
impl PartialOrd for GenericDiagnostic
Source§impl Serialize for GenericDiagnostic
impl Serialize for GenericDiagnostic
impl Eq for GenericDiagnostic
impl StructuralPartialEq for GenericDiagnostic
Auto Trait Implementations§
impl Freeze for GenericDiagnostic
impl RefUnwindSafe for GenericDiagnostic
impl Send for GenericDiagnostic
impl Sync for GenericDiagnostic
impl Unpin for GenericDiagnostic
impl UnwindSafe for GenericDiagnostic
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