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