pub struct GetCompositeScheduleRequest {
pub charging_rate_unit: Option<ChargingRateUnitEnum>,
pub custom_data: Option<CustomData>,
pub duration: i64,
pub evse_id: i64,
}Fields§
§charging_rate_unit: Option<ChargingRateUnitEnum>§custom_data: Option<CustomData>§duration: i64Length of the requested schedule in seconds.
evse_id: i64The ID of the EVSE for which the schedule is requested. When evseid=0, the Charging Station will calculate the expected consumption for the grid connection.
Trait Implementations§
Source§impl Action for GetCompositeScheduleRequest
impl Action for GetCompositeScheduleRequest
Source§impl Clone for GetCompositeScheduleRequest
impl Clone for GetCompositeScheduleRequest
Source§fn clone(&self) -> GetCompositeScheduleRequest
fn clone(&self) -> GetCompositeScheduleRequest
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 GetCompositeScheduleRequest
impl Debug for GetCompositeScheduleRequest
impl Eq for GetCompositeScheduleRequest
impl StructuralPartialEq for GetCompositeScheduleRequest
Auto Trait Implementations§
impl Freeze for GetCompositeScheduleRequest
impl RefUnwindSafe for GetCompositeScheduleRequest
impl Send for GetCompositeScheduleRequest
impl Sync for GetCompositeScheduleRequest
impl Unpin for GetCompositeScheduleRequest
impl UnsafeUnpin for GetCompositeScheduleRequest
impl UnwindSafe for GetCompositeScheduleRequest
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