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