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