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