pub enum HandledState {
Show 17 variants
None0,
Closed1,
Create3,
Normal4,
Normal5,
IntervalElapsed6,
IntervalElapsed7,
IntervalElapsed8,
IntervalElapsed9,
Late10,
Late11,
Late12,
KeepAlive13,
KeepAlive14,
KeepAlive15,
KeepAlive16,
KeepAlive17,
}Expand description
This is for debugging purposes. It allows the caller to validate the output state if required.
Values correspond to state table in OPC UA Part 4 5.13.1.2
Variants§
None0
Closed1
Create3
Normal4
Normal5
IntervalElapsed6
IntervalElapsed7
IntervalElapsed8
IntervalElapsed9
Late10
Late11
Late12
KeepAlive13
KeepAlive14
KeepAlive15
KeepAlive16
KeepAlive17
Trait Implementations§
source§impl Clone for HandledState
impl Clone for HandledState
source§fn clone(&self) -> HandledState
fn clone(&self) -> HandledState
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 more