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