Struct schema_org_constants::SchoolIri
source · pub struct SchoolIri;Trait Implementations§
source§impl PartialEq<&str> for SchoolIri
impl PartialEq<&str> for SchoolIri
Auto Trait Implementations§
impl Freeze for SchoolIri
impl RefUnwindSafe for SchoolIri
impl Send for SchoolIri
impl Sync for SchoolIri
impl Unpin for SchoolIri
impl UnwindSafe for SchoolIri
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