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