pub enum EventBinaryOutputStatusVariation {
Group11Var1,
Group11Var2,
}Expand description
Enum representing all possible BinaryOutputStatus event variations
Variants§
Group11Var1
Binary Output Event - Output Status without time
Group11Var2
Binary Output Event - Output Status with time
Trait Implementations§
Source§impl Clone for EventBinaryOutputStatusVariation
impl Clone for EventBinaryOutputStatusVariation
Source§fn clone(&self) -> EventBinaryOutputStatusVariation
fn clone(&self) -> EventBinaryOutputStatusVariation
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 PartialEq for EventBinaryOutputStatusVariation
impl PartialEq for EventBinaryOutputStatusVariation
Source§fn eq(&self, other: &EventBinaryOutputStatusVariation) -> bool
fn eq(&self, other: &EventBinaryOutputStatusVariation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EventBinaryOutputStatusVariation
impl Eq for EventBinaryOutputStatusVariation
impl StructuralPartialEq for EventBinaryOutputStatusVariation
Auto Trait Implementations§
impl Freeze for EventBinaryOutputStatusVariation
impl RefUnwindSafe for EventBinaryOutputStatusVariation
impl Send for EventBinaryOutputStatusVariation
impl Sync for EventBinaryOutputStatusVariation
impl Unpin for EventBinaryOutputStatusVariation
impl UnwindSafe for EventBinaryOutputStatusVariation
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