Struct rust_ocpp::v2_0_1::messages::trigger_message::TriggerMessageResponse    
source · pub struct TriggerMessageResponse {
    pub status: TriggerMessageStatusEnumType,
    pub status_info: Option<StatusInfoType>,
}Expand description
This contains the field definition of the TriggerMessageResponse PDU sent by the Charging Station to the CSMS in response to TriggerMessageResponse.
Fields§
§status: TriggerMessageStatusEnumType§status_info: Option<StatusInfoType>Trait Implementations§
source§impl Clone for TriggerMessageResponse
 
impl Clone for TriggerMessageResponse
source§fn clone(&self) -> TriggerMessageResponse
 
fn clone(&self) -> TriggerMessageResponse
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 TriggerMessageResponse
 
impl Debug for TriggerMessageResponse
source§impl Default for TriggerMessageResponse
 
impl Default for TriggerMessageResponse
source§fn default() -> TriggerMessageResponse
 
fn default() -> TriggerMessageResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TriggerMessageResponse
 
impl<'de> Deserialize<'de> for TriggerMessageResponse
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<TriggerMessageResponse> for TriggerMessageResponse
 
impl PartialEq<TriggerMessageResponse> for TriggerMessageResponse
source§fn eq(&self, other: &TriggerMessageResponse) -> bool
 
fn eq(&self, other: &TriggerMessageResponse) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for TriggerMessageResponse
 
impl Serialize for TriggerMessageResponse
impl StructuralPartialEq for TriggerMessageResponse
Auto Trait Implementations§
impl RefUnwindSafe for TriggerMessageResponse
impl Send for TriggerMessageResponse
impl Sync for TriggerMessageResponse
impl Unpin for TriggerMessageResponse
impl UnwindSafe for TriggerMessageResponse
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