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 · 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 WorkdayMilestone
impl Debug for WorkdayMilestone
Source§impl PartialEq for WorkdayMilestone
impl PartialEq for WorkdayMilestone
impl Copy for WorkdayMilestone
impl Eq for WorkdayMilestone
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 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