Struct schema_org_constants::DateTimeIri
source · pub struct DateTimeIri;Trait Implementations§
source§impl PartialEq<&str> for DateTimeIri
impl PartialEq<&str> for DateTimeIri
source§impl PartialEq<DateTimeIri> for &str
impl PartialEq<DateTimeIri> for &str
source§fn eq(&self, other: &DateTimeIri) -> bool
fn eq(&self, other: &DateTimeIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for DateTimeIri
impl RefUnwindSafe for DateTimeIri
impl Send for DateTimeIri
impl Sync for DateTimeIri
impl Unpin for DateTimeIri
impl UnwindSafe for DateTimeIri
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