Struct rustc_errors::diagnostic::SuggestionsDisabled
source · [−]pub struct SuggestionsDisabled;
Expand description
Error type for Diagnostic
’s suggestions
field, indicating that
.disable_suggestions()
was called on the Diagnostic
.
Trait Implementations
sourceimpl Clone for SuggestionsDisabled
impl Clone for SuggestionsDisabled
sourcefn clone(&self) -> SuggestionsDisabled
fn clone(&self) -> SuggestionsDisabled
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SuggestionsDisabled
impl Debug for SuggestionsDisabled
sourceimpl<__D: Decoder> Decodable<__D> for SuggestionsDisabled
impl<__D: Decoder> Decodable<__D> for SuggestionsDisabled
sourceimpl<__E: Encoder> Encodable<__E> for SuggestionsDisabled
impl<__E: Encoder> Encodable<__E> for SuggestionsDisabled
sourceimpl Hash for SuggestionsDisabled
impl Hash for SuggestionsDisabled
sourceimpl PartialEq<SuggestionsDisabled> for SuggestionsDisabled
impl PartialEq<SuggestionsDisabled> for SuggestionsDisabled
sourcefn eq(&self, other: &SuggestionsDisabled) -> bool
fn eq(&self, other: &SuggestionsDisabled) -> bool
impl Eq for SuggestionsDisabled
impl StructuralEq for SuggestionsDisabled
impl StructuralPartialEq for SuggestionsDisabled
Auto Trait Implementations
impl RefUnwindSafe for SuggestionsDisabled
impl Send for SuggestionsDisabled
impl Sync for SuggestionsDisabled
impl Unpin for SuggestionsDisabled
impl UnwindSafe for SuggestionsDisabled
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes