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