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