pub struct EVAbsolutePriceScheduleEntry {
pub custom_data: Option<CustomData>,
pub duration: i64,
pub ev_price_rule: Vec<EVPriceRule, 8usize>,
}Expand description
(2.1) An entry in price schedule over time for which EV is willing to discharge.
Fields§
§custom_data: Option<CustomData>§duration: i64The amount of seconds of this entry.
ev_price_rule: Vec<EVPriceRule, 8usize>Trait Implementations§
Source§impl Clone for EVAbsolutePriceScheduleEntry
impl Clone for EVAbsolutePriceScheduleEntry
Source§fn clone(&self) -> EVAbsolutePriceScheduleEntry
fn clone(&self) -> EVAbsolutePriceScheduleEntry
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 EVAbsolutePriceScheduleEntry
impl Debug for EVAbsolutePriceScheduleEntry
impl StructuralPartialEq for EVAbsolutePriceScheduleEntry
Auto Trait Implementations§
impl Freeze for EVAbsolutePriceScheduleEntry
impl RefUnwindSafe for EVAbsolutePriceScheduleEntry
impl Send for EVAbsolutePriceScheduleEntry
impl Sync for EVAbsolutePriceScheduleEntry
impl Unpin for EVAbsolutePriceScheduleEntry
impl UnsafeUnpin for EVAbsolutePriceScheduleEntry
impl UnwindSafe for EVAbsolutePriceScheduleEntry
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