Enum rust_ocpp::v1_6::types::RemoteStartStopStatus [−][src]
pub enum RemoteStartStopStatus {
Accepted,
Rejected,
}Expand description
The result of a RemoteStartTransaction.req or RemoteStopTransaction.req request.
Variants
Command will be executed.
Command will not be executed.
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
Auto Trait Implementations
impl RefUnwindSafe for RemoteStartStopStatus
impl Send for RemoteStartStopStatus
impl Sync for RemoteStartStopStatus
impl Unpin for RemoteStartStopStatus
impl UnwindSafe for RemoteStartStopStatus
Blanket Implementations
Mutably borrows from an owned value. Read more