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