Struct rust_ocpp::v2_0_1::messages::sign_certificate::SignCertificateResponse
source · pub struct SignCertificateResponse {
pub status: GenericStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
Sent by the CSMS to the Charging Station in response to the SignCertificateRequest message.
Fields§
§status: GenericStatusEnumType
§status_info: Option<StatusInfoType>
Trait Implementations§
source§impl Clone for SignCertificateResponse
impl Clone for SignCertificateResponse
source§fn clone(&self) -> SignCertificateResponse
fn clone(&self) -> SignCertificateResponse
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 SignCertificateResponse
impl Debug for SignCertificateResponse
source§impl Default for SignCertificateResponse
impl Default for SignCertificateResponse
source§fn default() -> SignCertificateResponse
fn default() -> SignCertificateResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SignCertificateResponse
impl<'de> Deserialize<'de> for SignCertificateResponse
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<SignCertificateResponse> for SignCertificateResponse
impl PartialEq<SignCertificateResponse> for SignCertificateResponse
source§fn eq(&self, other: &SignCertificateResponse) -> bool
fn eq(&self, other: &SignCertificateResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.