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