pub struct InstallCertificateResponse {
pub status: InstallCertificateStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
The response to a InstallCertificateRequest, sent by the Charging Station to the CSMS
Fields§
§status: InstallCertificateStatusEnumType
Charging Station indicates if installation wassuccessful.
status_info: Option<StatusInfoType>
Detailed status information.
Trait Implementations§
source§impl Clone for InstallCertificateResponse
impl Clone for InstallCertificateResponse
source§fn clone(&self) -> InstallCertificateResponse
fn clone(&self) -> InstallCertificateResponse
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 InstallCertificateResponse
impl Debug for InstallCertificateResponse
source§impl Default for InstallCertificateResponse
impl Default for InstallCertificateResponse
source§fn default() -> InstallCertificateResponse
fn default() -> InstallCertificateResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InstallCertificateResponse
impl<'de> Deserialize<'de> for InstallCertificateResponse
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 InstallCertificateResponse
impl PartialEq for InstallCertificateResponse
source§fn eq(&self, other: &InstallCertificateResponse) -> bool
fn eq(&self, other: &InstallCertificateResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InstallCertificateResponse
Auto Trait Implementations§
impl Freeze for InstallCertificateResponse
impl RefUnwindSafe for InstallCertificateResponse
impl Send for InstallCertificateResponse
impl Sync for InstallCertificateResponse
impl Unpin for InstallCertificateResponse
impl UnwindSafe for InstallCertificateResponse
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