Enum rustc_session::config::DumpMonoStatsFormat
source · pub enum DumpMonoStatsFormat {
Markdown,
Json,
}
Expand description
Which format to use for -Z dump-mono-stats
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DumpMonoStatsFormat
impl Clone for DumpMonoStatsFormat
source§fn clone(&self) -> DumpMonoStatsFormat
fn clone(&self) -> DumpMonoStatsFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DumpMonoStatsFormat
impl Debug for DumpMonoStatsFormat
source§impl Hash for DumpMonoStatsFormat
impl Hash for DumpMonoStatsFormat
source§impl PartialEq<DumpMonoStatsFormat> for DumpMonoStatsFormat
impl PartialEq<DumpMonoStatsFormat> for DumpMonoStatsFormat
source§fn eq(&self, other: &DumpMonoStatsFormat) -> bool
fn eq(&self, other: &DumpMonoStatsFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DumpMonoStatsFormat
impl StructuralPartialEq for DumpMonoStatsFormat
Auto Trait Implementations§
impl RefUnwindSafe for DumpMonoStatsFormat
impl Send for DumpMonoStatsFormat
impl Sync for DumpMonoStatsFormat
impl Unpin for DumpMonoStatsFormat
impl UnwindSafe for DumpMonoStatsFormat
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
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: 1 byte
Size for each variant:
Markdown
: 0 bytesJson
: 0 bytes