pub struct NoticeHours(/* private fields */);Expand description
Positive scalar used by boarding policy where zero would erase a real labor or stay requirement.
Implementations§
Trait Implementations§
Source§impl Clone for NoticeHours
impl Clone for NoticeHours
Source§fn clone(&self) -> NoticeHours
fn clone(&self) -> NoticeHours
Returns a duplicate of the value. Read more
1.0.0 · 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 NoticeHours
impl Debug for NoticeHours
Source§impl<'de> Deserialize<'de> for NoticeHours
impl<'de> Deserialize<'de> for NoticeHours
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for NoticeHours
impl Hash for NoticeHours
Source§impl Ord for NoticeHours
impl Ord for NoticeHours
Source§fn cmp(&self, other: &NoticeHours) -> Ordering
fn cmp(&self, other: &NoticeHours) -> Ordering
1.21.0 · 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 NoticeHours
impl PartialEq for NoticeHours
Source§impl PartialOrd for NoticeHours
impl PartialOrd for NoticeHours
Source§impl Serialize for NoticeHours
impl Serialize for NoticeHours
impl Copy for NoticeHours
impl Eq for NoticeHours
impl StructuralPartialEq for NoticeHours
Auto Trait Implementations§
impl Freeze for NoticeHours
impl RefUnwindSafe for NoticeHours
impl Send for NoticeHours
impl Sync for NoticeHours
impl Unpin for NoticeHours
impl UnsafeUnpin for NoticeHours
impl UnwindSafe for NoticeHours
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