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