pub struct AliasEvidence {
pub left_uri: String,
pub right_uri: String,
pub basis: String,
pub evidence_id: ContentId,
}Fields§
§left_uri: String§right_uri: String§basis: String§evidence_id: ContentIdTrait Implementations§
Source§impl Clone for AliasEvidence
impl Clone for AliasEvidence
Source§fn clone(&self) -> AliasEvidence
fn clone(&self) -> AliasEvidence
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 AliasEvidence
impl Debug for AliasEvidence
impl Eq for AliasEvidence
Source§impl PartialEq for AliasEvidence
impl PartialEq for AliasEvidence
impl StructuralPartialEq for AliasEvidence
Auto Trait Implementations§
impl Freeze for AliasEvidence
impl RefUnwindSafe for AliasEvidence
impl Send for AliasEvidence
impl Sync for AliasEvidence
impl Unpin for AliasEvidence
impl UnsafeUnpin for AliasEvidence
impl UnwindSafe for AliasEvidence
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