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