pub struct ChargingSchedulePeriodItem {
pub limit: f64,
pub number_phases: Option<i64>,
pub start_period: i64,
}Fields§
§limit: f64§number_phases: Option<i64>§start_period: i64Trait Implementations§
Source§impl Clone for ChargingSchedulePeriodItem
impl Clone for ChargingSchedulePeriodItem
Source§fn clone(&self) -> ChargingSchedulePeriodItem
fn clone(&self) -> ChargingSchedulePeriodItem
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 moreSource§impl Debug for ChargingSchedulePeriodItem
impl Debug for ChargingSchedulePeriodItem
Source§impl<'de> Deserialize<'de> for ChargingSchedulePeriodItem
impl<'de> Deserialize<'de> for ChargingSchedulePeriodItem
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
impl StructuralPartialEq for ChargingSchedulePeriodItem
Source§impl Validate for ChargingSchedulePeriodItem
Available on crate feature validate only.
impl Validate for ChargingSchedulePeriodItem
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for ChargingSchedulePeriodItem
impl RefUnwindSafe for ChargingSchedulePeriodItem
impl Send for ChargingSchedulePeriodItem
impl Sync for ChargingSchedulePeriodItem
impl Unpin for ChargingSchedulePeriodItem
impl UnsafeUnpin for ChargingSchedulePeriodItem
impl UnwindSafe for ChargingSchedulePeriodItem
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