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