pub struct UtilizationTargetPeriod {
pub id: UUID,
pub start: Date,
pub end: Date,
pub target_percentage: f64,
}Fields§
§id: UUID§start: Date§end: Date§target_percentage: f64Trait Implementations§
Source§impl Debug for UtilizationTargetPeriod
impl Debug for UtilizationTargetPeriod
Source§impl<'de> Deserialize<'de> for UtilizationTargetPeriod
impl<'de> Deserialize<'de> for UtilizationTargetPeriod
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 PartialEq for UtilizationTargetPeriod
impl PartialEq for UtilizationTargetPeriod
Source§fn eq(&self, other: &UtilizationTargetPeriod) -> bool
fn eq(&self, other: &UtilizationTargetPeriod) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UtilizationTargetPeriod
impl Serialize for UtilizationTargetPeriod
impl StructuralPartialEq for UtilizationTargetPeriod
Auto Trait Implementations§
impl Freeze for UtilizationTargetPeriod
impl RefUnwindSafe for UtilizationTargetPeriod
impl Send for UtilizationTargetPeriod
impl Sync for UtilizationTargetPeriod
impl Unpin for UtilizationTargetPeriod
impl UnsafeUnpin for UtilizationTargetPeriod
impl UnwindSafe for UtilizationTargetPeriod
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