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