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