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