pub struct ClearChargingProfileResponse {
pub custom_data: Option<CustomData>,
pub status: ClearChargingProfileStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: ClearChargingProfileStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Clone for ClearChargingProfileResponse
impl Clone for ClearChargingProfileResponse
Source§fn clone(&self) -> ClearChargingProfileResponse
fn clone(&self) -> ClearChargingProfileResponse
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 ClearChargingProfileResponse
impl Debug for ClearChargingProfileResponse
impl Eq for ClearChargingProfileResponse
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 UnsafeUnpin 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