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§
source§impl Clone for SuggestionsDisabled
impl Clone for SuggestionsDisabled
source§fn clone(&self) -> SuggestionsDisabled
fn clone(&self) -> SuggestionsDisabled
Returns a copy 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 SuggestionsDisabled
impl Debug for SuggestionsDisabled
source§impl<__D: Decoder> Decodable<__D> for SuggestionsDisabled
impl<__D: Decoder> Decodable<__D> for SuggestionsDisabled
source§impl<__E: Encoder> Encodable<__E> for SuggestionsDisabled
impl<__E: Encoder> Encodable<__E> for SuggestionsDisabled
source§impl Hash for SuggestionsDisabled
impl Hash for SuggestionsDisabled
source§impl PartialEq<SuggestionsDisabled> for SuggestionsDisabled
impl PartialEq<SuggestionsDisabled> for SuggestionsDisabled
source§fn eq(&self, other: &SuggestionsDisabled) -> bool
fn eq(&self, other: &SuggestionsDisabled) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
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