Struct rustfmt_nightly::emitter::checkstyle::CheckstyleEmitter
source · pub(crate) struct CheckstyleEmitter;
Trait Implementations
sourceimpl Debug for CheckstyleEmitter
impl Debug for CheckstyleEmitter
sourceimpl Default for CheckstyleEmitter
impl Default for CheckstyleEmitter
sourcefn default() -> CheckstyleEmitter
fn default() -> CheckstyleEmitter
Returns the “default value” for a type. Read more
sourceimpl Emitter for CheckstyleEmitter
impl Emitter for CheckstyleEmitter
fn emit_header(&self, output: &mut dyn Write) -> Result<(), Error>
fn emit_formatted_file(
&mut self,
output: &mut dyn Write,
_: FormattedFile<'_>
) -> Result<EmitterResult, Error>
Auto Trait Implementations
impl RefUnwindSafe for CheckstyleEmitter
impl Send for CheckstyleEmitter
impl Sync for CheckstyleEmitter
impl Unpin for CheckstyleEmitter
impl UnwindSafe for CheckstyleEmitter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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