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