pub struct JoinEvidence {
pub result: Type,
}Fields§
§result: TypeTrait Implementations§
Source§impl Clone for JoinEvidence
impl Clone for JoinEvidence
Source§fn clone(&self) -> JoinEvidence
fn clone(&self) -> JoinEvidence
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 moreSource§impl Debug for JoinEvidence
impl Debug for JoinEvidence
Source§impl PartialEq for JoinEvidence
impl PartialEq for JoinEvidence
Source§fn eq(&self, other: &JoinEvidence) -> bool
fn eq(&self, other: &JoinEvidence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for JoinEvidence
impl StructuralPartialEq for JoinEvidence
Auto Trait Implementations§
impl Freeze for JoinEvidence
impl RefUnwindSafe for JoinEvidence
impl Send for JoinEvidence
impl Sync for JoinEvidence
impl Unpin for JoinEvidence
impl UnsafeUnpin for JoinEvidence
impl UnwindSafe for JoinEvidence
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