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