Enum lifx_core::ApplicationRequest[][src]

#[repr(u8)]
pub enum ApplicationRequest { NoApply, Apply, ApplyOnly, }

Variants

DOn't apply the requested changes until a message with Apply or ApplyOnly is sent

Apply the changes immediately and apply any pending changes

Ignore the requested changes in this message and only apply pending changes

Trait Implementations

impl Debug for ApplicationRequest
[src]

Formats the value using the given formatter. Read more

impl Copy for ApplicationRequest
[src]

impl Clone for ApplicationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations