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