Enum rustc_errors::DelayedBugKind
source · pub enum DelayedBugKind {
Normal,
GoodPath,
}Variants§
Trait Implementations§
source§impl Clone for DelayedBugKind
impl Clone for DelayedBugKind
source§fn clone(&self) -> DelayedBugKind
fn clone(&self) -> DelayedBugKind
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 DelayedBugKind
impl Debug for DelayedBugKind
source§impl<__D: SpanDecoder> Decodable<__D> for DelayedBugKind
impl<__D: SpanDecoder> Decodable<__D> for DelayedBugKind
source§impl<__E: SpanEncoder> Encodable<__E> for DelayedBugKind
impl<__E: SpanEncoder> Encodable<__E> for DelayedBugKind
source§impl Hash for DelayedBugKind
impl Hash for DelayedBugKind
source§impl PartialEq for DelayedBugKind
impl PartialEq for DelayedBugKind
source§fn eq(&self, other: &DelayedBugKind) -> bool
fn eq(&self, other: &DelayedBugKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DelayedBugKind
impl Eq for DelayedBugKind
impl StructuralEq for DelayedBugKind
impl StructuralPartialEq for DelayedBugKind
Auto Trait Implementations§
impl RefUnwindSafe for DelayedBugKind
impl Send for DelayedBugKind
impl Sync for DelayedBugKind
impl Unpin for DelayedBugKind
impl UnwindSafe for DelayedBugKind
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:
Normal: 0 bytesGoodPath: 0 bytes