pub enum ActionValue {
Status(LinkStatus),
Setting(f64),
}Expand description
Value applied by a rule action (§2.8.2).
Variants§
Trait Implementations§
Source§impl Clone for ActionValue
impl Clone for ActionValue
Source§fn clone(&self) -> ActionValue
fn clone(&self) -> ActionValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ActionValue
impl RefUnwindSafe for ActionValue
impl Send for ActionValue
impl Sync for ActionValue
impl Unpin for ActionValue
impl UnsafeUnpin for ActionValue
impl UnwindSafe for ActionValue
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