pub struct OpeningHoursLabel(/* private fields */);Expand description
Human-readable opening-hours label.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for OpeningHoursLabel
impl AsRef<str> for OpeningHoursLabel
Source§impl Clone for OpeningHoursLabel
impl Clone for OpeningHoursLabel
Source§fn clone(&self) -> OpeningHoursLabel
fn clone(&self) -> OpeningHoursLabel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpeningHoursLabel
impl Debug for OpeningHoursLabel
Source§impl Hash for OpeningHoursLabel
impl Hash for OpeningHoursLabel
Source§impl Ord for OpeningHoursLabel
impl Ord for OpeningHoursLabel
Source§fn cmp(&self, other: &OpeningHoursLabel) -> Ordering
fn cmp(&self, other: &OpeningHoursLabel) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OpeningHoursLabel
impl PartialEq for OpeningHoursLabel
Source§fn eq(&self, other: &OpeningHoursLabel) -> bool
fn eq(&self, other: &OpeningHoursLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpeningHoursLabel
impl PartialOrd for OpeningHoursLabel
impl Eq for OpeningHoursLabel
impl StructuralPartialEq for OpeningHoursLabel
Auto Trait Implementations§
impl Freeze for OpeningHoursLabel
impl RefUnwindSafe for OpeningHoursLabel
impl Send for OpeningHoursLabel
impl Sync for OpeningHoursLabel
impl Unpin for OpeningHoursLabel
impl UnsafeUnpin for OpeningHoursLabel
impl UnwindSafe for OpeningHoursLabel
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