pub struct GetDisplayMessagesResponse {
pub status: GetDisplayMessagesStatusEnumType,
pub status_info: Option<StatusInfoType>,
}
Expand description
GetCompositeScheduleResponse, sent by the Charging Station to the CSMS in response to a GetCompositeScheduleRequest.
Fields§
§status: GetDisplayMessagesStatusEnumType
Indicates if the Charging Station has DisplayMessages that match the request criteria in theGetDisplayMessagesRequest
status_info: Option<StatusInfoType>
Detailed status information
Trait Implementations§
Source§impl Clone for GetDisplayMessagesResponse
impl Clone for GetDisplayMessagesResponse
Source§fn clone(&self) -> GetDisplayMessagesResponse
fn clone(&self) -> GetDisplayMessagesResponse
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 GetDisplayMessagesResponse
impl Debug for GetDisplayMessagesResponse
Source§impl Default for GetDisplayMessagesResponse
impl Default for GetDisplayMessagesResponse
Source§fn default() -> GetDisplayMessagesResponse
fn default() -> GetDisplayMessagesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDisplayMessagesResponse
impl<'de> Deserialize<'de> for GetDisplayMessagesResponse
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
impl StructuralPartialEq for GetDisplayMessagesResponse
Auto Trait Implementations§
impl Freeze for GetDisplayMessagesResponse
impl RefUnwindSafe for GetDisplayMessagesResponse
impl Send for GetDisplayMessagesResponse
impl Sync for GetDisplayMessagesResponse
impl Unpin for GetDisplayMessagesResponse
impl UnwindSafe for GetDisplayMessagesResponse
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