Struct rustc::traits::DerivedObligationCause
[−]
[src]
pub struct DerivedObligationCause<'tcx> {
// some fields omitted
}Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl<'tcx> Eq for DerivedObligationCause<'tcx>[src]
impl<'tcx> PartialEq for DerivedObligationCause<'tcx>[src]
fn eq(&self, __arg_0: &DerivedObligationCause<'tcx>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DerivedObligationCause<'tcx>) -> bool
This method tests for !=.
impl<'tcx> Debug for DerivedObligationCause<'tcx>[src]
impl<'tcx> Clone for DerivedObligationCause<'tcx>[src]
fn clone(&self) -> DerivedObligationCause<'tcx>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more