Enum clang_format::ClangFormatError
source · pub enum ClangFormatError {
SpawnFailure,
StdInFailure,
StdInWriteFailure,
Utf8FormatError,
WaitFailure,
}
Expand description
Describes which error spawning clang-format failed with
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ClangFormatError
impl Send for ClangFormatError
impl Sync for ClangFormatError
impl Unpin for ClangFormatError
impl UnwindSafe for ClangFormatError
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