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