pub struct ClearChargingProfile {
pub charging_profile_purpose: Option<ChargingProfilePurposeEnum>,
pub custom_data: Option<CustomData>,
pub evse_id: Option<i64>,
pub stack_level: Option<i64>,
}Expand description
Charging_ Profile urn:x-oca:ocpp:uid:2:233255 A ChargingProfile consists of a ChargingSchedule, describing the amount of power or current that can be delivered per time interval.
Fields§
§charging_profile_purpose: Option<ChargingProfilePurposeEnum>§custom_data: Option<CustomData>§evse_id: Option<i64>Identified_ Object. MRID. Numeric_ Identifier urn:x-enexis:ecdm:uid:1:569198 Specifies the id of the EVSE for which to clear charging profiles. An evseId of zero (0) specifies the charging profile for the overall Charging Station. Absence of this parameter means the clearing applies to all charging profiles that match the other criteria in the request.
stack_level: Option<i64>Charging_ Profile. Stack_ Level. Counter urn:x-oca:ocpp:uid:1:569230 Specifies the stackLevel for which charging profiles will be cleared, if they meet the other criteria in the request.
Trait Implementations§
Source§impl Clone for ClearChargingProfile
impl Clone for ClearChargingProfile
Source§fn clone(&self) -> ClearChargingProfile
fn clone(&self) -> ClearChargingProfile
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 ClearChargingProfile
impl Debug for ClearChargingProfile
impl Eq for ClearChargingProfile
Source§impl PartialEq for ClearChargingProfile
impl PartialEq for ClearChargingProfile
impl StructuralPartialEq for ClearChargingProfile
Auto Trait Implementations§
impl Freeze for ClearChargingProfile
impl RefUnwindSafe for ClearChargingProfile
impl Send for ClearChargingProfile
impl Sync for ClearChargingProfile
impl Unpin for ClearChargingProfile
impl UnsafeUnpin for ClearChargingProfile
impl UnwindSafe for ClearChargingProfile
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