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