pub struct GetReportResponse {
pub status: GenericDeviceModelStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
GetReportRequest, sent by the Charging Station to the CSMS.
Fields§
§status: GenericDeviceModelStatusEnumType
This field indicates whether the ChargingStation was able to accept the request.
status_info: Option<StatusInfoType>
Detailed status information.
Trait Implementations§
Source§impl Clone for GetReportResponse
impl Clone for GetReportResponse
Source§fn clone(&self) -> GetReportResponse
fn clone(&self) -> GetReportResponse
Returns a duplicate 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 GetReportResponse
impl Debug for GetReportResponse
Source§impl Default for GetReportResponse
impl Default for GetReportResponse
Source§fn default() -> GetReportResponse
fn default() -> GetReportResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetReportResponse
impl<'de> Deserialize<'de> for GetReportResponse
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 GetReportResponse
impl PartialEq for GetReportResponse
Source§impl Serialize for GetReportResponse
impl Serialize for GetReportResponse
impl StructuralPartialEq for GetReportResponse
Auto Trait Implementations§
impl Freeze for GetReportResponse
impl RefUnwindSafe for GetReportResponse
impl Send for GetReportResponse
impl Sync for GetReportResponse
impl Unpin for GetReportResponse
impl UnwindSafe for GetReportResponse
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