pub struct SetDisplayMessageResponse {
pub status: DisplayMessageStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
This contains the field definition of the SetDisplayMessageResponse PDU sent by the Charging Station to the CSMS in a response to a SetDisplayMessageRequest. See also O01 - Set Display Message, O02 - Set Display Message for Transaction and O06 - Replace Display Message
Fields§
§status: DisplayMessageStatusEnumType
§status_info: Option<StatusInfoType>
Trait Implementations§
source§impl Clone for SetDisplayMessageResponse
impl Clone for SetDisplayMessageResponse
source§fn clone(&self) -> SetDisplayMessageResponse
fn clone(&self) -> SetDisplayMessageResponse
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 SetDisplayMessageResponse
impl Debug for SetDisplayMessageResponse
source§impl Default for SetDisplayMessageResponse
impl Default for SetDisplayMessageResponse
source§fn default() -> SetDisplayMessageResponse
fn default() -> SetDisplayMessageResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SetDisplayMessageResponse
impl<'de> Deserialize<'de> for SetDisplayMessageResponse
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 SetDisplayMessageResponse
impl PartialEq for SetDisplayMessageResponse
source§fn eq(&self, other: &SetDisplayMessageResponse) -> bool
fn eq(&self, other: &SetDisplayMessageResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SetDisplayMessageResponse
Auto Trait Implementations§
impl Freeze for SetDisplayMessageResponse
impl RefUnwindSafe for SetDisplayMessageResponse
impl Send for SetDisplayMessageResponse
impl Sync for SetDisplayMessageResponse
impl Unpin for SetDisplayMessageResponse
impl UnwindSafe for SetDisplayMessageResponse
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