Enum rustc_ap_rustc_errors::SuggestionStyle [−][src]
pub enum SuggestionStyle {
    HideCodeInline,
    HideCodeAlways,
    CompletelyHidden,
    ShowCode,
    ShowAlways,
}Variants
Hide the suggested code when displaying this suggestion inline.
Always hide the suggested code but display the message.
Do not display this suggestion in the cli output, it is only meant for tools.
Always show the suggested code. This will not show the code if the suggestion is inline and the suggested code is empty.
Always show the suggested code independently.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SuggestionStyleimpl Send for SuggestionStyleimpl Sync for SuggestionStyleimpl Unpin for SuggestionStyleimpl UnwindSafe for SuggestionStyleBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V