pub struct EvidenceOriginPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for EvidenceOriginPropertyIriOrLabel
impl PartialEq<&str> for EvidenceOriginPropertyIriOrLabel
source§impl PartialEq<EvidenceOriginPropertyIriOrLabel> for &str
impl PartialEq<EvidenceOriginPropertyIriOrLabel> for &str
source§fn eq(&self, other: &EvidenceOriginPropertyIriOrLabel) -> bool
fn eq(&self, other: &EvidenceOriginPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for EvidenceOriginPropertyIriOrLabel
impl RefUnwindSafe for EvidenceOriginPropertyIriOrLabel
impl Send for EvidenceOriginPropertyIriOrLabel
impl Sync for EvidenceOriginPropertyIriOrLabel
impl Unpin for EvidenceOriginPropertyIriOrLabel
impl UnwindSafe for EvidenceOriginPropertyIriOrLabel
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