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