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