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: TriggerMessageStatus
Required. Indicates whether the Charge Point will send the requested notification or not.
Trait Implementations§
Source§impl Clone for TriggerMessageResponse
impl Clone for TriggerMessageResponse
Source§fn clone(&self) -> TriggerMessageResponse
fn clone(&self) -> TriggerMessageResponse
Returns a duplicate 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 for TriggerMessageResponse
impl PartialEq for TriggerMessageResponse
Source§impl Serialize for TriggerMessageResponse
impl Serialize for TriggerMessageResponse
impl StructuralPartialEq for TriggerMessageResponse
Auto Trait Implementations§
impl Freeze for TriggerMessageResponse
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