pub struct UpdateDynamicScheduleResponse {
pub custom_data: Option<CustomData>,
pub status: ChargingProfileStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: ChargingProfileStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Clone for UpdateDynamicScheduleResponse
impl Clone for UpdateDynamicScheduleResponse
Source§fn clone(&self) -> UpdateDynamicScheduleResponse
fn clone(&self) -> UpdateDynamicScheduleResponse
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 moreimpl Eq for UpdateDynamicScheduleResponse
impl StructuralPartialEq for UpdateDynamicScheduleResponse
Auto Trait Implementations§
impl Freeze for UpdateDynamicScheduleResponse
impl RefUnwindSafe for UpdateDynamicScheduleResponse
impl Send for UpdateDynamicScheduleResponse
impl Sync for UpdateDynamicScheduleResponse
impl Unpin for UpdateDynamicScheduleResponse
impl UnsafeUnpin for UpdateDynamicScheduleResponse
impl UnwindSafe for UpdateDynamicScheduleResponse
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