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 for SignCertificateResponse
impl PartialEq 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 ==
.source§impl Serialize for SignCertificateResponse
impl Serialize for SignCertificateResponse
impl StructuralPartialEq for SignCertificateResponse
Auto Trait Implementations§
impl Freeze for SignCertificateResponse
impl RefUnwindSafe for SignCertificateResponse
impl Send for SignCertificateResponse
impl Sync for SignCertificateResponse
impl Unpin for SignCertificateResponse
impl UnwindSafe for SignCertificateResponse
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