Enum rustc_session::config::DumpSolverProofTree
source · pub enum DumpSolverProofTree {
Always,
OnError,
Never,
}
Variants§
Trait Implementations§
source§impl Clone for DumpSolverProofTree
impl Clone for DumpSolverProofTree
source§fn clone(&self) -> DumpSolverProofTree
fn clone(&self) -> DumpSolverProofTree
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 DumpSolverProofTree
impl Debug for DumpSolverProofTree
source§impl Default for DumpSolverProofTree
impl Default for DumpSolverProofTree
source§fn default() -> DumpSolverProofTree
fn default() -> DumpSolverProofTree
Returns the “default value” for a type. Read more
source§impl Hash for DumpSolverProofTree
impl Hash for DumpSolverProofTree
source§impl PartialEq<DumpSolverProofTree> for DumpSolverProofTree
impl PartialEq<DumpSolverProofTree> for DumpSolverProofTree
source§fn eq(&self, other: &DumpSolverProofTree) -> bool
fn eq(&self, other: &DumpSolverProofTree) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DumpSolverProofTree
impl Eq for DumpSolverProofTree
impl StructuralEq for DumpSolverProofTree
impl StructuralPartialEq for DumpSolverProofTree
Auto Trait Implementations§
impl RefUnwindSafe for DumpSolverProofTree
impl Send for DumpSolverProofTree
impl Sync for DumpSolverProofTree
impl Unpin for DumpSolverProofTree
impl UnwindSafe for DumpSolverProofTree
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:
Always
: 0 bytesOnError
: 0 bytesNever
: 0 bytes