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