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