pub enum TimePassesFormat {
Text,
Json,
}
Expand description
Which format to use for -Z time-passes
Variants§
Trait Implementations§
source§impl Clone for TimePassesFormat
impl Clone for TimePassesFormat
source§fn clone(&self) -> TimePassesFormat
fn clone(&self) -> TimePassesFormat
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 TimePassesFormat
impl Debug for TimePassesFormat
source§impl Hash for TimePassesFormat
impl Hash for TimePassesFormat
source§impl PartialEq<TimePassesFormat> for TimePassesFormat
impl PartialEq<TimePassesFormat> for TimePassesFormat
source§fn eq(&self, other: &TimePassesFormat) -> bool
fn eq(&self, other: &TimePassesFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TimePassesFormat
impl StructuralPartialEq for TimePassesFormat
Auto Trait Implementations§
impl RefUnwindSafe for TimePassesFormat
impl Send for TimePassesFormat
impl Sync for TimePassesFormat
impl Unpin for TimePassesFormat
impl UnwindSafe for TimePassesFormat
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
impl<'a, T> Captures<'a> for Twhere T: ?Sized,
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:
Text
: 0 bytesJson
: 0 bytes