Struct rust_ocpp::v1_6::messages::trigger_message::TriggerMessageResponse [−][src]
pub struct TriggerMessageResponse {
pub status: TriggerMessageStatus,
}Expand description
This contains the field definition of the TriggerMessage.req PDU sent by the Central System to the Charge Point. See also Trigger Message
Fields
status: TriggerMessageStatusRequired. Indicates whether the Charge Point will send the requested notification or not.
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more