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