Enum lg_webos_client::command::Command[][src]

pub enum Command {
Show 24 variants CreateToast(String), OpenBrowser(String), TurnOff, SetChannel(String), SetInput(String), SetMute(bool), SetVolume(i8), GetChannelList, GetCurrentChannel, OpenChannel(String), GetExternalInputList, SwitchInput(String), IsMuted, GetVolume, PlayMedia, StopMedia, PauseMedia, RewindMedia, ForwardMedia, ChannelUp, ChannelDown, Turn3DOn, Turn3DOff, GetServicesList,
}

Variants

CreateToast

Tuple Fields of CreateToast

0: String
OpenBrowser

Tuple Fields of OpenBrowser

0: String
TurnOff
SetChannel

Tuple Fields of SetChannel

0: String
SetInput

Tuple Fields of SetInput

0: String
SetMute

Tuple Fields of SetMute

0: bool
SetVolume

Tuple Fields of SetVolume

0: i8
GetChannelList
GetCurrentChannel
OpenChannel

Tuple Fields of OpenChannel

0: String
GetExternalInputList
SwitchInput

Tuple Fields of SwitchInput

0: String
IsMuted
GetVolume
PlayMedia
StopMedia
PauseMedia
RewindMedia
ForwardMedia
ChannelUp
ChannelDown
Turn3DOn
Turn3DOff
GetServicesList

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.