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