pub struct UpdateDynamicScheduleRequest {
pub charging_profile_id: i64,
pub custom_data: Option<CustomData>,
pub schedule_update: ChargingScheduleUpdate,
}Expand description
Id of dynamic charging profile to update.
Fields§
§charging_profile_id: i64Id of charging profile to update.
custom_data: Option<CustomData>§schedule_update: ChargingScheduleUpdateTrait Implementations§
Source§impl Clone for UpdateDynamicScheduleRequest
impl Clone for UpdateDynamicScheduleRequest
Source§fn clone(&self) -> UpdateDynamicScheduleRequest
fn clone(&self) -> UpdateDynamicScheduleRequest
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 UpdateDynamicScheduleRequest
impl Debug for UpdateDynamicScheduleRequest
impl StructuralPartialEq for UpdateDynamicScheduleRequest
Auto Trait Implementations§
impl Freeze for UpdateDynamicScheduleRequest
impl RefUnwindSafe for UpdateDynamicScheduleRequest
impl Send for UpdateDynamicScheduleRequest
impl Sync for UpdateDynamicScheduleRequest
impl Unpin for UpdateDynamicScheduleRequest
impl UnsafeUnpin for UpdateDynamicScheduleRequest
impl UnwindSafe for UpdateDynamicScheduleRequest
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