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