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