pub struct WorkdayMilestone {
pub label: &'static str,
pub time: NaiveTime,
}Expand description
A named workday milestone for GongEvents.
Fields§
§label: &'static str§time: NaiveTimeTrait Implementations§
Source§impl Clone for WorkdayMilestone
impl Clone for WorkdayMilestone
Source§fn clone(&self) -> WorkdayMilestone
fn clone(&self) -> WorkdayMilestone
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 moreimpl Copy for WorkdayMilestone
Source§impl Debug for WorkdayMilestone
impl Debug for WorkdayMilestone
impl Eq for WorkdayMilestone
Source§impl PartialEq for WorkdayMilestone
impl PartialEq for WorkdayMilestone
Source§fn eq(&self, other: &WorkdayMilestone) -> bool
fn eq(&self, other: &WorkdayMilestone) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkdayMilestone
Auto Trait Implementations§
impl Freeze for WorkdayMilestone
impl RefUnwindSafe for WorkdayMilestone
impl Send for WorkdayMilestone
impl Sync for WorkdayMilestone
impl Unpin for WorkdayMilestone
impl UnsafeUnpin for WorkdayMilestone
impl UnwindSafe for WorkdayMilestone
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