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