pub struct ClearChargingProfileResponse {
pub status: ClearChargingProfileStatus,
}
Fields§
§status: ClearChargingProfileStatus
This contains the field definition of the ClearChargingProfile.conf PDU sent by the Charge Point to the Central System in response to a ClearChargingProfile.req PDU. See also Clear Charging Profile
Trait Implementations§
source§impl Clone for ClearChargingProfileResponse
impl Clone for ClearChargingProfileResponse
source§fn clone(&self) -> ClearChargingProfileResponse
fn clone(&self) -> ClearChargingProfileResponse
Returns a copy of the value. Read more
1.0.0 · 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 ClearChargingProfileResponse
impl Debug for ClearChargingProfileResponse
source§impl Default for ClearChargingProfileResponse
impl Default for ClearChargingProfileResponse
source§fn default() -> ClearChargingProfileResponse
fn default() -> ClearChargingProfileResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClearChargingProfileResponse
impl<'de> Deserialize<'de> for ClearChargingProfileResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ClearChargingProfileResponse
impl PartialEq for ClearChargingProfileResponse
source§fn eq(&self, other: &ClearChargingProfileResponse) -> bool
fn eq(&self, other: &ClearChargingProfileResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'v_a> ValidateArgs<'v_a> for ClearChargingProfileResponse
impl<'v_a> ValidateArgs<'v_a> for ClearChargingProfileResponse
type Args = ()
fn validate_with_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl StructuralPartialEq for ClearChargingProfileResponse
Auto Trait Implementations§
impl Freeze for ClearChargingProfileResponse
impl RefUnwindSafe for ClearChargingProfileResponse
impl Send for ClearChargingProfileResponse
impl Sync for ClearChargingProfileResponse
impl Unpin for ClearChargingProfileResponse
impl UnwindSafe for ClearChargingProfileResponse
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