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 ==
.impl StructuralPartialEq for ClangFormatStyle
Auto Trait Implementations§
impl RefUnwindSafe for ClangFormatStyle
impl Send for ClangFormatStyle
impl Sync for ClangFormatStyle
impl Unpin for ClangFormatStyle
impl UnwindSafe for ClangFormatStyle
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