Struct rust_ocpp::v2_0_1::messages::get_base_report::GetBaseReportResponse
source · pub struct GetBaseReportResponse {
pub status: GenericDeviceModelStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
Response to a DeleteCertificateRequest.
Fields§
§status: GenericDeviceModelStatusEnumType
This indicates whether the Charging Station is able to accept this request.
status_info: Option<StatusInfoType>
Detailed status information.
Trait Implementations§
source§impl Clone for GetBaseReportResponse
impl Clone for GetBaseReportResponse
source§fn clone(&self) -> GetBaseReportResponse
fn clone(&self) -> GetBaseReportResponse
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 GetBaseReportResponse
impl Debug for GetBaseReportResponse
source§impl Default for GetBaseReportResponse
impl Default for GetBaseReportResponse
source§fn default() -> GetBaseReportResponse
fn default() -> GetBaseReportResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetBaseReportResponse
impl<'de> Deserialize<'de> for GetBaseReportResponse
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 GetBaseReportResponse
impl PartialEq for GetBaseReportResponse
source§fn eq(&self, other: &GetBaseReportResponse) -> bool
fn eq(&self, other: &GetBaseReportResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GetBaseReportResponse
impl Serialize for GetBaseReportResponse
impl StructuralPartialEq for GetBaseReportResponse
Auto Trait Implementations§
impl Freeze for GetBaseReportResponse
impl RefUnwindSafe for GetBaseReportResponse
impl Send for GetBaseReportResponse
impl Sync for GetBaseReportResponse
impl Unpin for GetBaseReportResponse
impl UnwindSafe for GetBaseReportResponse
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