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