pub struct DemandThresholdUnits(/* private fields */);Expand description
Demand threshold units 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 DemandThresholdUnits
impl Clone for DemandThresholdUnits
Source§fn clone(&self) -> DemandThresholdUnits
fn clone(&self) -> DemandThresholdUnits
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 DemandThresholdUnits
impl Debug for DemandThresholdUnits
Source§impl<'de> Deserialize<'de> for DemandThresholdUnits
impl<'de> Deserialize<'de> for DemandThresholdUnits
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 DemandThresholdUnits
impl Hash for DemandThresholdUnits
Source§impl Ord for DemandThresholdUnits
impl Ord for DemandThresholdUnits
Source§fn cmp(&self, other: &DemandThresholdUnits) -> Ordering
fn cmp(&self, other: &DemandThresholdUnits) -> 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 DemandThresholdUnits
impl PartialEq for DemandThresholdUnits
Source§impl PartialOrd for DemandThresholdUnits
impl PartialOrd for DemandThresholdUnits
Source§impl Serialize for DemandThresholdUnits
impl Serialize for DemandThresholdUnits
impl Copy for DemandThresholdUnits
impl Eq for DemandThresholdUnits
impl StructuralPartialEq for DemandThresholdUnits
Auto Trait Implementations§
impl Freeze for DemandThresholdUnits
impl RefUnwindSafe for DemandThresholdUnits
impl Send for DemandThresholdUnits
impl Sync for DemandThresholdUnits
impl Unpin for DemandThresholdUnits
impl UnsafeUnpin for DemandThresholdUnits
impl UnwindSafe for DemandThresholdUnits
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