Enum clang_format::ClangFormatStyle
source · pub enum ClangFormatStyle {
Chromium,
Default,
File,
Google,
Llvm,
Mozilla,
WebKit,
}Expand description
Describes the style to pass to clang-format
Variants§
Trait Implementations§
source§impl Debug for ClangFormatStyle
impl Debug for ClangFormatStyle
source§impl PartialEq<ClangFormatStyle> for ClangFormatStyle
impl PartialEq<ClangFormatStyle> for ClangFormatStyle
source§fn eq(&self, other: &ClangFormatStyle) -> bool
fn eq(&self, other: &ClangFormatStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.