pub struct TransitivityProof(pub ProvenEq, pub ProvenEq);Tuple Fields§
§0: ProvenEq§1: ProvenEqTrait Implementations§
Source§impl Clone for TransitivityProof
impl Clone for TransitivityProof
Source§fn clone(&self) -> TransitivityProof
fn clone(&self) -> TransitivityProof
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TransitivityProof
impl RefUnwindSafe for TransitivityProof
impl Send for TransitivityProof
impl Sync for TransitivityProof
impl Unpin for TransitivityProof
impl UnsafeUnpin for TransitivityProof
impl UnwindSafe for TransitivityProof
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