pub struct LaborMinutes(/* private fields */);Expand description
Labor minutes carried by the manager daily brief workflow; it assembles reviewable manager brief packets from deterministic context and agent drafts.
Implementations§
Trait Implementations§
Source§impl Clone for LaborMinutes
impl Clone for LaborMinutes
Source§fn clone(&self) -> LaborMinutes
fn clone(&self) -> LaborMinutes
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 LaborMinutes
impl Debug for LaborMinutes
Source§impl<'de> Deserialize<'de> for LaborMinutes
impl<'de> Deserialize<'de> for LaborMinutes
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 LaborMinutes
impl Hash for LaborMinutes
Source§impl Ord for LaborMinutes
impl Ord for LaborMinutes
Source§fn cmp(&self, other: &LaborMinutes) -> Ordering
fn cmp(&self, other: &LaborMinutes) -> 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 LaborMinutes
impl PartialEq for LaborMinutes
Source§impl PartialOrd for LaborMinutes
impl PartialOrd for LaborMinutes
Source§impl Serialize for LaborMinutes
impl Serialize for LaborMinutes
impl Copy for LaborMinutes
impl Eq for LaborMinutes
impl StructuralPartialEq for LaborMinutes
Auto Trait Implementations§
impl Freeze for LaborMinutes
impl RefUnwindSafe for LaborMinutes
impl Send for LaborMinutes
impl Sync for LaborMinutes
impl Unpin for LaborMinutes
impl UnsafeUnpin for LaborMinutes
impl UnwindSafe for LaborMinutes
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