Enum swaystatus::blocks::BlockType [−][src]
pub enum BlockType {
Show 37 variants
apt,
backlight,
battery,
bluetooth,
cpu,
custom,
custom_dbus,
disk_space,
dnf,
docker,
external_ip,
focused_window,
github,
hueshift,
kdeconnect,
load,
maildir,
menu,
memory,
music,
net,
notify,
notmuch,
pacman,
pomodoro,
rofication,
sound,
speedtest,
keyboard_layout,
taskwarrior,
temperature,
time,
toggle,
uptime,
watson,
weather,
xrandr,
}
Variants
apt
backlight
battery
bluetooth
cpu
custom
custom_dbus
disk_space
dnf
docker
external_ip
focused_window
github
hueshift
kdeconnect
load
maildir
menu
memory
music
net
notify
notmuch
pacman
pomodoro
rofication
sound
speedtest
keyboard_layout
taskwarrior
temperature
time
toggle
uptime
watson
weather
xrandr
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BlockType
impl UnwindSafe for BlockType
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more