diff --git a/i3status_rs/all.html b/i3status_rs/all.html index fd5c592dc6..6cf5e5d1c1 100644 --- a/i3status_rs/all.html +++ b/i3status_rs/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Functions

Type Definitions

Statics

Constants

\ No newline at end of file +List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Functions

Type Definitions

Statics

Constants

\ No newline at end of file diff --git a/i3status_rs/blocks/amd_gpu/fn.run.html b/i3status_rs/blocks/amd_gpu/fn.run.html index ba86d4e5d2..54c0f269f8 100644 --- a/i3status_rs/blocks/amd_gpu/fn.run.html +++ b/i3status_rs/blocks/amd_gpu/fn.run.html @@ -1 +1 @@ -run in i3status_rs::blocks::amd_gpu - Rust

Function i3status_rs::blocks::amd_gpu::run

source ·
pub async fn run(config: &Config, api: &CommonApi) -> Result<()>
\ No newline at end of file +run in i3status_rs::blocks::amd_gpu - Rust

Function i3status_rs::blocks::amd_gpu::run

source ·
pub async fn run(config: &Config, api: &CommonApi) -> Result<()>
\ No newline at end of file diff --git a/i3status_rs/blocks/amd_gpu/index.html b/i3status_rs/blocks/amd_gpu/index.html index b42c973298..f15958c337 100644 --- a/i3status_rs/blocks/amd_gpu/index.html +++ b/i3status_rs/blocks/amd_gpu/index.html @@ -1,6 +1,6 @@ -i3status_rs::blocks::amd_gpu - Rust

Module i3status_rs::blocks::amd_gpu

source ·
Expand description

Display the stats of your AMD GPU

+i3status_rs::blocks::amd_gpu - Rust

Module i3status_rs::blocks::amd_gpu

source ·
Expand description

Display the stats of your AMD GPU

Configuration

- + @@ -24,4 +24,4 @@

Configuration

  • gpu
  • -

    Structs

    Functions

    \ No newline at end of file +

    Structs

    Functions

    \ No newline at end of file diff --git a/i3status_rs/blocks/amd_gpu/sidebar-items.js b/i3status_rs/blocks/amd_gpu/sidebar-items.js index 1677ccfd20..4f942000be 100644 --- a/i3status_rs/blocks/amd_gpu/sidebar-items.js +++ b/i3status_rs/blocks/amd_gpu/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"fn":["run"],"struct":["Config"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"fn":["run"],"struct":["Config","Device"]}; \ No newline at end of file diff --git a/i3status_rs/blocks/amd_gpu/struct.Config.html b/i3status_rs/blocks/amd_gpu/struct.Config.html index 0436fe385d..6aa02a3f74 100644 --- a/i3status_rs/blocks/amd_gpu/struct.Config.html +++ b/i3status_rs/blocks/amd_gpu/struct.Config.html @@ -1,11 +1,11 @@ -Config in i3status_rs::blocks::amd_gpu - Rust
    pub struct Config {
    -    pub device: String,
    +Config in i3status_rs::blocks::amd_gpu - Rust
    pub struct Config {
    +    pub device: Option<String>,
         pub format: FormatConfig,
         pub format_alt: Option<FormatConfig>,
         pub interval: Seconds,
    -}

    Fields§

    §device: String§format: FormatConfig§format_alt: Option<FormatConfig>§interval: Seconds

    Trait Implementations§

    source§

    impl Debug for Config

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Config

    source§

    fn default() -> Self

    Return Config { device: "card0".into(), format: Default::default(), format_alt: Default::default(), interval: 5.into() }

    -
    source§

    impl<'de> Deserialize<'de> for Configwhere - Config: Default,

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +}

    Fields§

    §device: Option<String>§format: FormatConfig§format_alt: Option<FormatConfig>§interval: Seconds

    Trait Implementations§

    source§

    impl Debug for Config

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Config

    source§

    fn default() -> Self

    Return Config { device: Default::default(), format: Default::default(), format_alt: Default::default(), interval: 5.into() }

    +
    source§

    impl<'de> Deserialize<'de> for Configwhere + Config: Default,

    source§

    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 Config

    §

    impl Send for Config

    §

    impl Sync for Config

    §

    impl Unpin for Config

    §

    impl !UnwindSafe for Config

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere diff --git a/i3status_rs/blocks/amd_gpu/struct.Device.html b/i3status_rs/blocks/amd_gpu/struct.Device.html new file mode 100644 index 0000000000..5bd383883c --- /dev/null +++ b/i3status_rs/blocks/amd_gpu/struct.Device.html @@ -0,0 +1,17 @@ +Device in i3status_rs::blocks::amd_gpu - Rust
    pub struct Device { /* private fields */ }

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere + T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for Twhere + T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for Twhere + T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    +
    source§

    impl<T> Instrument for T

    source§

    fn instrument(self, span: Span) -> Instrumented<Self>

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

    fn in_current_span(self) -> Instrumented<Self>

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

    impl<T, U> Into<U> for Twhere + U: From<T>,

    source§

    fn into(self) -> U

    Calls U::from(self).

    +

    That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

    +
    source§

    impl<T> Same<T> for T

    §

    type Output = T

    Should always be Self
    source§

    impl<T, U> TryFrom<U> for Twhere + U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for Twhere + U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for Twhere + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> WithSubscriber for T

    source§

    fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where + S: Into<Dispatch>,

    Attaches the provided Subscriber to this type, returning a +WithDispatch wrapper. Read more
    source§

    fn with_current_subscriber(self) -> WithDispatch<Self>

    Attaches the current default Subscriber to this type, returning a +WithDispatch wrapper. Read more
    \ No newline at end of file diff --git a/implementors/core/default/trait.Default.js b/implementors/core/default/trait.Default.js index 685dbf8a2a..c05d447467 100644 --- a/implementors/core/default/trait.Default.js +++ b/implementors/core/default/trait.Default.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for I3BarBlock"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Separator"],["impl Default for Config"],["impl Default for BatteryDriver"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for TemperatureScale"],["impl Default for Theme"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for ThemeUserConfig"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Color"],["impl Default for KeyboardLayoutDriver"],["impl Default for Config"],["impl Default for Icons"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for ThemeOverrides"],["impl Default for Config"],["impl Default for Driver"],["impl Default for State"],["impl Default for Fragment"],["impl Default for SoundDriver"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Hsva"],["impl Default for Config"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Filter"],["impl Default for Config"],["impl Default for PlayerName"],["impl Default for CommonBlockConfig"],["impl Default for InfoType"],["impl Default for Config"],["impl Default for Config"],["impl Default for Rgba"],["impl Default for Metadata"],["impl Default for SharedConfig"],["impl Default for Config"],["impl Default for Config"],["impl Default for DeviceKind"],["impl Default for ClickHandler"],["impl Default for Widget"],["impl Default for FormatTemplate"]] +"i3status_rs":[["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for I3BarBlock"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Separator"],["impl Default for Config"],["impl Default for BatteryDriver"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for TemperatureScale"],["impl Default for Theme"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for ThemeUserConfig"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Color"],["impl Default for KeyboardLayoutDriver"],["impl Default for Config"],["impl Default for Icons"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for ThemeOverrides"],["impl Default for Config"],["impl Default for Driver"],["impl Default for State"],["impl Default for Fragment"],["impl Default for SoundDriver"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Hsva"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Filter"],["impl Default for Config"],["impl Default for PlayerName"],["impl Default for CommonBlockConfig"],["impl Default for InfoType"],["impl Default for Config"],["impl Default for Config"],["impl Default for Rgba"],["impl Default for Metadata"],["impl Default for SharedConfig"],["impl Default for Config"],["impl Default for Config"],["impl Default for DeviceKind"],["impl Default for ClickHandler"],["impl Default for Widget"],["impl Default for FormatTemplate"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index 81ae5dcf82..18f07d0b79 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Debug for Hsva"],["impl Debug for ClickHandler"],["impl<'s> Debug for SubscribeArgs<'s>"],["impl Debug for Config"],["impl Debug for BoxErrorWrapper"],["impl Debug for DatetimeFormatter"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for KeyboardLayoutDriver"],["impl Debug for Config"],["impl<'a> Debug for Formatter<'a>"],["impl Debug for Color"],["impl Debug for State"],["impl Debug for Driver"],["impl Debug for Config"],["impl<'a> Debug for Arg<'a>"],["impl Debug for Config"],["impl Debug for CliArgs"],["impl Debug for BlockConfig"],["impl Debug for Config"],["impl<'a> Debug for SubscribeV2Stream<'a>"],["impl Debug for I3BarBlockAlign"],["impl<'a> Debug for nameChangedStream<'a>"],["impl<'c> Debug for DunstDbusProxy<'c>"],["impl Debug for FormatTemplate"],["impl Debug for ColorOrLink"],["impl Debug for reachableChanged"],["impl Debug for Metadata"],["impl Debug for DriverType"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for notificationRemoved"],["impl<'a> Debug for Placeholder<'a>"],["impl<'a> Debug for SubscribeIterator<'a>"],["impl<'a> Debug for reachableChangedIterator<'a>"],["impl Debug for EngFormatter"],["impl Debug for Config"],["impl<'c> Debug for DaemonDbusProxy<'c>"],["impl<'a> Debug for FormatTemplate<'a>"],["impl Debug for ThemeOverrides"],["impl<'a> Debug for notificationRemovedStream<'a>"],["impl Debug for WeatherService"],["impl Debug for Prefix"],["impl Debug for Config"],["impl<'c> Debug for DeviceDbusProxy<'c>"],["impl Debug for MouseButton"],["impl<'c> Debug for WlGammarelayRsBusProxy<'c>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Separator"],["impl Debug for Icons"],["impl<'s> Debug for reachableChangedArgs<'s>"],["impl Debug for DeviceKind"],["impl<'a> Debug for SubscribeV2Iterator<'a>"],["impl<'a> Debug for notificationPostedIterator<'a>"],["impl Debug for HueShifter"],["impl Debug for Config"],["impl Debug for Config"],["impl<'c> Debug for SwayNCDbusProxy<'c>"],["impl Debug for Error"],["impl Debug for allNotificationsRemoved"],["impl Debug for Config"],["impl<'s> Debug for SubscribeV2Args<'s>"],["impl Debug for BlockConfigEntry"],["impl Debug for Config"],["impl<'a> Debug for notificationPostedStream<'a>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for DriverType"],["impl Debug for Block"],["impl<'a> Debug for allNotificationsRemovedIterator<'a>"],["impl Debug for I3BarBlock"],["impl Debug for Icon"],["impl<'a> Debug for SubscribeStream<'a>"],["impl Debug for Config"],["impl Debug for Rgba"],["impl Debug for Item"],["impl Debug for Value"],["impl Debug for Config"],["impl Debug for SoundDriver"],["impl Debug for Config"],["impl Debug for Theme"],["impl Debug for TemperatureScale"],["impl<'c> Debug for Device1Proxy<'c>"],["impl Debug for PangoStrFormatter"],["impl Debug for InfoType"],["impl Debug for Subscribe"],["impl Debug for Config"],["impl<'a> Debug for notificationRemovedIterator<'a>"],["impl Debug for I3BarEvent"],["impl<'a> Debug for TokenList<'a>"],["impl Debug for Widget"],["impl<'c> Debug for Battery1ProxyBlocking<'c>"],["impl<'c> Debug for Battery1Proxy<'c>"],["impl Debug for Config"],["impl<'c> Debug for UnitProxyBlocking<'c>"],["impl Debug for MailType"],["impl Debug for Config"],["impl Debug for TokenList"],["impl<'c> Debug for NotificationsDbusProxy<'c>"],["impl Debug for notificationPosted"],["impl Debug for PlayerName"],["impl Debug for Config"],["impl<'a> Debug for nameChangedIterator<'a>"],["impl Debug for Config"],["impl Debug for I3BarBlockMinWidth"],["impl Debug for ErrorKind"],["impl Debug for Config"],["impl<'a> Debug for reachableChangedStream<'a>"],["impl<'c> Debug for SwayNCDbusProxyBlocking<'c>"],["impl<'s> Debug for nameChangedArgs<'s>"],["impl Debug for FlagFormatter"],["impl<'c> Debug for WlGammarelayRsBusProxyBlocking<'c>"],["impl Debug for Config"],["impl<'c> Debug for DaemonDbusProxyBlocking<'c>"],["impl Debug for ValueInner"],["impl Debug for ClickConfigEntry"],["impl Debug for Config"],["impl Debug for Unit"],["impl Debug for Filter"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Token"],["impl Debug for Timezone"],["impl<'s> Debug for notificationPostedArgs<'s>"],["impl Debug for Config"],["impl Debug for Format"],["impl<'c> Debug for UnitProxy<'c>"],["impl Debug for nameChanged"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl<'a> Debug for allNotificationsRemovedStream<'a>"],["impl Debug for Config"],["impl<'c> Debug for Device1ProxyBlocking<'c>"],["impl<'a> Debug for Token<'a>"],["impl Debug for PostActions"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for CommonBlockConfig"],["impl<'s> Debug for notificationRemovedArgs<'s>"],["impl Debug for Config"],["impl Debug for SubscribeV2"],["impl<'c> Debug for DeviceDbusProxyBlocking<'c>"],["impl Debug for BatteryDriver"],["impl<'c> Debug for DunstDbusProxyBlocking<'c>"],["impl Debug for DriverType"],["impl Debug for Config"],["impl<'c> Debug for NotificationsDbusProxyBlocking<'c>"],["impl Debug for BarFormatter"],["impl Debug for SharedConfig"],["impl Debug for FixFormatter"],["impl Debug for Config"],["impl Debug for StrFormatter"],["impl Debug for Config"],["impl Debug for Fragment"],["impl Debug for Config"]] +"i3status_rs":[["impl Debug for Hsva"],["impl Debug for ClickHandler"],["impl<'s> Debug for SubscribeArgs<'s>"],["impl Debug for Config"],["impl Debug for BoxErrorWrapper"],["impl Debug for DatetimeFormatter"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for KeyboardLayoutDriver"],["impl Debug for Config"],["impl<'a> Debug for Formatter<'a>"],["impl Debug for Color"],["impl Debug for State"],["impl Debug for Driver"],["impl Debug for Config"],["impl<'a> Debug for Arg<'a>"],["impl Debug for Config"],["impl Debug for CliArgs"],["impl Debug for BlockConfig"],["impl Debug for Config"],["impl<'a> Debug for SubscribeV2Stream<'a>"],["impl Debug for I3BarBlockAlign"],["impl<'a> Debug for nameChangedStream<'a>"],["impl<'c> Debug for DunstDbusProxy<'c>"],["impl Debug for FormatTemplate"],["impl Debug for ColorOrLink"],["impl Debug for reachableChanged"],["impl Debug for Metadata"],["impl Debug for DriverType"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for notificationRemoved"],["impl<'a> Debug for Placeholder<'a>"],["impl<'a> Debug for SubscribeIterator<'a>"],["impl<'a> Debug for reachableChangedIterator<'a>"],["impl Debug for EngFormatter"],["impl Debug for Config"],["impl<'c> Debug for DaemonDbusProxy<'c>"],["impl<'a> Debug for FormatTemplate<'a>"],["impl Debug for ThemeOverrides"],["impl<'a> Debug for notificationRemovedStream<'a>"],["impl Debug for WeatherService"],["impl Debug for Prefix"],["impl Debug for Config"],["impl<'c> Debug for DeviceDbusProxy<'c>"],["impl Debug for MouseButton"],["impl<'c> Debug for WlGammarelayRsBusProxy<'c>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Separator"],["impl Debug for Icons"],["impl<'s> Debug for reachableChangedArgs<'s>"],["impl Debug for DeviceKind"],["impl<'a> Debug for SubscribeV2Iterator<'a>"],["impl<'a> Debug for notificationPostedIterator<'a>"],["impl Debug for HueShifter"],["impl Debug for Config"],["impl Debug for Config"],["impl<'c> Debug for SwayNCDbusProxy<'c>"],["impl Debug for Error"],["impl Debug for allNotificationsRemoved"],["impl Debug for Config"],["impl<'s> Debug for SubscribeV2Args<'s>"],["impl Debug for BlockConfigEntry"],["impl Debug for Config"],["impl<'a> Debug for notificationPostedStream<'a>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for DriverType"],["impl Debug for Block"],["impl<'a> Debug for allNotificationsRemovedIterator<'a>"],["impl Debug for I3BarBlock"],["impl Debug for Icon"],["impl<'a> Debug for SubscribeStream<'a>"],["impl Debug for Config"],["impl Debug for Rgba"],["impl Debug for Item"],["impl Debug for Value"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for SoundDriver"],["impl Debug for Config"],["impl Debug for Theme"],["impl Debug for TemperatureScale"],["impl<'c> Debug for Device1Proxy<'c>"],["impl Debug for PangoStrFormatter"],["impl Debug for InfoType"],["impl Debug for Subscribe"],["impl Debug for Config"],["impl<'a> Debug for notificationRemovedIterator<'a>"],["impl Debug for I3BarEvent"],["impl<'a> Debug for TokenList<'a>"],["impl Debug for Widget"],["impl<'c> Debug for Battery1ProxyBlocking<'c>"],["impl<'c> Debug for Battery1Proxy<'c>"],["impl Debug for Config"],["impl<'c> Debug for UnitProxyBlocking<'c>"],["impl Debug for MailType"],["impl Debug for Config"],["impl Debug for TokenList"],["impl<'c> Debug for NotificationsDbusProxy<'c>"],["impl Debug for notificationPosted"],["impl Debug for PlayerName"],["impl Debug for Config"],["impl<'a> Debug for nameChangedIterator<'a>"],["impl Debug for Config"],["impl Debug for I3BarBlockMinWidth"],["impl Debug for ErrorKind"],["impl Debug for Config"],["impl<'a> Debug for reachableChangedStream<'a>"],["impl<'c> Debug for SwayNCDbusProxyBlocking<'c>"],["impl<'s> Debug for nameChangedArgs<'s>"],["impl Debug for FlagFormatter"],["impl<'c> Debug for WlGammarelayRsBusProxyBlocking<'c>"],["impl Debug for Config"],["impl<'c> Debug for DaemonDbusProxyBlocking<'c>"],["impl Debug for ValueInner"],["impl Debug for ClickConfigEntry"],["impl Debug for Config"],["impl Debug for Unit"],["impl Debug for Filter"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Token"],["impl Debug for Timezone"],["impl<'s> Debug for notificationPostedArgs<'s>"],["impl Debug for Config"],["impl Debug for Format"],["impl<'c> Debug for UnitProxy<'c>"],["impl Debug for nameChanged"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl<'a> Debug for allNotificationsRemovedStream<'a>"],["impl Debug for Config"],["impl<'c> Debug for Device1ProxyBlocking<'c>"],["impl<'a> Debug for Token<'a>"],["impl Debug for PostActions"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for CommonBlockConfig"],["impl<'s> Debug for notificationRemovedArgs<'s>"],["impl Debug for Config"],["impl Debug for SubscribeV2"],["impl<'c> Debug for DeviceDbusProxyBlocking<'c>"],["impl Debug for BatteryDriver"],["impl<'c> Debug for DunstDbusProxyBlocking<'c>"],["impl Debug for DriverType"],["impl Debug for Config"],["impl<'c> Debug for NotificationsDbusProxyBlocking<'c>"],["impl Debug for BarFormatter"],["impl Debug for SharedConfig"],["impl Debug for FixFormatter"],["impl Debug for StrFormatter"],["impl Debug for Config"],["impl Debug for Fragment"],["impl Debug for Config"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Freeze.js b/implementors/core/marker/trait.Freeze.js index d883efd0c4..641236f117 100644 --- a/implementors/core/marker/trait.Freeze.js +++ b/implementors/core/marker/trait.Freeze.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Freeze for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Freeze for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Freeze for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Freeze for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Freeze for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Freeze for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Freeze for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Freeze for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Freeze for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Freeze for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Freeze for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Freeze for Config",1,["i3status_rs::blocks::github::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Freeze for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Freeze for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Freeze for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Freeze for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Freeze for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Freeze for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Freeze for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Freeze for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Freeze for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Freeze for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Freeze for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Freeze for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Freeze for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Freeze for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Freeze for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Freeze for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Freeze for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Freeze for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Freeze for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Freeze for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Freeze for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Freeze for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Freeze for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Freeze for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Freeze for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Freeze for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Freeze for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Freeze for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Freeze for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Freeze for Config",1,["i3status_rs::blocks::load::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Freeze for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Freeze for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Freeze for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Freeze for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::music::Config"]],["impl Freeze for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Freeze for Config",1,["i3status_rs::blocks::net::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Freeze for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Freeze for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Freeze for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Freeze for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Freeze for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Freeze for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Freeze for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Freeze for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Freeze for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Freeze for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Freeze for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Freeze for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Freeze for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Freeze for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Freeze for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Freeze for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Freeze for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Freeze for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Freeze for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Freeze for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Freeze for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Freeze for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Freeze for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Freeze for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Freeze for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Freeze for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Freeze for Config",1,["i3status_rs::blocks::time::Config"]],["impl Freeze for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Freeze for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Freeze for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Freeze for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Freeze for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Freeze for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Freeze for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Freeze for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Freeze for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Freeze for PostActions",1,["i3status_rs::click::PostActions"]],["impl Freeze for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Freeze for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Freeze for Config",1,["i3status_rs::config::Config"]],["impl Freeze for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Freeze for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Freeze for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Freeze for Error",1,["i3status_rs::errors::Error"]],["impl Freeze for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Freeze for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Freeze for Config",1,["i3status_rs::formatting::config::Config"]],["impl Freeze for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Freeze for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Freeze for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Freeze for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Freeze for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Freeze for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Freeze for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Freeze for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Freeze for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Freeze for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Freeze for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Freeze for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Freeze for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Freeze for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Freeze for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Freeze for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Freeze for Token",1,["i3status_rs::formatting::template::Token"]],["impl Freeze for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Freeze for Value",1,["i3status_rs::formatting::value::Value"]],["impl Freeze for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Freeze for Format",1,["i3status_rs::formatting::Format"]],["impl Freeze for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Freeze for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Freeze for Icons",1,["i3status_rs::icons::Icons"]],["impl Freeze for Icon",1,["i3status_rs::icons::Icon"]],["impl Freeze for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Freeze for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Freeze for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Freeze for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Freeze for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Freeze for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Freeze for Color",1,["i3status_rs::themes::color::Color"]],["impl Freeze for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Freeze for Theme",1,["i3status_rs::themes::Theme"]],["impl Freeze for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Freeze for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Freeze for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Freeze for Widget",1,["i3status_rs::widget::Widget"]],["impl Freeze for State",1,["i3status_rs::widget::State"]],["impl Freeze for CliArgs",1,["i3status_rs::CliArgs"]],["impl !Freeze for BarState",1,["i3status_rs::BarState"]],["impl Freeze for Block",1,["i3status_rs::Block"]]] +"i3status_rs":[["impl Freeze for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Freeze for Device",1,["i3status_rs::blocks::amd_gpu::Device"]],["impl Freeze for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Freeze for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Freeze for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Freeze for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Freeze for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Freeze for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Freeze for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Freeze for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Freeze for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Freeze for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Freeze for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Freeze for Config",1,["i3status_rs::blocks::github::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Freeze for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Freeze for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Freeze for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Freeze for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Freeze for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Freeze for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Freeze for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Freeze for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Freeze for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Freeze for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Freeze for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Freeze for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Freeze for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Freeze for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Freeze for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Freeze for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Freeze for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Freeze for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Freeze for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Freeze for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Freeze for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Freeze for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Freeze for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Freeze for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Freeze for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Freeze for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Freeze for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Freeze for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Freeze for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Freeze for Config",1,["i3status_rs::blocks::load::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Freeze for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Freeze for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Freeze for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Freeze for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::music::Config"]],["impl Freeze for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Freeze for Config",1,["i3status_rs::blocks::net::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Freeze for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Freeze for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Freeze for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Freeze for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Freeze for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Freeze for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Freeze for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Freeze for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Freeze for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Freeze for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Freeze for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Freeze for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Freeze for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Freeze for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Freeze for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Freeze for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Freeze for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Freeze for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Freeze for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Freeze for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Freeze for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Freeze for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Freeze for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Freeze for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Freeze for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Freeze for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Freeze for Config",1,["i3status_rs::blocks::time::Config"]],["impl Freeze for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Freeze for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Freeze for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Freeze for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Freeze for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Freeze for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Freeze for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Freeze for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Freeze for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Freeze for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Freeze for PostActions",1,["i3status_rs::click::PostActions"]],["impl Freeze for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Freeze for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Freeze for Config",1,["i3status_rs::config::Config"]],["impl Freeze for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Freeze for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Freeze for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Freeze for Error",1,["i3status_rs::errors::Error"]],["impl Freeze for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Freeze for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Freeze for Config",1,["i3status_rs::formatting::config::Config"]],["impl Freeze for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Freeze for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Freeze for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Freeze for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Freeze for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Freeze for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Freeze for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Freeze for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Freeze for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Freeze for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Freeze for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Freeze for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Freeze for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Freeze for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Freeze for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Freeze for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Freeze for Token",1,["i3status_rs::formatting::template::Token"]],["impl Freeze for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Freeze for Value",1,["i3status_rs::formatting::value::Value"]],["impl Freeze for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Freeze for Format",1,["i3status_rs::formatting::Format"]],["impl Freeze for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Freeze for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Freeze for Icons",1,["i3status_rs::icons::Icons"]],["impl Freeze for Icon",1,["i3status_rs::icons::Icon"]],["impl Freeze for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Freeze for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Freeze for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Freeze for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Freeze for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Freeze for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Freeze for Color",1,["i3status_rs::themes::color::Color"]],["impl Freeze for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Freeze for Theme",1,["i3status_rs::themes::Theme"]],["impl Freeze for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Freeze for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Freeze for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Freeze for Widget",1,["i3status_rs::widget::Widget"]],["impl Freeze for State",1,["i3status_rs::widget::State"]],["impl Freeze for CliArgs",1,["i3status_rs::CliArgs"]],["impl !Freeze for BarState",1,["i3status_rs::BarState"]],["impl Freeze for Block",1,["i3status_rs::Block"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Send.js b/implementors/core/marker/trait.Send.js index 57d7690f0e..109bf0b96c 100644 --- a/implementors/core/marker/trait.Send.js +++ b/implementors/core/marker/trait.Send.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Send for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Send for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Send for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Send for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Send for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Send for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Send for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Send for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Send for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Send for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Send for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Send for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Send for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Send for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Send for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Send for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Send for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Send for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Send for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Send for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Send for Config",1,["i3status_rs::blocks::github::Config"]],["impl Send for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Send for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Send for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Send for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Send for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Send for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Send for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Send for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Send for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Send for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Send for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Send for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Send for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Send for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Send for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Send for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Send for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Send for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Send for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Send for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Send for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Send for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Send for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Send for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Send for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Send for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Send for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Send for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Send for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Send for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Send for Config",1,["i3status_rs::blocks::load::Config"]],["impl Send for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Send for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Send for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Send for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Send for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Send for Config",1,["i3status_rs::blocks::music::Config"]],["impl Send for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Send for Config",1,["i3status_rs::blocks::net::Config"]],["impl Send for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Send for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Send for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Send for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Send for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Send for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Send for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Send for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Send for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Send for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Send for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Send for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Send for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Send for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Send for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Send for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Send for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Send for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Send for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Send for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Send for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Send for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Send for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Send for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Send for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Send for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Send for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Send for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Send for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Send for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Send for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Send for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Send for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Send for Config",1,["i3status_rs::blocks::time::Config"]],["impl Send for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Send for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Send for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Send for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Send for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Send for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Send for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Send for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Send for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Send for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Send for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Send for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Send for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Send for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Send for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Send for PostActions",1,["i3status_rs::click::PostActions"]],["impl Send for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Send for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Send for Config",1,["i3status_rs::config::Config"]],["impl Send for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Send for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Send for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Send for Error",1,["i3status_rs::errors::Error"]],["impl Send for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Send for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Send for Config",1,["i3status_rs::formatting::config::Config"]],["impl Send for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Send for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Send for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Send for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Send for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Send for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Send for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Send for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Send for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Send for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Send for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Send for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Send for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Send for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Send for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Send for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Send for Token",1,["i3status_rs::formatting::template::Token"]],["impl Send for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Send for Value",1,["i3status_rs::formatting::value::Value"]],["impl Send for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Send for Format",1,["i3status_rs::formatting::Format"]],["impl Send for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Send for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Send for Icons",1,["i3status_rs::icons::Icons"]],["impl Send for Icon",1,["i3status_rs::icons::Icon"]],["impl Send for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Send for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Send for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Send for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Send for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Send for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Send for Color",1,["i3status_rs::themes::color::Color"]],["impl Send for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Send for Theme",1,["i3status_rs::themes::Theme"]],["impl Send for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Send for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Send for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Send for Widget",1,["i3status_rs::widget::Widget"]],["impl Send for State",1,["i3status_rs::widget::State"]],["impl Send for CliArgs",1,["i3status_rs::CliArgs"]],["impl !Send for BarState",1,["i3status_rs::BarState"]],["impl Send for Block",1,["i3status_rs::Block"]]] +"i3status_rs":[["impl Send for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Send for Device",1,["i3status_rs::blocks::amd_gpu::Device"]],["impl Send for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Send for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Send for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Send for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Send for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Send for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Send for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Send for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Send for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Send for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Send for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Send for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Send for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Send for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Send for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Send for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Send for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Send for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Send for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Send for Config",1,["i3status_rs::blocks::github::Config"]],["impl Send for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Send for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Send for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Send for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Send for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Send for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Send for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Send for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Send for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Send for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Send for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Send for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Send for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Send for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Send for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Send for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Send for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Send for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Send for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Send for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Send for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Send for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Send for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Send for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Send for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Send for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Send for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Send for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Send for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Send for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Send for Config",1,["i3status_rs::blocks::load::Config"]],["impl Send for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Send for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Send for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Send for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Send for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Send for Config",1,["i3status_rs::blocks::music::Config"]],["impl Send for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Send for Config",1,["i3status_rs::blocks::net::Config"]],["impl Send for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Send for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Send for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Send for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Send for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Send for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Send for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Send for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Send for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Send for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Send for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Send for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Send for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Send for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Send for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Send for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Send for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Send for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Send for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Send for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Send for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Send for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Send for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Send for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Send for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Send for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Send for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Send for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Send for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Send for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Send for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Send for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Send for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Send for Config",1,["i3status_rs::blocks::time::Config"]],["impl Send for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Send for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Send for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Send for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Send for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Send for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Send for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Send for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Send for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Send for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Send for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Send for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Send for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Send for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Send for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Send for PostActions",1,["i3status_rs::click::PostActions"]],["impl Send for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Send for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Send for Config",1,["i3status_rs::config::Config"]],["impl Send for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Send for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Send for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Send for Error",1,["i3status_rs::errors::Error"]],["impl Send for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Send for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Send for Config",1,["i3status_rs::formatting::config::Config"]],["impl Send for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Send for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Send for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Send for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Send for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Send for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Send for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Send for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Send for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Send for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Send for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Send for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Send for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Send for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Send for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Send for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Send for Token",1,["i3status_rs::formatting::template::Token"]],["impl Send for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Send for Value",1,["i3status_rs::formatting::value::Value"]],["impl Send for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Send for Format",1,["i3status_rs::formatting::Format"]],["impl Send for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Send for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Send for Icons",1,["i3status_rs::icons::Icons"]],["impl Send for Icon",1,["i3status_rs::icons::Icon"]],["impl Send for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Send for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Send for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Send for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Send for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Send for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Send for Color",1,["i3status_rs::themes::color::Color"]],["impl Send for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Send for Theme",1,["i3status_rs::themes::Theme"]],["impl Send for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Send for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Send for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Send for Widget",1,["i3status_rs::widget::Widget"]],["impl Send for State",1,["i3status_rs::widget::State"]],["impl Send for CliArgs",1,["i3status_rs::CliArgs"]],["impl !Send for BarState",1,["i3status_rs::BarState"]],["impl Send for Block",1,["i3status_rs::Block"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Sync.js b/implementors/core/marker/trait.Sync.js index 6076966c94..1608eebea3 100644 --- a/implementors/core/marker/trait.Sync.js +++ b/implementors/core/marker/trait.Sync.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Sync for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Sync for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Sync for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Sync for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Sync for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Sync for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Sync for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Sync for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Sync for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Sync for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Sync for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Sync for Config",1,["i3status_rs::blocks::github::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Sync for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Sync for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Sync for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Sync for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Sync for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Sync for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Sync for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Sync for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Sync for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Sync for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Sync for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Sync for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Sync for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Sync for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Sync for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Sync for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Sync for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Sync for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Sync for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Sync for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Sync for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Sync for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Sync for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Sync for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Sync for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Sync for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Sync for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Sync for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Sync for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Sync for Config",1,["i3status_rs::blocks::load::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Sync for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Sync for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Sync for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Sync for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::music::Config"]],["impl Sync for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Sync for Config",1,["i3status_rs::blocks::net::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Sync for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Sync for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Sync for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Sync for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Sync for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Sync for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Sync for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Sync for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Sync for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Sync for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Sync for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Sync for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Sync for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Sync for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Sync for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Sync for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Sync for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Sync for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Sync for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Sync for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Sync for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Sync for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Sync for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Sync for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Sync for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Sync for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Sync for Config",1,["i3status_rs::blocks::time::Config"]],["impl Sync for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Sync for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Sync for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Sync for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Sync for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Sync for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Sync for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Sync for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Sync for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Sync for PostActions",1,["i3status_rs::click::PostActions"]],["impl Sync for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Sync for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Sync for Config",1,["i3status_rs::config::Config"]],["impl Sync for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Sync for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Sync for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Sync for Error",1,["i3status_rs::errors::Error"]],["impl Sync for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Sync for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Sync for Config",1,["i3status_rs::formatting::config::Config"]],["impl Sync for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Sync for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Sync for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Sync for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Sync for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Sync for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Sync for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Sync for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Sync for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Sync for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Sync for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Sync for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Sync for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Sync for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Sync for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Sync for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Sync for Token",1,["i3status_rs::formatting::template::Token"]],["impl Sync for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Sync for Value",1,["i3status_rs::formatting::value::Value"]],["impl Sync for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Sync for Format",1,["i3status_rs::formatting::Format"]],["impl Sync for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Sync for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Sync for Icons",1,["i3status_rs::icons::Icons"]],["impl Sync for Icon",1,["i3status_rs::icons::Icon"]],["impl Sync for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Sync for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Sync for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Sync for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Sync for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Sync for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Sync for Color",1,["i3status_rs::themes::color::Color"]],["impl Sync for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Sync for Theme",1,["i3status_rs::themes::Theme"]],["impl Sync for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Sync for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Sync for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Sync for Widget",1,["i3status_rs::widget::Widget"]],["impl Sync for State",1,["i3status_rs::widget::State"]],["impl Sync for CliArgs",1,["i3status_rs::CliArgs"]],["impl !Sync for BarState",1,["i3status_rs::BarState"]],["impl Sync for Block",1,["i3status_rs::Block"]]] +"i3status_rs":[["impl Sync for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Sync for Device",1,["i3status_rs::blocks::amd_gpu::Device"]],["impl Sync for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Sync for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Sync for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Sync for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Sync for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Sync for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Sync for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Sync for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Sync for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Sync for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Sync for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Sync for Config",1,["i3status_rs::blocks::github::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Sync for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Sync for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Sync for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Sync for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Sync for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Sync for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Sync for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Sync for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Sync for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Sync for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Sync for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Sync for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Sync for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Sync for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Sync for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Sync for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Sync for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Sync for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Sync for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Sync for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Sync for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Sync for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Sync for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Sync for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Sync for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Sync for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Sync for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Sync for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Sync for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Sync for Config",1,["i3status_rs::blocks::load::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Sync for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Sync for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Sync for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Sync for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::music::Config"]],["impl Sync for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Sync for Config",1,["i3status_rs::blocks::net::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Sync for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Sync for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Sync for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Sync for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Sync for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Sync for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Sync for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Sync for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Sync for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Sync for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Sync for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Sync for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Sync for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Sync for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Sync for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Sync for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Sync for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Sync for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Sync for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Sync for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Sync for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Sync for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Sync for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Sync for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Sync for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Sync for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Sync for Config",1,["i3status_rs::blocks::time::Config"]],["impl Sync for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Sync for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Sync for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Sync for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Sync for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Sync for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Sync for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Sync for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Sync for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Sync for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Sync for PostActions",1,["i3status_rs::click::PostActions"]],["impl Sync for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Sync for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Sync for Config",1,["i3status_rs::config::Config"]],["impl Sync for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Sync for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Sync for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Sync for Error",1,["i3status_rs::errors::Error"]],["impl Sync for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Sync for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Sync for Config",1,["i3status_rs::formatting::config::Config"]],["impl Sync for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Sync for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Sync for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Sync for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Sync for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Sync for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Sync for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Sync for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Sync for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Sync for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Sync for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Sync for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Sync for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Sync for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Sync for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Sync for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Sync for Token",1,["i3status_rs::formatting::template::Token"]],["impl Sync for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Sync for Value",1,["i3status_rs::formatting::value::Value"]],["impl Sync for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Sync for Format",1,["i3status_rs::formatting::Format"]],["impl Sync for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Sync for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Sync for Icons",1,["i3status_rs::icons::Icons"]],["impl Sync for Icon",1,["i3status_rs::icons::Icon"]],["impl Sync for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Sync for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Sync for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Sync for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Sync for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Sync for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Sync for Color",1,["i3status_rs::themes::color::Color"]],["impl Sync for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Sync for Theme",1,["i3status_rs::themes::Theme"]],["impl Sync for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Sync for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Sync for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Sync for Widget",1,["i3status_rs::widget::Widget"]],["impl Sync for State",1,["i3status_rs::widget::State"]],["impl Sync for CliArgs",1,["i3status_rs::CliArgs"]],["impl !Sync for BarState",1,["i3status_rs::BarState"]],["impl Sync for Block",1,["i3status_rs::Block"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Unpin.js b/implementors/core/marker/trait.Unpin.js index d5cb02f2b3..5af046e797 100644 --- a/implementors/core/marker/trait.Unpin.js +++ b/implementors/core/marker/trait.Unpin.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Unpin for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Unpin for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Unpin for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Unpin for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Unpin for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Unpin for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Unpin for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Unpin for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Unpin for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Unpin for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Unpin for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Unpin for Config",1,["i3status_rs::blocks::github::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Unpin for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Unpin for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Unpin for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Unpin for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Unpin for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Unpin for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Unpin for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Unpin for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Unpin for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Unpin for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Unpin for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Unpin for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Unpin for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Unpin for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Unpin for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Unpin for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Unpin for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Unpin for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Unpin for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Unpin for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Unpin for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Unpin for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Unpin for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Unpin for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Unpin for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Unpin for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Unpin for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Unpin for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Unpin for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Unpin for Config",1,["i3status_rs::blocks::load::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Unpin for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Unpin for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Unpin for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Unpin for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::music::Config"]],["impl Unpin for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Unpin for Config",1,["i3status_rs::blocks::net::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Unpin for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Unpin for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Unpin for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Unpin for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Unpin for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Unpin for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Unpin for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Unpin for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Unpin for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Unpin for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Unpin for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Unpin for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Unpin for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Unpin for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Unpin for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Unpin for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Unpin for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Unpin for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Unpin for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Unpin for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Unpin for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Unpin for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Unpin for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Unpin for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Unpin for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Unpin for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Unpin for Config",1,["i3status_rs::blocks::time::Config"]],["impl Unpin for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Unpin for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Unpin for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Unpin for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Unpin for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Unpin for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Unpin for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Unpin for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Unpin for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Unpin for PostActions",1,["i3status_rs::click::PostActions"]],["impl Unpin for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Unpin for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Unpin for Config",1,["i3status_rs::config::Config"]],["impl Unpin for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Unpin for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Unpin for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Unpin for Error",1,["i3status_rs::errors::Error"]],["impl Unpin for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Unpin for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Unpin for Config",1,["i3status_rs::formatting::config::Config"]],["impl Unpin for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Unpin for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Unpin for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Unpin for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Unpin for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Unpin for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Unpin for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Unpin for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Unpin for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Unpin for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Unpin for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Unpin for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Unpin for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Unpin for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Unpin for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Unpin for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Unpin for Token",1,["i3status_rs::formatting::template::Token"]],["impl Unpin for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Unpin for Value",1,["i3status_rs::formatting::value::Value"]],["impl Unpin for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Unpin for Format",1,["i3status_rs::formatting::Format"]],["impl Unpin for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Unpin for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Unpin for Icons",1,["i3status_rs::icons::Icons"]],["impl Unpin for Icon",1,["i3status_rs::icons::Icon"]],["impl Unpin for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Unpin for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Unpin for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Unpin for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Unpin for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Unpin for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Unpin for Color",1,["i3status_rs::themes::color::Color"]],["impl Unpin for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Unpin for Theme",1,["i3status_rs::themes::Theme"]],["impl Unpin for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Unpin for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Unpin for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Unpin for Widget",1,["i3status_rs::widget::Widget"]],["impl Unpin for State",1,["i3status_rs::widget::State"]],["impl Unpin for CliArgs",1,["i3status_rs::CliArgs"]],["impl Unpin for BarState",1,["i3status_rs::BarState"]],["impl Unpin for Block",1,["i3status_rs::Block"]]] +"i3status_rs":[["impl Unpin for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl Unpin for Device",1,["i3status_rs::blocks::amd_gpu::Device"]],["impl Unpin for Config",1,["i3status_rs::blocks::apt::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::battery::Config"]],["impl Unpin for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl Unpin for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> Unpin for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> Unpin for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> Unpin for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> Unpin for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl Unpin for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::custom::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl Unpin for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl Unpin for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::docker::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl Unpin for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl Unpin for Config",1,["i3status_rs::blocks::github::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl Unpin for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> Unpin for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> Unpin for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl Unpin for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> Unpin for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> Unpin for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> Unpin for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> Unpin for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> Unpin for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> Unpin for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> Unpin for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl Unpin for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> Unpin for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> Unpin for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl Unpin for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> Unpin for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> Unpin for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> Unpin for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> Unpin for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> Unpin for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> Unpin for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> Unpin for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl Unpin for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> Unpin for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl Unpin for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> Unpin for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> Unpin for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl Unpin for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> Unpin for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl Unpin for Config",1,["i3status_rs::blocks::load::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl Unpin for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl Unpin for Config",1,["i3status_rs::blocks::menu::Config"]],["impl Unpin for Item",1,["i3status_rs::blocks::menu::Item"]],["impl Unpin for Config",1,["i3status_rs::blocks::memory::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::music::Config"]],["impl Unpin for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl Unpin for Config",1,["i3status_rs::blocks::net::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::notify::Config"]],["impl Unpin for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> Unpin for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> Unpin for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> Unpin for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> Unpin for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> Unpin for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> Unpin for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> Unpin for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl Unpin for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> Unpin for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> Unpin for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl Unpin for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> Unpin for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl Unpin for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl Unpin for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> Unpin for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> Unpin for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl Unpin for Config",1,["i3status_rs::blocks::sound::Config"]],["impl Unpin for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl Unpin for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl Unpin for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl Unpin for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl Unpin for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl Unpin for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl Unpin for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl Unpin for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl Unpin for Config",1,["i3status_rs::blocks::time::Config"]],["impl Unpin for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl Unpin for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl Unpin for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl Unpin for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::watson::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl Unpin for Config",1,["i3status_rs::blocks::weather::Config"]],["impl Unpin for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl Unpin for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl Unpin for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl Unpin for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl Unpin for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl Unpin for PostActions",1,["i3status_rs::click::PostActions"]],["impl Unpin for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl Unpin for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl Unpin for Config",1,["i3status_rs::config::Config"]],["impl Unpin for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl Unpin for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl Unpin for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl Unpin for Error",1,["i3status_rs::errors::Error"]],["impl Unpin for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl Unpin for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl Unpin for Config",1,["i3status_rs::formatting::config::Config"]],["impl Unpin for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl Unpin for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl Unpin for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl Unpin for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl Unpin for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl Unpin for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl Unpin for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> Unpin for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> Unpin for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> Unpin for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> Unpin for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> Unpin for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> Unpin for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl Unpin for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl Unpin for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl Unpin for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl Unpin for Token",1,["i3status_rs::formatting::template::Token"]],["impl Unpin for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl Unpin for Value",1,["i3status_rs::formatting::value::Value"]],["impl Unpin for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl Unpin for Format",1,["i3status_rs::formatting::Format"]],["impl Unpin for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl Unpin for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl Unpin for Icons",1,["i3status_rs::icons::Icons"]],["impl Unpin for Icon",1,["i3status_rs::icons::Icon"]],["impl Unpin for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl Unpin for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl Unpin for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl Unpin for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl Unpin for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl Unpin for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl Unpin for Color",1,["i3status_rs::themes::color::Color"]],["impl Unpin for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl Unpin for Theme",1,["i3status_rs::themes::Theme"]],["impl Unpin for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl Unpin for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl Unpin for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl Unpin for Widget",1,["i3status_rs::widget::Widget"]],["impl Unpin for State",1,["i3status_rs::widget::State"]],["impl Unpin for CliArgs",1,["i3status_rs::CliArgs"]],["impl Unpin for BarState",1,["i3status_rs::BarState"]],["impl Unpin for Block",1,["i3status_rs::Block"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js index ff74705e7e..3c6a201a98 100644 --- a/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js +++ b/implementors/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::apt::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::battery::Config"]],["impl RefUnwindSafe for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> !RefUnwindSafe for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> !RefUnwindSafe for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> !RefUnwindSafe for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> !RefUnwindSafe for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::custom::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl RefUnwindSafe for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::docker::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl RefUnwindSafe for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::github::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl RefUnwindSafe for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> !RefUnwindSafe for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> !RefUnwindSafe for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> !RefUnwindSafe for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> !RefUnwindSafe for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> !RefUnwindSafe for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> !RefUnwindSafe for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> !RefUnwindSafe for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> !RefUnwindSafe for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> !RefUnwindSafe for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl RefUnwindSafe for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> RefUnwindSafe for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> !RefUnwindSafe for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl RefUnwindSafe for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> RefUnwindSafe for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> !RefUnwindSafe for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> !RefUnwindSafe for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> !RefUnwindSafe for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> !RefUnwindSafe for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> !RefUnwindSafe for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> !RefUnwindSafe for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl RefUnwindSafe for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> !RefUnwindSafe for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl RefUnwindSafe for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> RefUnwindSafe for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> !RefUnwindSafe for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl RefUnwindSafe for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> RefUnwindSafe for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::load::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl RefUnwindSafe for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl RefUnwindSafe for Config",1,["i3status_rs::blocks::menu::Config"]],["impl RefUnwindSafe for Item",1,["i3status_rs::blocks::menu::Item"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::memory::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::music::Config"]],["impl RefUnwindSafe for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::net::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::notify::Config"]],["impl RefUnwindSafe for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> !RefUnwindSafe for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> !RefUnwindSafe for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> !RefUnwindSafe for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> !RefUnwindSafe for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> !RefUnwindSafe for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> !RefUnwindSafe for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> !RefUnwindSafe for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl RefUnwindSafe for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> RefUnwindSafe for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> !RefUnwindSafe for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl RefUnwindSafe for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> RefUnwindSafe for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl RefUnwindSafe for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> !RefUnwindSafe for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> !RefUnwindSafe for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::sound::Config"]],["impl RefUnwindSafe for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl RefUnwindSafe for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl RefUnwindSafe for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl RefUnwindSafe for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl RefUnwindSafe for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::time::Config"]],["impl RefUnwindSafe for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl RefUnwindSafe for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::watson::Config"]],["impl RefUnwindSafe for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl RefUnwindSafe for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::weather::Config"]],["impl RefUnwindSafe for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl !RefUnwindSafe for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl !RefUnwindSafe for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl RefUnwindSafe for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl RefUnwindSafe for PostActions",1,["i3status_rs::click::PostActions"]],["impl RefUnwindSafe for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl RefUnwindSafe for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::config::Config"]],["impl RefUnwindSafe for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl !RefUnwindSafe for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl !RefUnwindSafe for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl !RefUnwindSafe for Error",1,["i3status_rs::errors::Error"]],["impl RefUnwindSafe for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl !RefUnwindSafe for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::formatting::config::Config"]],["impl RefUnwindSafe for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl RefUnwindSafe for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl RefUnwindSafe for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl RefUnwindSafe for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl RefUnwindSafe for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl RefUnwindSafe for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl RefUnwindSafe for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> RefUnwindSafe for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> RefUnwindSafe for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> RefUnwindSafe for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> RefUnwindSafe for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> RefUnwindSafe for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> RefUnwindSafe for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl RefUnwindSafe for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl !RefUnwindSafe for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl !RefUnwindSafe for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl !RefUnwindSafe for Token",1,["i3status_rs::formatting::template::Token"]],["impl RefUnwindSafe for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl RefUnwindSafe for Value",1,["i3status_rs::formatting::value::Value"]],["impl RefUnwindSafe for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl !RefUnwindSafe for Format",1,["i3status_rs::formatting::Format"]],["impl RefUnwindSafe for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl RefUnwindSafe for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl RefUnwindSafe for Icons",1,["i3status_rs::icons::Icons"]],["impl RefUnwindSafe for Icon",1,["i3status_rs::icons::Icon"]],["impl RefUnwindSafe for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl RefUnwindSafe for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl RefUnwindSafe for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl RefUnwindSafe for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl RefUnwindSafe for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl RefUnwindSafe for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl RefUnwindSafe for Color",1,["i3status_rs::themes::color::Color"]],["impl RefUnwindSafe for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl RefUnwindSafe for Theme",1,["i3status_rs::themes::Theme"]],["impl RefUnwindSafe for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl RefUnwindSafe for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl RefUnwindSafe for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl !RefUnwindSafe for Widget",1,["i3status_rs::widget::Widget"]],["impl RefUnwindSafe for State",1,["i3status_rs::widget::State"]],["impl RefUnwindSafe for CliArgs",1,["i3status_rs::CliArgs"]],["impl !RefUnwindSafe for BarState",1,["i3status_rs::BarState"]],["impl !RefUnwindSafe for Block",1,["i3status_rs::Block"]]] +"i3status_rs":[["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl RefUnwindSafe for Device",1,["i3status_rs::blocks::amd_gpu::Device"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::apt::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::battery::Config"]],["impl RefUnwindSafe for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> !RefUnwindSafe for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> !RefUnwindSafe for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> !RefUnwindSafe for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> !RefUnwindSafe for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::custom::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl RefUnwindSafe for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::docker::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl RefUnwindSafe for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::github::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl RefUnwindSafe for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> !RefUnwindSafe for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> !RefUnwindSafe for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> !RefUnwindSafe for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> !RefUnwindSafe for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> !RefUnwindSafe for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> !RefUnwindSafe for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> !RefUnwindSafe for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> !RefUnwindSafe for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> !RefUnwindSafe for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl RefUnwindSafe for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> RefUnwindSafe for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> !RefUnwindSafe for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl RefUnwindSafe for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> RefUnwindSafe for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> !RefUnwindSafe for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> !RefUnwindSafe for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> !RefUnwindSafe for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> !RefUnwindSafe for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> !RefUnwindSafe for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> !RefUnwindSafe for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl RefUnwindSafe for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> !RefUnwindSafe for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl RefUnwindSafe for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> RefUnwindSafe for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> !RefUnwindSafe for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl RefUnwindSafe for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> RefUnwindSafe for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::load::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl RefUnwindSafe for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl RefUnwindSafe for Config",1,["i3status_rs::blocks::menu::Config"]],["impl RefUnwindSafe for Item",1,["i3status_rs::blocks::menu::Item"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::memory::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::music::Config"]],["impl RefUnwindSafe for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::net::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::notify::Config"]],["impl RefUnwindSafe for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> !RefUnwindSafe for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> !RefUnwindSafe for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> !RefUnwindSafe for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> !RefUnwindSafe for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> !RefUnwindSafe for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> !RefUnwindSafe for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> !RefUnwindSafe for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl RefUnwindSafe for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> RefUnwindSafe for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> !RefUnwindSafe for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl RefUnwindSafe for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> RefUnwindSafe for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl RefUnwindSafe for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> !RefUnwindSafe for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> !RefUnwindSafe for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::sound::Config"]],["impl RefUnwindSafe for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl RefUnwindSafe for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl RefUnwindSafe for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl RefUnwindSafe for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl RefUnwindSafe for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::time::Config"]],["impl RefUnwindSafe for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl RefUnwindSafe for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::watson::Config"]],["impl RefUnwindSafe for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl RefUnwindSafe for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::weather::Config"]],["impl RefUnwindSafe for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl !RefUnwindSafe for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl !RefUnwindSafe for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl RefUnwindSafe for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl RefUnwindSafe for PostActions",1,["i3status_rs::click::PostActions"]],["impl RefUnwindSafe for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl RefUnwindSafe for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::config::Config"]],["impl RefUnwindSafe for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl !RefUnwindSafe for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl !RefUnwindSafe for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl !RefUnwindSafe for Error",1,["i3status_rs::errors::Error"]],["impl RefUnwindSafe for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl !RefUnwindSafe for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl !RefUnwindSafe for Config",1,["i3status_rs::formatting::config::Config"]],["impl RefUnwindSafe for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl RefUnwindSafe for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl RefUnwindSafe for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl RefUnwindSafe for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl RefUnwindSafe for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl RefUnwindSafe for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl RefUnwindSafe for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> RefUnwindSafe for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> RefUnwindSafe for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> RefUnwindSafe for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> RefUnwindSafe for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> RefUnwindSafe for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> RefUnwindSafe for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl RefUnwindSafe for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl !RefUnwindSafe for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl !RefUnwindSafe for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl !RefUnwindSafe for Token",1,["i3status_rs::formatting::template::Token"]],["impl RefUnwindSafe for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl RefUnwindSafe for Value",1,["i3status_rs::formatting::value::Value"]],["impl RefUnwindSafe for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl !RefUnwindSafe for Format",1,["i3status_rs::formatting::Format"]],["impl RefUnwindSafe for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl RefUnwindSafe for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl RefUnwindSafe for Icons",1,["i3status_rs::icons::Icons"]],["impl RefUnwindSafe for Icon",1,["i3status_rs::icons::Icon"]],["impl RefUnwindSafe for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl RefUnwindSafe for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl RefUnwindSafe for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl RefUnwindSafe for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl RefUnwindSafe for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl RefUnwindSafe for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl RefUnwindSafe for Color",1,["i3status_rs::themes::color::Color"]],["impl RefUnwindSafe for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl RefUnwindSafe for Theme",1,["i3status_rs::themes::Theme"]],["impl RefUnwindSafe for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl RefUnwindSafe for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl RefUnwindSafe for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl !RefUnwindSafe for Widget",1,["i3status_rs::widget::Widget"]],["impl RefUnwindSafe for State",1,["i3status_rs::widget::State"]],["impl RefUnwindSafe for CliArgs",1,["i3status_rs::CliArgs"]],["impl !RefUnwindSafe for BarState",1,["i3status_rs::BarState"]],["impl !RefUnwindSafe for Block",1,["i3status_rs::Block"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/panic/unwind_safe/trait.UnwindSafe.js b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js index 61b8344816..ef8d537609 100644 --- a/implementors/core/panic/unwind_safe/trait.UnwindSafe.js +++ b/implementors/core/panic/unwind_safe/trait.UnwindSafe.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl !UnwindSafe for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::apt::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::battery::Config"]],["impl UnwindSafe for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> !UnwindSafe for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> !UnwindSafe for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> !UnwindSafe for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> !UnwindSafe for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::custom::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl UnwindSafe for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::docker::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl UnwindSafe for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::github::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl UnwindSafe for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> !UnwindSafe for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> !UnwindSafe for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> !UnwindSafe for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> !UnwindSafe for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> !UnwindSafe for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> !UnwindSafe for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> !UnwindSafe for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> !UnwindSafe for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> !UnwindSafe for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl UnwindSafe for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> UnwindSafe for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> !UnwindSafe for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl UnwindSafe for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> UnwindSafe for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> !UnwindSafe for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> !UnwindSafe for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> !UnwindSafe for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> !UnwindSafe for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> !UnwindSafe for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> !UnwindSafe for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl UnwindSafe for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> !UnwindSafe for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl UnwindSafe for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> UnwindSafe for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> !UnwindSafe for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl UnwindSafe for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> UnwindSafe for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::load::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl UnwindSafe for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl UnwindSafe for Config",1,["i3status_rs::blocks::menu::Config"]],["impl UnwindSafe for Item",1,["i3status_rs::blocks::menu::Item"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::memory::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::music::Config"]],["impl UnwindSafe for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::net::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::notify::Config"]],["impl UnwindSafe for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> !UnwindSafe for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> !UnwindSafe for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> !UnwindSafe for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> !UnwindSafe for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> !UnwindSafe for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> !UnwindSafe for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> !UnwindSafe for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl UnwindSafe for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> UnwindSafe for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> !UnwindSafe for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl UnwindSafe for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> UnwindSafe for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl UnwindSafe for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> !UnwindSafe for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> !UnwindSafe for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::sound::Config"]],["impl UnwindSafe for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl UnwindSafe for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl UnwindSafe for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl UnwindSafe for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl UnwindSafe for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::time::Config"]],["impl UnwindSafe for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl UnwindSafe for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::watson::Config"]],["impl UnwindSafe for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl UnwindSafe for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::weather::Config"]],["impl UnwindSafe for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl !UnwindSafe for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl !UnwindSafe for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl UnwindSafe for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl UnwindSafe for PostActions",1,["i3status_rs::click::PostActions"]],["impl UnwindSafe for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl UnwindSafe for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl !UnwindSafe for Config",1,["i3status_rs::config::Config"]],["impl UnwindSafe for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl !UnwindSafe for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl !UnwindSafe for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl !UnwindSafe for Error",1,["i3status_rs::errors::Error"]],["impl UnwindSafe for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl !UnwindSafe for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl !UnwindSafe for Config",1,["i3status_rs::formatting::config::Config"]],["impl UnwindSafe for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl UnwindSafe for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl UnwindSafe for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl UnwindSafe for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl UnwindSafe for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl UnwindSafe for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl UnwindSafe for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> UnwindSafe for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> UnwindSafe for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> UnwindSafe for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> UnwindSafe for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> UnwindSafe for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> UnwindSafe for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl UnwindSafe for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl !UnwindSafe for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl !UnwindSafe for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl !UnwindSafe for Token",1,["i3status_rs::formatting::template::Token"]],["impl UnwindSafe for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl UnwindSafe for Value",1,["i3status_rs::formatting::value::Value"]],["impl UnwindSafe for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl !UnwindSafe for Format",1,["i3status_rs::formatting::Format"]],["impl UnwindSafe for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl UnwindSafe for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl UnwindSafe for Icons",1,["i3status_rs::icons::Icons"]],["impl UnwindSafe for Icon",1,["i3status_rs::icons::Icon"]],["impl UnwindSafe for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl UnwindSafe for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl UnwindSafe for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl UnwindSafe for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl UnwindSafe for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl UnwindSafe for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl UnwindSafe for Color",1,["i3status_rs::themes::color::Color"]],["impl UnwindSafe for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl UnwindSafe for Theme",1,["i3status_rs::themes::Theme"]],["impl UnwindSafe for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl UnwindSafe for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl UnwindSafe for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl !UnwindSafe for Widget",1,["i3status_rs::widget::Widget"]],["impl UnwindSafe for State",1,["i3status_rs::widget::State"]],["impl UnwindSafe for CliArgs",1,["i3status_rs::CliArgs"]],["impl !UnwindSafe for BarState",1,["i3status_rs::BarState"]],["impl !UnwindSafe for Block",1,["i3status_rs::Block"]]] +"i3status_rs":[["impl !UnwindSafe for Config",1,["i3status_rs::blocks::amd_gpu::Config"]],["impl UnwindSafe for Device",1,["i3status_rs::blocks::amd_gpu::Device"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::apt::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::backlight::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::battery::Config"]],["impl UnwindSafe for BatteryDriver",1,["i3status_rs::blocks::battery::BatteryDriver"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::bluetooth::Config"]],["impl<'c> !UnwindSafe for Device1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Device1ProxyBlocking"]],["impl<'c> !UnwindSafe for Device1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Device1Proxy"]],["impl<'c> !UnwindSafe for Battery1ProxyBlocking<'c>",1,["i3status_rs::blocks::bluetooth::Battery1ProxyBlocking"]],["impl<'c> !UnwindSafe for Battery1Proxy<'c>",1,["i3status_rs::blocks::bluetooth::Battery1Proxy"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::cpu::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::custom::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::custom_dbus::Config"]],["impl UnwindSafe for InfoType",1,["i3status_rs::blocks::disk_space::InfoType"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::disk_space::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::dnf::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::docker::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::external_ip::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::focused_window::Config"]],["impl UnwindSafe for Driver",1,["i3status_rs::blocks::focused_window::Driver"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::github::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::hueshift::Config"]],["impl UnwindSafe for HueShifter",1,["i3status_rs::blocks::hueshift::HueShifter"]],["impl<'c> !UnwindSafe for WlGammarelayRsBusProxyBlocking<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxyBlocking"]],["impl<'c> !UnwindSafe for WlGammarelayRsBusProxy<'c>",1,["i3status_rs::blocks::hueshift::WlGammarelayRsBusProxy"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::kdeconnect::Config"]],["impl<'c> !UnwindSafe for DaemonDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxyBlocking"]],["impl<'c> !UnwindSafe for DaemonDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DaemonDbusProxy"]],["impl<'c> !UnwindSafe for DeviceDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxyBlocking"]],["impl<'a> !UnwindSafe for reachableChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedIterator"]],["impl<'a> !UnwindSafe for nameChangedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedIterator"]],["impl<'c> !UnwindSafe for DeviceDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::DeviceDbusProxy"]],["impl<'a> !UnwindSafe for reachableChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::reachableChangedStream"]],["impl UnwindSafe for reachableChanged",1,["i3status_rs::blocks::kdeconnect::reachableChanged"]],["impl<'s> UnwindSafe for reachableChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::reachableChangedArgs"]],["impl<'a> !UnwindSafe for nameChangedStream<'a>",1,["i3status_rs::blocks::kdeconnect::nameChangedStream"]],["impl UnwindSafe for nameChanged",1,["i3status_rs::blocks::kdeconnect::nameChanged"]],["impl<'s> UnwindSafe for nameChangedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::nameChangedArgs"]],["impl<'c> !UnwindSafe for NotificationsDbusProxyBlocking<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxyBlocking"]],["impl<'a> !UnwindSafe for allNotificationsRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedIterator"]],["impl<'a> !UnwindSafe for notificationPostedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedIterator"]],["impl<'a> !UnwindSafe for notificationRemovedIterator<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedIterator"]],["impl<'c> !UnwindSafe for NotificationsDbusProxy<'c>",1,["i3status_rs::blocks::kdeconnect::NotificationsDbusProxy"]],["impl<'a> !UnwindSafe for allNotificationsRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemovedStream"]],["impl UnwindSafe for allNotificationsRemoved",1,["i3status_rs::blocks::kdeconnect::allNotificationsRemoved"]],["impl<'a> !UnwindSafe for notificationPostedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationPostedStream"]],["impl UnwindSafe for notificationPosted",1,["i3status_rs::blocks::kdeconnect::notificationPosted"]],["impl<'s> UnwindSafe for notificationPostedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationPostedArgs"]],["impl<'a> !UnwindSafe for notificationRemovedStream<'a>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedStream"]],["impl UnwindSafe for notificationRemoved",1,["i3status_rs::blocks::kdeconnect::notificationRemoved"]],["impl<'s> UnwindSafe for notificationRemovedArgs<'s>",1,["i3status_rs::blocks::kdeconnect::notificationRemovedArgs"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::load::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::maildir::Config"]],["impl UnwindSafe for MailType",1,["i3status_rs::blocks::maildir::MailType"]],["impl UnwindSafe for Config",1,["i3status_rs::blocks::menu::Config"]],["impl UnwindSafe for Item",1,["i3status_rs::blocks::menu::Item"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::memory::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::music::Config"]],["impl UnwindSafe for PlayerName",1,["i3status_rs::blocks::music::PlayerName"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::net::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::notify::Config"]],["impl UnwindSafe for DriverType",1,["i3status_rs::blocks::notify::DriverType"]],["impl<'c> !UnwindSafe for DunstDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxyBlocking"]],["impl<'c> !UnwindSafe for DunstDbusProxy<'c>",1,["i3status_rs::blocks::notify::DunstDbusProxy"]],["impl<'c> !UnwindSafe for SwayNCDbusProxyBlocking<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxyBlocking"]],["impl<'a> !UnwindSafe for SubscribeIterator<'a>",1,["i3status_rs::blocks::notify::SubscribeIterator"]],["impl<'a> !UnwindSafe for SubscribeV2Iterator<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Iterator"]],["impl<'c> !UnwindSafe for SwayNCDbusProxy<'c>",1,["i3status_rs::blocks::notify::SwayNCDbusProxy"]],["impl<'a> !UnwindSafe for SubscribeStream<'a>",1,["i3status_rs::blocks::notify::SubscribeStream"]],["impl UnwindSafe for Subscribe",1,["i3status_rs::blocks::notify::Subscribe"]],["impl<'s> UnwindSafe for SubscribeArgs<'s>",1,["i3status_rs::blocks::notify::SubscribeArgs"]],["impl<'a> !UnwindSafe for SubscribeV2Stream<'a>",1,["i3status_rs::blocks::notify::SubscribeV2Stream"]],["impl UnwindSafe for SubscribeV2",1,["i3status_rs::blocks::notify::SubscribeV2"]],["impl<'s> UnwindSafe for SubscribeV2Args<'s>",1,["i3status_rs::blocks::notify::SubscribeV2Args"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::notmuch::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::nvidia_gpu::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::pacman::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::pomodoro::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::rofication::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::service_status::Config"]],["impl UnwindSafe for DriverType",1,["i3status_rs::blocks::service_status::DriverType"]],["impl<'c> !UnwindSafe for UnitProxyBlocking<'c>",1,["i3status_rs::blocks::service_status::UnitProxyBlocking"]],["impl<'c> !UnwindSafe for UnitProxy<'c>",1,["i3status_rs::blocks::service_status::UnitProxy"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::sound::Config"]],["impl UnwindSafe for SoundDriver",1,["i3status_rs::blocks::sound::SoundDriver"]],["impl UnwindSafe for DeviceKind",1,["i3status_rs::blocks::sound::DeviceKind"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::speedtest::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::keyboard_layout::Config"]],["impl UnwindSafe for KeyboardLayoutDriver",1,["i3status_rs::blocks::keyboard_layout::KeyboardLayoutDriver"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::taskwarrior::Config"]],["impl UnwindSafe for Filter",1,["i3status_rs::blocks::taskwarrior::Filter"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::temperature::Config"]],["impl UnwindSafe for TemperatureScale",1,["i3status_rs::blocks::temperature::TemperatureScale"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::time::Config"]],["impl UnwindSafe for Timezone",1,["i3status_rs::blocks::time::Timezone"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::tea_timer::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::toggle::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::uptime::Config"]],["impl UnwindSafe for DriverType",1,["i3status_rs::blocks::vpn::DriverType"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::vpn::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::watson::Config"]],["impl UnwindSafe for Config",1,["i3status_rs::blocks::weather::met_no::Config"]],["impl UnwindSafe for Config",1,["i3status_rs::blocks::weather::open_weather_map::Config"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::weather::Config"]],["impl UnwindSafe for WeatherService",1,["i3status_rs::blocks::weather::WeatherService"]],["impl !UnwindSafe for Config",1,["i3status_rs::blocks::xrandr::Config"]],["impl !UnwindSafe for BlockConfig",1,["i3status_rs::blocks::BlockConfig"]],["impl !UnwindSafe for CommonApi",1,["i3status_rs::blocks::CommonApi"]],["impl UnwindSafe for MouseButton",1,["i3status_rs::click::MouseButton"]],["impl UnwindSafe for PostActions",1,["i3status_rs::click::PostActions"]],["impl UnwindSafe for ClickHandler",1,["i3status_rs::click::ClickHandler"]],["impl UnwindSafe for ClickConfigEntry",1,["i3status_rs::click::ClickConfigEntry"]],["impl !UnwindSafe for Config",1,["i3status_rs::config::Config"]],["impl UnwindSafe for SharedConfig",1,["i3status_rs::config::SharedConfig"]],["impl !UnwindSafe for BlockConfigEntry",1,["i3status_rs::config::BlockConfigEntry"]],["impl !UnwindSafe for CommonBlockConfig",1,["i3status_rs::config::CommonBlockConfig"]],["impl !UnwindSafe for Error",1,["i3status_rs::errors::Error"]],["impl UnwindSafe for ErrorKind",1,["i3status_rs::errors::ErrorKind"]],["impl !UnwindSafe for BoxErrorWrapper",1,["i3status_rs::errors::BoxErrorWrapper"]],["impl !UnwindSafe for Config",1,["i3status_rs::formatting::config::Config"]],["impl UnwindSafe for StrFormatter",1,["i3status_rs::formatting::formatter::StrFormatter"]],["impl UnwindSafe for PangoStrFormatter",1,["i3status_rs::formatting::formatter::PangoStrFormatter"]],["impl UnwindSafe for BarFormatter",1,["i3status_rs::formatting::formatter::BarFormatter"]],["impl UnwindSafe for EngFormatter",1,["i3status_rs::formatting::formatter::EngFormatter"]],["impl UnwindSafe for FixFormatter",1,["i3status_rs::formatting::formatter::FixFormatter"]],["impl UnwindSafe for DatetimeFormatter",1,["i3status_rs::formatting::formatter::DatetimeFormatter"]],["impl UnwindSafe for FlagFormatter",1,["i3status_rs::formatting::formatter::FlagFormatter"]],["impl<'a> UnwindSafe for Arg<'a>",1,["i3status_rs::formatting::parse::Arg"]],["impl<'a> UnwindSafe for Formatter<'a>",1,["i3status_rs::formatting::parse::Formatter"]],["impl<'a> UnwindSafe for Placeholder<'a>",1,["i3status_rs::formatting::parse::Placeholder"]],["impl<'a> UnwindSafe for Token<'a>",1,["i3status_rs::formatting::parse::Token"]],["impl<'a> UnwindSafe for TokenList<'a>",1,["i3status_rs::formatting::parse::TokenList"]],["impl<'a> UnwindSafe for FormatTemplate<'a>",1,["i3status_rs::formatting::parse::FormatTemplate"]],["impl UnwindSafe for Prefix",1,["i3status_rs::formatting::prefix::Prefix"]],["impl !UnwindSafe for FormatTemplate",1,["i3status_rs::formatting::template::FormatTemplate"]],["impl !UnwindSafe for TokenList",1,["i3status_rs::formatting::template::TokenList"]],["impl !UnwindSafe for Token",1,["i3status_rs::formatting::template::Token"]],["impl UnwindSafe for Unit",1,["i3status_rs::formatting::unit::Unit"]],["impl UnwindSafe for Value",1,["i3status_rs::formatting::value::Value"]],["impl UnwindSafe for ValueInner",1,["i3status_rs::formatting::value::ValueInner"]],["impl !UnwindSafe for Format",1,["i3status_rs::formatting::Format"]],["impl UnwindSafe for Fragment",1,["i3status_rs::formatting::Fragment"]],["impl UnwindSafe for Metadata",1,["i3status_rs::formatting::Metadata"]],["impl UnwindSafe for Icons",1,["i3status_rs::icons::Icons"]],["impl UnwindSafe for Icon",1,["i3status_rs::icons::Icon"]],["impl UnwindSafe for I3BarBlock",1,["i3status_rs::protocol::i3bar_block::I3BarBlock"]],["impl UnwindSafe for I3BarBlockAlign",1,["i3status_rs::protocol::i3bar_block::I3BarBlockAlign"]],["impl UnwindSafe for I3BarBlockMinWidth",1,["i3status_rs::protocol::i3bar_block::I3BarBlockMinWidth"]],["impl UnwindSafe for I3BarEvent",1,["i3status_rs::protocol::i3bar_event::I3BarEvent"]],["impl UnwindSafe for Rgba",1,["i3status_rs::themes::color::Rgba"]],["impl UnwindSafe for Hsva",1,["i3status_rs::themes::color::Hsva"]],["impl UnwindSafe for Color",1,["i3status_rs::themes::color::Color"]],["impl UnwindSafe for Separator",1,["i3status_rs::themes::separator::Separator"]],["impl UnwindSafe for Theme",1,["i3status_rs::themes::Theme"]],["impl UnwindSafe for ThemeUserConfig",1,["i3status_rs::themes::ThemeUserConfig"]],["impl UnwindSafe for ThemeOverrides",1,["i3status_rs::themes::ThemeOverrides"]],["impl UnwindSafe for ColorOrLink",1,["i3status_rs::themes::ColorOrLink"]],["impl !UnwindSafe for Widget",1,["i3status_rs::widget::Widget"]],["impl UnwindSafe for State",1,["i3status_rs::widget::State"]],["impl UnwindSafe for CliArgs",1,["i3status_rs::CliArgs"]],["impl !UnwindSafe for BarState",1,["i3status_rs::BarState"]],["impl !UnwindSafe for Block",1,["i3status_rs::Block"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/search-index.js b/search-index.js index 818b487123..69691c9003 100644 --- a/search-index.js +++ b/search-index.js @@ -1,5 +1,5 @@ var searchIndex = JSON.parse('{\ -"i3status_rs":{"doc":"","t":"DDDLLMALLLLLLALLAMCAALLALLLLLLALLLOMLMALCLACLLLLLLLLLLLALLLAGEGDNANANANANANLLLLLLANANANLANANANANLANLLLANLANLLANANANANANANANLANANANANANANANLANLLLANANANANANANLANLLLLLLANANLLLANANANDLLLLMLMMLMLLFLLLLDLLMLLLMMMLMMLLFLLLLMDLLMMMLLMLMLLMMMMLMFMLLLLNEDNNLLLLMMLLLLMMMMLLMLLMMMMMLLMMMLLFLLLLLLLLMDDDDDMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLMMLMLLFLLLLDLLMMLLLMLMMLMLMFMLLLLMDLLLLMLLMFLLLLNDNENMMLLLLLLLLLLLLMMLLMMLLLLMFLLLLLLLLLMDLLMLLLMMMLMLLFLLLLMDLLLLLMLMLLFMLLLLDLLLLLMLMLLFLLLMLMNDENNLLLLLLLLMLLMLLLLLLFLLLLLLLLDLLMLLLMLMMMMLLFMLLLLMDNENNNNDDNLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLMLLLLLLMLLMLLLLLLMMLLLLLLLFLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDDDDLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLMDDDDLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNENNNLLLLLLLLLLMLLMLLMLLMLLFMLLLLLLLLLDLLMLLLMLMMLLFLLLLMNDNENLLLLLLLLLMLLMLLMMLLLFMMLLLLLLLLLDLLMMLLLMMLMLLFLLLLMMDDLLLLLLMMLLMLLLLLLMFMLLLLLLLLLDNENLLLLLLLLLLLLMLLMLLLLMFMMLLLLLLLMLLDLLLLMLMMLMMLMLFLLLLDENDDDDDDDDDDNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLMLMLMLMFMMMMLLLLDLLLLLMLMMMMMLLFLLLLMDMLLMLLLMMMLMLLFLLLLMDMLLMLLLMLLMMLFLLLLDLLLLLMLMLLFMLLLLDENDDMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLLLLLLLLLLLLLFLLMLLLLLLLLLLLLLLLLLLLLNNDENNENMLLLLLLLLLLLLLLLLLMMMLLLLLLLLMLLLLMLLLMMMMMLLLFMMLLLLLLLLLLLLLLDLLLLLMLMLLFLLLLDDLLLLLLMMLLLLMMLLMMMLLMLLMLLFLLLLLLLLLMDLLLLMLMLMLLFLLLLNDNELLLLMLLLLLLLLLLLLLMMLLLMMMMMLLLLFMLLLLLLLLLMDENNLLLLLLLLLLLMLLMLLLFMLLLLLLLLLDLLMMMLLMLMMMLFLLLLDLLLLLMLMLLFLLLLDENNLLLLLLLLMLLMMLLMLLLLFMMLLLLLLLLDLLLLFLMLMLLFMMLLLLDNNEMMLLLLLLLLMLLMLLAAFMLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLDLLLLLMLMLLFMLLLLNDDNNNNEDNNNNMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLDDDDMLLLLLLLLMLLMMLLLLLLLMMMMMMLLLLLLLLLMMMMMLLLLMMLLLMMMMLLLLLLLLLLLLLLLLLDNDENIINGIIIMLLLLLLLMLLLLKKLLLLLLLLLLLLLLLLKKLLLLLLKLLLLKLLLLLLLLMMLLKKLKLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLIILKLKDDDGLLLLLLLLLLLLALLLLLLLLLLLLALLLLMLLLLLMMLLAALAAMLLLLLLLLLLLLMAALLLDLLLLLLLLLMLLMLLLLLLLLLDHRRRDDDDIDDLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDNDNNNEDMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMMFLLLLLLLLLLLLLLLLLLMLLLLLLNNNNNNNNNNNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFDNNNNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMNNNNNNNENLLLLLLLLLLLLLLLLLLLLLLNNNINNDELLLLLLLLLLLLLLLLLLLLLLMLLKLMLLLLLLLLLLLLLLLLLLLLMMEDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAFNDEENNNNMMMMMMMLLLLLLLLLLLLMLLLLLLLMMLLLMMMLMMLLLMLLLLLLLLLLLLMLLLDLLMLLLLLLLFLLMMLLLLLLNENDDDMMMMLLLLLLLLLLLLLLLAMMMMLLLLLLLMMLLLLLLLLMMMMMMMMMMMMLLLLLLLMAMMMMMMMLLLLLLLLLLLLLLLLLLLLMMMMMNEDNNDNMMLLLFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLMMLLLLLLLLLLLLLLMLLLNNELLLLLLLLLLLLLLLLLLLLLFFFFFFOFFFNNNNENDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLL","n":["BarState","Block","CliArgs","augment_args","augment_args_for_update","blocking_threads","blocks","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","click","command","command_for_update","config","config","env_logger","errors","escape","fmt","fmt","formatting","from","from","from","from_arg_matches","from_arg_matches_mut","group_id","icons","into","into","into","map","never_pause","new","no_init","protocol","run_event_loop","serde_json","spawn_block","themes","tokio","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","util","vzip","vzip","vzip","widget","BlockAction","BlockConfig","BlockFuture","CommonApi","Err","amd_gpu","amd_gpu","apt","apt","backlight","backlight","battery","battery","bluetooth","bluetooth","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cpu","cpu","custom","custom","custom_dbus","custom_dbus","deserialize","disk_space","disk_space","dnf","dnf","docker","docker","external_ip","external_ip","fmt","focused_window","focused_window","from","from","get_actions","github","github","hide","hueshift","hueshift","into","into","kdeconnect","kdeconnect","keyboard_layout","keyboard_layout","load","load","maildir","maildir","memory","memory","menu","menu","music","music","name","net","net","notify","notify","notmuch","notmuch","nvidia_gpu","nvidia_gpu","pacman","pacman","pomodoro","pomodoro","rofication","rofication","run","service_status","service_status","set_default_actions","set_error","set_widget","sound","sound","speedtest","speedtest","taskwarrior","taskwarrior","tea_timer","tea_timer","temperature","temperature","time","time","to_owned","toggle","toggle","try_from","try_from","try_into","try_into","type_id","type_id","uptime","uptime","vpn","vpn","vzip","vzip","wait_for_update_request","watson","watson","weather","weather","xrandr","xrandr","Config","borrow","borrow_mut","default","deserialize","device","fmt","format","format_alt","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","critical_updates_regex","default","deserialize","fmt","format","format_singular","format_up_to_date","from","ignore_phased_updates","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_updates_regex","Config","borrow","borrow_mut","cycle","ddcci_max_tries_write_read","ddcci_sleep_multiplier","default","deserialize","device","fmt","format","from","into","invert_icons","maximum","minimum","missing_format","null_value","root_scaling","run","step_width","try_from","try_into","type_id","vzip","ApcUps","BatteryDriver","Config","Sysfs","Upower","borrow","borrow","borrow_mut","borrow_mut","charging_format","critical","default","default","deserialize","deserialize","device","driver","empty_format","empty_threshold","fmt","fmt","format","from","from","full_format","full_threshold","good","info","interval","into","into","missing_format","model","not_charging_format","null_value","null_value","run","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning","Battery1Proxy","Battery1ProxyBlocking","Config","Device1Proxy","Device1ProxyBlocking","adapter_mac","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","battery_state","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","builder","cached_connected","cached_connected","cached_icon","cached_icon","cached_name","cached_name","cached_percentage","cached_percentage","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","connect","connect","connected","connected","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","disconnect","disconnect","disconnected_format","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","icon","icon","inner","inner","inner","inner","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","mac","name","name","new","new","new","new","percentage","percentage","receive_connected_changed","receive_connected_changed","receive_icon_changed","receive_icon_changed","receive_name_changed","receive_name_changed","receive_percentage_changed","receive_percentage_changed","run","serialize","serialize","serialize","serialize","signature","signature","signature","signature","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","format_alt","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","command","cycle","default","deserialize","fmt","format","from","hide_when_empty","interval","into","json","null_value","persistent","run","shell","try_from","try_into","type_id","vzip","watch_files","Config","borrow","borrow_mut","deserialize","fmt","format","from","into","path","run","try_from","try_into","type_id","vzip","Available","Config","Free","InfoType","Used","alert","alert_unit","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","deserialize","fmt","fmt","format","format_alt","from","from","info_type","interval","into","into","null_value","null_value","path","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning","Config","borrow","borrow_mut","critical_updates_regex","default","deserialize","fmt","format","format_singular","format_up_to_date","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_updates_regex","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","socket_path","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","try_from","try_into","type_id","use_ipv4","vzip","with_network_manager","Auto","Config","Driver","SwayIpc","WlrToplevelManagement","borrow","borrow","borrow_mut","borrow_mut","default","default","deserialize","deserialize","driver","fmt","fmt","format","from","from","into","into","null_value","null_value","run","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","critical","default","deserialize","fmt","format","from","good","hide_if_total_is_zero","info","interval","into","null_value","run","token","try_from","try_into","type_id","vzip","warning","Config","Gammastep","HueShifter","Redshift","Sct","WlGammarelay","WlGammarelayRs","WlGammarelayRsBusProxy","WlGammarelayRsBusProxyBlocking","Wlsunset","as_mut","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","brightness","brightness","builder","builder","cached_brightness","cached_brightness","cached_temperature","cached_temperature","click_temp","clone","clone","clone","clone_into","clone_into","clone_into","current_temp","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","hue_shifter","inner","inner","interval","into","into","into","into","into_inner","into_inner","max_temp","min_temp","new","new","null_value","receive_brightness_changed","receive_brightness_changed","receive_temperature_changed","receive_temperature_changed","run","serialize","serialize","set_brightness","set_brightness","set_temperature","set_temperature","signature","signature","step","temperature","temperature","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","Config","DaemonDbusProxy","DaemonDbusProxyBlocking","DeviceDbusProxy","DeviceDbusProxyBlocking","NotificationsDbusProxy","NotificationsDbusProxyBlocking","active_notifications","active_notifications","allNotificationsRemoved","allNotificationsRemovedIterator","allNotificationsRemovedStream","args","args","args","args","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","async_drop","async_drop","async_drop","async_drop","async_drop","bat_critical","bat_good","bat_info","bat_warning","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","builder","builder","builder","cached_is_reachable","cached_is_reachable","cached_name","cached_name","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","device_id","devices","devices","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_message","from_message","from_message","from_message","from_message","hide_disconnected","id","id","id","id","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","is_reachable","is_reachable","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","name","name","name","name","nameChanged","nameChangedArgs","nameChangedIterator","nameChangedStream","new","new","new","new","new","new","next","next","next","next","next","notificationPosted","notificationPostedArgs","notificationPostedIterator","notificationPostedStream","notificationRemoved","notificationRemovedArgs","notificationRemovedIterator","notificationRemovedStream","null_value","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next_before","poll_next_before","poll_next_before","poll_next_before","poll_next_before","reachable","reachable","reachableChanged","reachableChangedArgs","reachableChangedIterator","reachableChangedStream","receive_all_notifications_removed","receive_all_notifications_removed","receive_is_reachable_changed","receive_is_reachable_changed","receive_name_changed","receive_name_changed","receive_name_changed_","receive_name_changed_","receive_name_changed__with_args","receive_name_changed__with_args","receive_notification_posted","receive_notification_posted","receive_notification_posted_with_args","receive_notification_posted_with_args","receive_notification_removed","receive_notification_removed","receive_notification_removed_with_args","receive_notification_removed_with_args","receive_reachable_changed","receive_reachable_changed","receive_reachable_changed_with_args","receive_reachable_changed_with_args","run","serialize","serialize","serialize","serialize","serialize","serialize","signature","signature","signature","signature","signature","signature","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Config","KbddBus","KeyboardLayoutDriver","LocaleBus","SetXkbMap","Sway","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","deserialize","driver","fmt","fmt","format","from","from","interval","into","into","mappings","null_value","null_value","run","sway_kb_identifier","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","critical","default","deserialize","fmt","format","from","info","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning","All","Config","Cur","MailType","New","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","deserialize","deserialize","display_type","fmt","fmt","format","from","from","inboxes","interval","into","into","null_value","run","threshold_critical","threshold_warning","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","critical_mem","critical_swap","default","deserialize","fmt","format","format_alt","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_mem","warning_swap","Config","Item","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmd","confirm_msg","deserialize","deserialize","display","fmt","fmt","from","from","into","into","items","run","text","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","Multiple","PlayerName","Single","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","deserialize","fmt","fmt","format","from","from","interface_name_exclude","into","into","null_value","null_value","player","run","seek_step_secs","separator","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","volume_step","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","device","fmt","format","format_alt","from","inactive_format","interval","into","missing_format","null_value","run","try_from","try_into","type_id","vzip","Config","DriverType","Dunst","DunstDbusProxy","DunstDbusProxyBlocking","Subscribe","SubscribeArgs","SubscribeIterator","SubscribeStream","SubscribeV2","SubscribeV2Args","SubscribeV2Iterator","SubscribeV2Stream","SwayNC","SwayNCDbusProxy","SwayNCDbusProxyBlocking","args","args","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","async_drop","async_drop","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","builder","cached_displayed_length","cached_displayed_length","cached_paused","cached_paused","cached_waiting_length","cached_waiting_length","cc_open","cc_open","cc_open","cc_open","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","count","count","count","count","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","displayed_length","displayed_length","dnd","dnd","dnd","dnd","driver","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_message","from_message","get_dnd","get_dnd","inhibited","inhibited","inner","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","is_terminated","is_terminated","new","new","new","new","next","next","notification_count","notification_count","notification_show","notification_show","null_value","null_value","paused","paused","poll_next","poll_next","poll_next_before","poll_next_before","receive_displayed_length_changed","receive_displayed_length_changed","receive_paused_changed","receive_paused_changed","receive_subscribe","receive_subscribe","receive_subscribe_v2","receive_subscribe_v2","receive_subscribe_v2_with_args","receive_subscribe_v2_with_args","receive_subscribe_with_args","receive_subscribe_with_args","receive_waiting_length_changed","receive_waiting_length_changed","run","serialize","serialize","serialize","serialize","set_dnd","set_dnd","set_paused","set_paused","signature","signature","signature","signature","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle_visibility","toggle_visibility","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","waiting_length","waiting_length","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","maildir","null_value","query","run","threshold_critical","threshold_good","threshold_info","threshold_warning","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","good","gpu_id","idle","info","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning","Config","aur_command","borrow","borrow_mut","critical_updates_regex","default","deserialize","fmt","format","format_singular","format_up_to_date","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_updates_regex","Config","blocking_cmd","borrow","borrow_mut","break_message","default","deserialize","fmt","format","from","into","message","notify_cmd","null_value","run","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","socket_path","try_from","try_into","type_id","vzip","Config","DriverType","Systemd","UnitProxy","UnitProxyBlocking","active_format","active_state","active_state","active_state","as_mut","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","cached_active_state","cached_active_state","clone","clone","clone_into","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","driver","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","from","from","from","from","from","from","inactive_format","inactive_state","inner","inner","into","into","into","into","into_inner","into_inner","new","new","null_value","null_value","receive_active_state_changed","receive_active_state_changed","run","serialize","serialize","service","signature","signature","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","Alsa","Auto","Config","DeviceKind","PulseAudio","Sink","SoundDriver","Source","active_port_mappings","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","default","default_name","deserialize","deserialize","deserialize","device","device_kind","driver","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","format","from","from","from","hash","headphones_indicator","into","into","into","mappings","mappings_use_regex","max_vol","name","natural_mapping","null_value","null_value","null_value","run","show_volume_when_muted","step_width","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","Config","Filter","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","critical_threshold","data_location","default","default","deserialize","deserialize","filter","filters","fmt","fmt","format","format_everything_done","format_singular","from","from","interval","into","into","name","null_value","null_value","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning_threshold","Config","borrow","borrow_mut","default","deserialize","done_cmd","fmt","format","from","increment","into","null_value","run","try_from","try_into","type_id","vzip","Celsius","Config","Fahrenheit","TemperatureScale","borrow","borrow","borrow_mut","borrow_mut","chip","clone","clone_into","default","default","deserialize","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","format","format_alt","from","from","from_celsius","good","idle","info","inputs","interval","into","into","null_value","null_value","run","scale","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning","Config","Timezone","Timezone","Timezones","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","deserialize","deserialize","fmt","fmt","format","from","from","interval","into","into","null_value","run","timezone","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","command_off","command_on","command_state","deserialize","fmt","format","from","icon_off","icon_on","interval","into","run","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","Config","DriverType","Mullvad","Nordvpn","borrow","borrow","borrow_mut","borrow_mut","default","default","deserialize","deserialize","driver","fmt","fmt","format_connected","format_disconnected","from","from","interval","into","into","null_value","null_value","run","state_connected","state_disconnected","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","deserialize_local_timestamp","fmt","format","from","interval","into","null_value","run","show_time","state_path","try_from","try_into","type_id","vzip","Config","MetNo","OpenWeatherMap","WeatherService","autolocate","autolocate_interval","borrow","borrow","borrow_mut","borrow_mut","deserialize","deserialize","fmt","fmt","format","from","from","interval","into","into","met_no","open_weather_map","run","service","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","deserialize","fmt","from","into","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","deserialize","fmt","from","into","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","step_width","try_from","try_into","type_id","vzip","Back","ClickConfigEntry","ClickHandler","DoubleLeft","Forward","Left","Middle","MouseButton","PostActions","Right","Unknown","WheelDown","WheelUp","action","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","handle","hash","into","into","into","into","null_value","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","update","vzip","vzip","vzip","vzip","BlockConfigEntry","CommonBlockConfig","Config","SharedConfig","blocks","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","click","clone","clone_into","common","config","default","default","default","deserialize","deserialize","deserialize","deserialize","double_click_delay","error_format","error_format","error_fullscreen_format","error_fullscreen_format","error_interval","fmt","fmt","fmt","fmt","from","from","from","from","get_icon","icons","icons_format","icons_format","icons_overrides","if_command","into","into","into","into","invert_scrolling","merge_with_next","null_value","null_value","null_value","shared","signal","theme","theme_overrides","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","BoxErrorWrapper","Config","Error","ErrorKind","Format","InBlock","OptionExt","Other","Result","ResultExt","StdError","ToSerdeError","block","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cause","cause","clone","clone","clone_into","clone_into","config_error","config_error","config_error","description","downcast","downcast","downcast","downcast_mut","downcast_mut","downcast_mut","downcast_ref","downcast_ref","downcast_ref","eq","equivalent","equivalent","equivalent","equivalent","error","error","error","fmt","fmt","fmt","fmt","fmt","format_error","format_error","from","from","from","in_block","in_block","in_block","into","into","into","is","is","is","kind","message","new","new_format","or_error","or_error","or_error","or_format_error","provide","provide","provide","record","record","record","record","request_ref","request_ref","request_ref","request_value","request_value","request_value","serde_error","serde_error","source","sources","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CollectEscaped","Escaped","collect_pango_escaped","collect_pango_escaped_into","pango_escaped","pango_escaped_into","Format","Fragment","Metadata","Values","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","config","contains_key","default","default","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","formatted_text","formatter","from","from","from","from","instance","intervals","into","into","into","is_default","italic","metadata","null_value","null_value","parse","prefix","render","scheduling","template","text","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","underline","unit","value","vzip","vzip","vzip","Config","borrow","borrow_mut","clone","clone_into","default","deserialize","fmt","from","from_str","full","into","null_value","short","to_owned","try_from","try_into","type_id","vzip","with_default","with_default_config","with_default_format","with_defaults","BarFormatter","DEFAULT_DATETIME_FORMATTER","DEFAULT_FLAG_FORMATTER","DEFAULT_NUMBER_FORMATTER","DEFAULT_STRING_FORMATTER","DatetimeFormatter","EngFormatter","FixFormatter","FlagFormatter","Formatter","PangoStrFormatter","StrFormatter","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","format","format","format","format","format","format","format","from","from","from","from","from","from","from","interval","interval","into","into","into","into","into","into","into","new_formatter","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Arg","FormatTemplate","Formatter","Icon","Placeholder","Placeholder","Recursive","Text","Token","TokenList","args","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","formatter","from","from","from","from","from","from","into","into","into","into","into","into","key","name","name","parse_full","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","val","vzip","vzip","vzip","vzip","vzip","vzip","Gibi","Giga","Kibi","Kilo","Mebi","Mega","Micro","Milli","Nano","One","OneButBinary","Prefix","Tebi","Tera","apply","borrow","borrow_mut","clone","clone_into","cmp","compare","eng","eng_binary","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_str","into","is_binary","max","max_available","min_available","partial_cmp","to_owned","to_string","try_from","try_into","type_id","vzip","manage_widgets_updates","FormatTemplate","Icon","Placeholder","Recursive","Text","Token","TokenList","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","contains_key","default","fmt","fmt","fmt","from","from","from","from_str","init_intervals","into","into","into","null_value","render","render","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","formatter","name","name","Bits","Bytes","Degrees","Hertz","None","Percents","Seconds","Unit","Watts","borrow","borrow_mut","clamp_prefix","clone","clone_into","convert","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_str","into","to_owned","to_string","try_from","try_into","type_id","vzip","Datetime","Flag","Icon","IntoF64","Number","Text","Value","ValueInner","bits","borrow","borrow","borrow_mut","borrow_mut","bytes","clone","clone","clone_into","clone_into","datetime","default_formatter","degrees","flag","fmt","fmt","from","from","hertz","icon","icon_progression","icon_progression_bound","inner","into","into","into_f64","italic","metadata","new","number","number_unit","percents","seconds","text","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","underline","vzip","vzip","watts","with_instance","unit","val","Icon","Icons","Progression","Single","apply_overrides","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","fmt","fmt","from","from","from","from","from_file","get","into","into","null_value","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","i3bar_block","i3bar_event","init","Center","I3BarBlock","I3BarBlockAlign","I3BarBlockMinWidth","Left","Pixels","Right","Text","align","background","border","border_bottom","border_left","border_right","border_top","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","color","default","fmt","fmt","fmt","from","from","from","full_text","instance","into","into","into","markup","min_width","name","null_value","separator","separator_block_width","serialize","serialize","serialize","short_text","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","urgent","vzip","vzip","vzip","I3BarEvent","borrow","borrow_mut","button","clone","clone_into","eq","equivalent","equivalent","equivalent","equivalent","events_stream","fmt","from","id","instance","into","to_owned","try_from","try_into","type_id","vzip","Color","ColorOrLink","Link","Theme","ThemeOverrides","ThemeUserConfig","alternating_tint_bg","alternating_tint_bg","alternating_tint_fg","alternating_tint_fg","apply_overrides","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","color","critical_bg","critical_bg","critical_fg","critical_fg","default","default","default","deserialize","deserialize","deserialize","deserialize","end_separator","end_separator","fmt","fmt","fmt","from","from","from","from","get_colors","good_bg","good_bg","good_fg","good_fg","idle_bg","idle_bg","idle_fg","idle_fg","info_bg","info_bg","info_fg","info_fg","into","into","into","into","null_value","null_value","null_value","overrides","separator","separator","separator","separator_bg","separator_bg","separator_fg","separator_fg","theme","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","warning_bg","warning_bg","warning_fg","warning_fg","link","Auto","Color","Hsva","Hsva","None","Rgba","Rgba","a","a","add","add","add","approx","b","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","default","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from","from_hex","from_str","g","h","into","into","into","new","new","null_value","null_value","null_value","r","s","serialize","skip_ser","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","v","vzip","vzip","vzip","Custom","Native","Separator","borrow","borrow_mut","clone","clone_into","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_str","into","null_value","to_owned","try_from","try_into","type_id","vzip","country_flag_from_iso_code","default","deserialize_toml_file","find_file","format_bar_graph","has_command","map","new_dbus_connection","new_system_dbus_connection","read_file","Critical","Good","Idle","Info","State","Warning","Widget","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","get_data","intervals","into","into","new","null_value","null_value","set_format","set_text","set_values","state","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with_format","with_state","with_text"],"q":[[0,"i3status_rs"],[60,"i3status_rs::blocks"],[178,"i3status_rs::blocks::amd_gpu"],[196,"i3status_rs::blocks::apt"],[217,"i3status_rs::blocks::backlight"],[242,"i3status_rs::blocks::battery"],[288,"i3status_rs::blocks::bluetooth"],[433,"i3status_rs::blocks::cpu"],[450,"i3status_rs::blocks::custom"],[473,"i3status_rs::blocks::custom_dbus"],[487,"i3status_rs::blocks::disk_space"],[528,"i3status_rs::blocks::dnf"],[548,"i3status_rs::blocks::docker"],[565,"i3status_rs::blocks::external_ip"],[583,"i3status_rs::blocks::focused_window"],[615,"i3status_rs::blocks::github"],[637,"i3status_rs::blocks::hueshift"],[745,"i3status_rs::blocks::kdeconnect"],[1261,"i3status_rs::blocks::keyboard_layout"],[1300,"i3status_rs::blocks::load"],[1319,"i3status_rs::blocks::maildir"],[1356,"i3status_rs::blocks::memory"],[1377,"i3status_rs::blocks::menu"],[1408,"i3status_rs::blocks::music"],[1446,"i3status_rs::blocks::net"],[1466,"i3status_rs::blocks::notify"],[1775,"i3status_rs::blocks::notmuch"],[1797,"i3status_rs::blocks::nvidia_gpu"],[1818,"i3status_rs::blocks::pacman"],[1839,"i3status_rs::blocks::pomodoro"],[1858,"i3status_rs::blocks::rofication"],[1875,"i3status_rs::blocks::service_status"],[1965,"i3status_rs::blocks::sound"],[2036,"i3status_rs::blocks::speedtest"],[2052,"i3status_rs::blocks::taskwarrior"],[2092,"i3status_rs::blocks::tea_timer"],[2109,"i3status_rs::blocks::temperature"],[2157,"i3status_rs::blocks::time"],[2190,"i3status_rs::blocks::toggle"],[2209,"i3status_rs::blocks::uptime"],[2225,"i3status_rs::blocks::vpn"],[2260,"i3status_rs::blocks::watson"],[2279,"i3status_rs::blocks::weather"],[2311,"i3status_rs::blocks::weather::met_no"],[2322,"i3status_rs::blocks::weather::open_weather_map"],[2333,"i3status_rs::blocks::xrandr"],[2350,"i3status_rs::click"],[2425,"i3status_rs::config"],[2500,"i3status_rs::errors"],[2606,"i3status_rs::escape"],[2612,"i3status_rs::formatting"],[2680,"i3status_rs::formatting::config"],[2703,"i3status_rs::formatting::formatter"],[2789,"i3status_rs::formatting::parse"],[2890,"i3status_rs::formatting::prefix"],[2934,"i3status_rs::formatting::scheduling"],[2935,"i3status_rs::formatting::template"],[2979,"i3status_rs::formatting::template::Token"],[2982,"i3status_rs::formatting::unit"],[3013,"i3status_rs::formatting::value"],[3069,"i3status_rs::formatting::value::ValueInner"],[3071,"i3status_rs::icons"],[3108,"i3status_rs::protocol"],[3111,"i3status_rs::protocol::i3bar_block"],[3177,"i3status_rs::protocol::i3bar_event"],[3199,"i3status_rs::themes"],[3298,"i3status_rs::themes::ColorOrLink"],[3299,"i3status_rs::themes::color"],[3376,"i3status_rs::themes::separator"],[3400,"i3status_rs::util"],[3410,"i3status_rs::widget"]],"d":["","","A feature-rich and resource-friendly replacement for …","","","The maximum number of blocking threads spawned by tokio","The collection of blocks","","","","","","","","","","","Sets a TOML config file","","","Simple json escaping","","","Formatting system","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Example","Ignore any attempts by i3 to pause the bar when …","","Do not send the init sequence","","","","","","","","","","","","","","","","","","","","","","","","","","","","Display the stats of your AMD GPU","","Pending updates available for your Debian/Ubuntu based …","","The brightness of a backlight device","","Information about the internal power supply","","Monitor Bluetooth device","","","","","","","","CPU statistics","","The output of a custom shell command","","A block controlled by the DBus","","","Disk usage statistics","","Pending updates available for your Fedora system","","Local docker daemon status","","External IP address and various information about it","","","Currently focused window","","Returns the argument unchanged.","Returns the argument unchanged.","","The number of GitHub notifications","","Hides the block. Send new widget to make it visible again.","Manage display temperature","","Calls U::from(self).","Calls U::from(self).","KDEConnect indicator","","Keyboard layout indicator","","System load average","","Unread mail. Only supports maildir format.","","Memory and swap usage","","A custom menu","","The current song title and artist","","","Network information","","Display and toggle the state of notifications daemon","","Count of notmuch messages","","Display the stats of your NVidia GPU","","Pending updates available on pacman or an AUR helper.","","A pomodoro timer","","The number of pending notifications in rofication-daemon","","","Display the status of a service","","","Sends the error to be displayed.","Sends the widget to be displayed.","Volume level","","Ping, download, and upload speeds","","The number of tasks from the taskwarrior list","","Timer","","The system temperature","","The current time.","","","A Toggle block","","","","","","","","System’s uptime","","Shows the current connection status for VPN networks","","","","","Watson statistics","","Current weather","","X11 screen information","","","","","Return …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Return BatteryDriver::Sysfs","Return …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the Connected property, or None if …","Get the cached value of the Connected property, or None if …","Get the cached value of the Icon property, or None if the …","Get the cached value of the Icon property, or None if the …","Get the cached value of the Name property, or None if the …","Get the cached value of the Name property, or None if the …","Get the cached value of the Percentage property, or None …","Get the cached value of the Percentage property, or None …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","Create a stream for the Connected property changes. This …","Create a stream for the Connected property changes. This …","Create a stream for the Icon property changes. This is a …","Create a stream for the Icon property changes. This is a …","Create a stream for the Name property changes. This is a …","Create a stream for the Name property changes. This is a …","Create a stream for the Percentage property changes. This …","Create a stream for the Percentage property changes. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Return …","Return InfoType::Available","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Return Driver::Auto","Return …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Brightness property","Brightness property","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the Brightness property, or None …","Get the cached value of the Brightness property, or None …","Get the cached value of the Temperature property, or None …","Get the cached value of the Temperature property, or None …","","","","","","","","","Return …","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","Create a stream for the Brightness property changes. This …","Create a stream for the Brightness property changes. This …","Create a stream for the Temperature property changes. This …","Create a stream for the Temperature property changes. This …","","","","","","","","","","","Temperature property","Temperature property","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A allNotificationsRemoved signal.","A Iterator implementation that yields …","A Stream implementation that yields allNotificationsRemoved…","Retrieve the signal arguments.","Retrieve the signal arguments.","Retrieve the signal arguments.","Retrieve the signal arguments.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the isReachable property, or None …","Get the cached value of the isReachable property, or None …","Get the cached value of the name property, or None if the …","Get the cached value of the name property, or None if the …","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Try to construct a allNotificationsRemoved from a …","Try to construct a notificationPosted from a …","Try to construct a notificationRemoved from a …","Try to construct a reachableChanged from a ::zbus::Message…","Try to construct a nameChanged from a ::zbus::Message.","","","","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","","","","","","","","","","","","","","","A nameChanged signal.","nameChanged signal arguments.","A Iterator implementation that yields nameChanged signals.","A Stream implementation that yields nameChanged signals.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","","","","A notificationPosted signal.","notificationPosted signal arguments.","A Iterator implementation that yields notificationPosted …","A Stream implementation that yields notificationPosted …","A notificationRemoved signal.","notificationRemoved signal arguments.","A Iterator implementation that yields notificationRemoved …","A Stream implementation that yields notificationRemoved …","","","","","","","","","","","","","","A reachableChanged signal.","reachableChanged signal arguments.","A Iterator implementation that yields reachableChanged …","A Stream implementation that yields reachableChanged …","Create a stream that receives allNotificationsRemoved …","Create a stream that receives allNotificationsRemoved …","Create a stream for the isReachable property changes. This …","Create a stream for the isReachable property changes. This …","Create a stream for the name property changes. This is a …","Create a stream for the name property changes. This is a …","Create a stream that receives nameChanged signals.","Create a stream that receives nameChanged signals.","Create a stream that receives nameChanged signals.","Create a stream that receives nameChanged signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives reachableChanged signals.","Create a stream that receives reachableChanged signals.","Create a stream that receives reachableChanged signals.","Create a stream that receives reachableChanged signals.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return KeyboardLayoutDriver::SetXkbMap","Return …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Return PlayerName::Multiple(Default::default())","Return …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","A Subscribe signal.","Subscribe signal arguments.","A Iterator implementation that yields Subscribe signals.","A Stream implementation that yields Subscribe signals.","A SubscribeV2 signal.","SubscribeV2 signal arguments.","A Iterator implementation that yields SubscribeV2 signals.","A Stream implementation that yields SubscribeV2 signals.","","","","Retrieve the signal arguments.","Retrieve the signal arguments.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the displayedLength property, or …","Get the cached value of the displayedLength property, or …","Get the cached value of the paused property, or None if …","Get the cached value of the paused property, or None if …","Get the cached value of the waitingLength property, or None…","Get the cached value of the waitingLength property, or None…","","","","","","","","","","","","","","","","","","","","","Return DriverType::Dunst","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Try to construct a Subscribe from a ::zbus::Message.","Try to construct a SubscribeV2 from a ::zbus::Message.","","","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","","","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","","","","","","","","","","","","","Create a stream for the displayedLength property changes. …","Create a stream for the displayedLength property changes. …","Create a stream for the paused property changes. This is a …","Create a stream for the paused property changes. This is a …","Create a stream that receives Subscribe signals.","Create a stream that receives Subscribe signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives Subscribe signals.","Create a stream that receives Subscribe signals.","Create a stream for the waitingLength property changes. …","Create a stream for the waitingLength property changes. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the ActiveState property, or None …","Get the cached value of the ActiveState property, or None …","","","","","Return DriverType::Systemd","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","Create a stream for the ActiveState property changes. This …","Create a stream for the ActiveState property changes. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return DeviceKind::Sink","Return SoundDriver::Auto","Return …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Return TemperatureScale::Celsius","Return …","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","Return …","Return DriverType::Nordvpn","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","Can be one of left, middle, right, up, down, forward, back …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","Return …","Return …","","","","","The maximum delay (ms) between two clicks that are …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Set to true to invert mouse wheel direction","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error type","A set of errors that can occur during the runtime","","","","","Result type returned from functions that can have our Error…","","Error is a trait representing the basic expectations for …","","","","","","","","","","","","","","","","","","","Attempts to downcast the box to a concrete type.","Attempts to downcast the box to a concrete type.","Attempts to downcast the box to a concrete type.","Forwards to the method defined on the type dyn Error.","Forwards to the method defined on the type dyn Error.","Returns some mutable reference to the inner value if it is …","Returns some reference to the inner value if it is of type …","Forwards to the method defined on the type dyn Error.","Forwards to the method defined on the type dyn Error.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Forwards to the method defined on the type dyn Error.","Forwards to the method defined on the type dyn Error.","Returns true if the inner type is the same as T.","","","","","","","","","","Provides type based access to context intended for error …","","","","","","Request a reference of type T as context about this error.","Request a reference of type T as context about this error.","Request a reference of type T as context about this error.","Request a value of type T as context about this error.","Request a value of type T as context about this error.","Request a value of type T as context about this error.","","","The lower-level source of this error, if any.","Returns an iterator starting with the current error and …","","","","","","","","","","","","","","","","","","","Write escaped version of self to a new buffer","Write escaped version of self to out","Write escaped version of self to a new buffer","Write escaped version of self to out","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Gi","G","Ki","K","Mi","M","u","m","n","1","1i 1i is a special prefix which means “one but binary”…","SI prefix","Ti","T","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","b","B","deg","Hz","``","%","s","","W","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Represent block as described in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","This project uses instance field to uniquely identify each …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","This project uses name field to uniquely identify each “…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An HSVA color (hue, saturation, value, alpha).","","","An RGBA color (red, green, blue, alpha).","","","","","","","","","","","","","","","","","","","","","","","Return Color::None","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Create a new RGBA color from the hex value.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Create a new RGBA color.","Create a new HSVA color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return Separator::Native","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Convert 2 letter country code to Unicode","A shorcut for Default::default() See …","","Tries to find a file in standard locations:","","","Example","","","","","","","","State of the widget. Affects the theming.","","","","","","","","","","","","Return State::Idle","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Construct I3BarBlock from this widget","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,2,2,2,0,12,2,5,12,2,5,0,2,2,0,2,0,0,0,2,5,0,12,2,5,2,2,2,0,12,2,5,0,2,12,2,0,12,0,12,0,0,12,2,5,12,2,5,12,2,5,2,2,0,12,2,5,0,0,0,0,0,18,0,18,0,18,0,18,0,18,0,18,18,16,18,16,16,16,0,18,0,18,0,18,18,0,18,0,18,0,18,0,18,18,0,18,18,16,16,0,18,16,0,18,18,16,0,18,0,18,0,18,0,18,0,18,0,18,0,18,18,0,18,0,18,0,18,0,18,0,18,0,18,0,18,18,0,18,16,16,16,0,18,0,18,0,18,0,18,0,18,0,18,16,0,18,18,16,18,16,18,16,0,18,0,18,18,16,16,0,18,0,18,0,18,0,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,27,27,27,27,27,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,28,28,28,28,28,29,0,0,29,29,29,30,29,30,30,30,29,30,29,30,30,30,30,30,29,30,30,29,30,30,30,30,30,30,29,30,30,30,30,29,30,0,29,30,29,30,29,30,29,30,30,0,0,0,0,0,43,31,33,35,36,31,33,35,36,43,31,33,35,36,43,31,33,35,36,43,31,33,35,36,31,33,31,33,31,33,35,36,31,33,35,36,31,33,35,36,31,33,31,33,31,33,35,36,31,33,35,36,43,31,33,43,31,33,35,36,31,33,35,36,43,43,31,31,33,33,35,35,36,36,43,31,33,31,33,35,36,31,33,35,36,43,31,33,35,36,43,31,33,31,33,35,36,35,36,31,33,31,33,31,33,35,36,0,31,33,35,36,31,33,35,36,31,33,35,36,31,33,35,36,43,31,33,35,36,43,31,33,35,36,43,31,33,35,36,43,0,50,50,50,50,50,50,50,50,50,50,50,0,50,50,50,50,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,51,51,51,51,51,51,0,52,52,52,52,52,52,52,52,0,52,52,52,52,53,0,53,0,53,54,54,54,53,54,53,53,53,54,53,54,53,54,53,54,54,54,53,54,54,54,53,54,53,54,0,53,54,53,54,53,54,53,54,53,54,0,55,55,55,55,55,55,55,55,55,55,55,55,55,0,55,55,55,55,55,0,56,56,56,56,56,56,56,56,56,56,0,56,56,56,56,56,0,57,57,57,57,57,57,57,57,57,57,0,57,57,57,57,57,57,58,0,0,58,58,58,59,58,59,58,59,58,59,59,58,59,59,58,59,58,59,58,59,0,58,59,58,59,58,59,58,59,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,0,60,60,60,60,60,60,0,64,0,64,64,64,64,0,0,64,61,62,61,62,61,62,64,65,61,62,64,65,61,62,61,62,61,62,61,62,65,61,62,64,61,62,64,65,65,61,62,61,62,64,65,61,62,61,62,64,65,65,61,61,62,62,64,65,65,61,62,65,61,62,64,65,61,62,65,65,61,62,65,61,62,61,62,0,61,62,61,62,61,62,61,62,65,61,62,61,62,64,61,62,64,65,61,62,64,65,61,62,64,65,61,62,64,65,0,0,0,0,0,0,0,67,69,0,0,0,70,72,74,76,67,69,78,79,80,81,67,69,82,82,70,70,72,72,78,79,74,74,76,76,80,81,85,89,90,91,92,93,93,93,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,67,69,78,79,80,81,78,79,78,79,67,69,82,70,72,78,79,74,76,80,81,67,69,82,70,72,78,79,74,76,80,81,93,67,94,95,96,69,85,82,89,70,90,72,78,97,98,79,91,74,92,76,80,81,67,94,95,96,69,85,89,90,78,97,98,79,91,92,80,81,93,93,80,81,67,69,78,79,80,81,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,93,71,73,67,67,94,95,96,69,69,85,82,89,70,90,72,75,77,78,78,97,98,79,79,91,74,92,76,80,80,81,81,93,82,70,72,74,76,93,71,73,71,73,67,94,95,96,69,85,89,90,78,97,98,79,91,92,80,81,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,67,94,95,96,69,85,89,90,78,97,98,79,91,92,80,81,94,95,96,97,98,78,79,85,89,90,91,92,77,78,79,77,0,0,0,0,67,69,78,79,80,81,94,95,96,97,98,0,0,0,0,0,0,0,0,93,85,89,90,91,92,85,89,90,91,92,75,75,0,0,0,0,67,69,78,79,78,79,78,79,78,79,67,69,67,69,67,69,67,69,78,79,78,79,0,67,69,78,79,80,81,67,69,78,79,80,81,67,69,82,70,72,78,79,74,76,80,81,71,71,73,73,67,94,95,96,69,85,82,89,70,90,72,75,75,77,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,0,105,0,105,105,105,105,106,105,106,105,105,105,106,105,106,106,105,106,106,105,106,106,105,106,106,105,106,0,106,105,105,106,105,106,105,106,105,106,0,107,107,107,107,107,107,107,107,107,107,107,107,0,107,107,107,107,107,108,0,108,0,108,108,109,108,109,108,108,109,108,109,109,108,109,109,108,109,109,109,108,109,109,0,109,109,108,108,109,108,109,108,109,108,109,0,110,110,110,110,110,110,110,110,110,110,110,110,110,0,110,110,110,110,110,110,0,0,111,112,111,112,111,111,111,111,111,112,111,111,112,111,112,111,112,112,0,112,111,111,112,111,112,111,112,111,112,0,113,0,113,113,114,113,114,113,113,113,114,113,114,113,114,114,113,114,114,113,114,113,114,114,0,114,114,113,113,114,113,114,113,114,114,113,114,0,115,115,115,115,115,115,115,115,115,115,115,115,115,115,0,115,115,115,115,0,0,127,0,0,0,0,0,0,0,0,0,0,127,0,0,116,118,120,121,122,123,120,121,116,116,118,118,122,123,124,125,117,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,120,121,122,123,122,123,122,123,122,123,117,119,117,119,120,121,116,118,122,123,120,121,116,118,122,123,117,119,117,119,127,128,120,129,130,121,124,116,125,118,122,123,120,129,130,121,124,125,122,123,127,128,122,123,117,119,117,119,128,120,121,122,123,117,119,120,129,130,121,124,116,125,118,122,123,127,128,128,117,119,120,120,129,130,121,121,124,116,125,118,122,122,123,123,127,128,116,118,120,121,119,119,120,129,130,121,124,125,122,123,117,119,120,129,130,121,124,116,125,118,122,123,127,128,120,129,130,121,124,125,122,123,129,130,124,125,120,121,122,123,129,130,120,121,122,123,127,128,122,123,124,125,124,125,122,123,122,123,120,121,120,121,120,121,120,121,122,123,0,120,121,122,123,120,121,122,123,120,121,122,123,120,121,116,118,122,123,120,121,117,117,119,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,122,123,0,131,131,131,131,131,131,131,131,131,131,131,131,0,131,131,131,131,131,131,131,131,0,132,132,132,132,132,132,132,132,132,132,132,132,132,132,0,132,132,132,132,132,0,133,133,133,133,133,133,133,133,133,133,133,133,133,133,0,133,133,133,133,133,0,134,134,134,134,134,134,134,134,134,134,134,134,134,0,134,134,134,134,0,135,135,135,135,135,135,135,135,135,135,0,135,135,135,135,135,0,0,138,0,0,139,136,137,139,136,137,136,137,136,137,138,139,136,137,138,139,136,137,136,137,136,137,136,137,138,139,136,137,136,137,138,139,139,136,137,136,137,138,139,136,136,137,137,138,139,139,139,136,137,136,137,138,139,136,137,136,137,138,139,136,137,0,136,137,139,136,137,136,137,136,137,138,139,136,137,138,139,136,137,138,139,136,137,138,139,141,141,0,0,141,140,0,140,142,140,141,142,140,141,142,140,141,140,141,140,141,142,140,140,141,142,142,142,142,140,140,140,140,140,140,141,142,142,140,141,142,140,142,140,141,142,142,142,142,142,142,140,141,142,0,142,142,140,141,140,141,142,140,141,142,140,141,142,140,141,142,0,145,145,145,145,145,145,145,145,145,145,0,145,145,145,145,0,0,146,147,146,147,146,146,147,147,146,147,146,147,146,147,146,147,147,147,147,146,147,147,146,147,146,146,147,0,146,146,147,146,147,146,147,146,147,147,0,148,148,148,148,148,148,148,148,148,148,148,0,148,148,148,148,149,0,149,0,149,150,149,150,150,149,149,149,150,149,150,149,149,149,149,149,149,150,150,150,149,150,149,150,150,150,150,150,149,150,149,150,0,150,149,149,150,149,150,149,150,149,150,150,0,0,151,151,151,152,151,152,151,151,152,151,152,151,152,152,151,152,152,151,152,152,0,152,151,151,152,151,152,151,152,151,152,0,153,153,153,153,153,153,153,153,153,153,153,153,153,0,153,153,153,153,0,154,154,154,154,154,154,154,154,154,154,0,154,154,154,154,0,0,156,156,155,156,155,156,155,156,155,156,155,155,156,155,155,155,156,155,155,156,155,156,0,155,155,155,156,155,156,155,156,155,156,0,157,157,157,157,0,157,157,157,157,157,157,0,157,157,157,157,157,157,0,160,160,0,161,161,160,161,160,161,160,161,160,161,161,160,161,161,160,161,0,0,0,161,160,161,160,161,160,161,160,161,0,162,162,162,162,162,162,162,162,162,162,0,163,163,163,163,163,163,163,163,163,163,0,164,164,164,164,164,164,164,164,164,164,0,164,164,164,164,164,165,0,0,165,165,165,165,0,0,165,165,165,165,166,165,166,167,168,165,166,167,168,165,166,167,168,165,166,167,168,167,165,167,168,165,165,165,165,165,165,166,167,168,165,166,167,168,167,165,165,166,167,168,167,165,166,167,168,165,166,167,168,165,166,167,168,165,166,167,168,166,165,166,167,168,0,0,0,0,11,11,170,14,171,11,170,14,171,171,170,170,14,14,11,170,171,11,170,14,171,11,11,171,11,171,171,11,170,14,171,11,170,14,171,170,170,170,171,171,171,11,170,14,171,11,171,11,170,171,11,171,170,171,170,11,170,14,171,11,170,14,171,11,170,14,171,11,170,14,171,0,173,0,0,173,0,0,173,0,0,0,0,24,177,24,173,177,24,173,172,24,24,173,24,173,243,244,13,172,172,172,172,172,172,172,172,172,172,173,173,173,173,173,243,244,13,177,177,24,24,173,243,13,177,24,173,245,13,24,177,24,173,172,172,172,24,24,24,24,243,244,13,244,177,172,24,172,172,172,172,172,172,172,172,172,172,246,13,172,172,24,173,177,24,177,24,173,177,24,173,177,24,173,177,24,173,0,0,247,247,248,248,0,0,0,0,189,190,191,189,190,191,189,190,191,189,190,191,0,189,190,191,191,191,191,191,191,189,190,191,190,0,189,190,190,191,191,189,189,190,191,191,191,190,190,191,0,0,189,0,0,190,189,190,191,189,190,191,189,190,191,189,190,191,191,0,0,189,190,191,0,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,0,0,0,0,0,0,0,0,0,0,0,0,195,196,197,198,199,200,201,195,196,197,198,199,200,201,195,196,197,198,199,200,201,205,195,196,197,198,199,200,201,195,196,197,198,199,200,201,205,195,195,196,197,198,199,200,201,0,195,196,197,198,199,200,201,195,196,197,198,199,200,201,195,196,197,198,199,200,201,195,196,197,198,199,200,201,0,0,0,208,0,208,208,208,0,0,206,204,206,207,208,209,210,204,206,207,208,209,210,204,206,207,208,209,210,204,204,204,204,206,206,206,206,207,207,207,207,208,208,208,208,209,209,209,209,210,210,210,210,204,206,207,208,209,210,207,204,206,207,208,209,210,204,206,207,208,209,210,204,206,207,0,204,206,207,208,209,210,204,206,207,208,209,210,204,206,207,208,209,210,204,204,206,207,208,209,210,211,211,211,211,211,211,211,211,211,211,211,0,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,0,0,215,215,215,215,0,0,213,214,215,213,214,215,213,213,213,214,215,213,214,215,213,213,213,214,215,213,213,214,213,213,214,214,215,215,213,214,215,213,214,215,213,214,215,249,249,250,216,216,216,216,216,216,216,0,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,202,202,202,0,202,202,0,0,218,218,202,218,202,218,218,202,218,202,218,218,218,218,218,202,218,202,218,218,218,218,218,218,202,217,218,218,218,218,218,218,218,218,218,202,218,202,218,202,218,202,202,218,218,202,218,218,251,251,0,0,222,222,221,221,222,221,222,221,222,221,222,221,221,222,221,222,221,222,222,222,221,221,221,222,221,221,222,221,222,221,222,221,222,221,222,0,0,0,226,0,0,0,226,227,226,227,225,225,225,225,225,225,225,225,226,227,225,226,227,225,226,227,225,226,227,225,225,225,226,227,225,226,227,225,225,225,226,227,225,225,225,225,225,225,225,226,227,225,225,226,227,225,226,227,225,226,227,225,226,227,225,225,226,227,0,169,169,169,169,169,169,169,169,169,169,0,169,169,169,169,169,169,169,169,169,169,231,0,231,0,0,0,229,230,229,230,229,229,232,230,231,229,232,230,231,229,230,231,229,230,231,0,229,230,229,230,229,232,230,229,232,230,231,229,230,229,230,231,229,232,230,231,229,229,230,229,230,229,230,229,230,229,230,229,230,229,232,230,231,229,232,230,232,0,229,230,229,230,229,230,232,229,230,231,229,229,232,230,231,229,232,230,231,229,232,230,231,229,232,230,231,229,230,229,230,252,236,0,0,236,236,0,236,234,235,234,235,236,0,234,234,235,236,234,235,236,234,235,236,234,235,236,234,235,236,236,234,235,236,234,234,234,234,234,235,236,234,234,235,235,236,234,236,234,235,234,235,236,234,235,234,235,236,234,235,236,236,234,235,236,234,235,236,234,235,236,234,235,236,235,234,235,236,237,237,0,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,0,0,0,0,0,0,0,0,0,0,233,233,233,233,0,233,0,25,233,25,233,25,233,25,233,25,233,233,233,233,233,233,233,25,233,25,233,25,25,25,233,25,25,233,25,25,25,25,25,233,25,233,25,233,25,233,25,233,25,25,25],"f":[0,0,0,[1,1],[1,1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],0,[[],1],[[],1],0,0,0,0,0,[[2,3],4],[[5,3],4],0,[[]],[[]],[[]],[6,[[8,[2,7]]]],[6,[[8,[2,7]]]],[[],[[10,[9]]]],0,[[]],[[]],[[]],0,0,[11,12],0,0,[12,13],0,[[12,14],13],0,0,[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[2,6],[[8,[7]]]],[[2,6],[[8,[7]]]],0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[16,16],[[]],0,0,0,0,0,0,[17,[[13,[18]]]],0,0,0,0,0,0,0,0,[[18,3],4],0,0,[[]],[[]],[16,[[13,[[20,[19]]]]]],0,0,[16,13],0,0,[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[18,21],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[18,16],22],0,0,[[16,23],13],[[16,24],13],[[16,25],13],0,0,0,0,0,0,0,0,0,0,0,0,[[]],0,0,[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],0,0,0,0,[[]],[[]],[16],0,0,0,0,0,0,0,[[]],[[]],[[],26],[17,[[8,[26]]]],0,[[26,3],4],0,0,[[]],0,[[]],[[]],[[26,16],13],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],0,[[],27],[17,[[8,[27]]]],[[27,3],4],0,0,0,[[]],0,0,[[]],[[]],[[27,16],13],[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],0,0,0,[[],28],[17,[[8,[28]]]],0,[[28,3],4],0,[[]],[[]],0,0,0,0,[[]],0,[[28,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],0,0,[[],29],[[],30],[17,[[8,[29]]]],[17,[[8,[30]]]],0,0,0,0,[[29,3],4],[[30,3],4],0,[[]],[[]],0,0,0,0,0,[[]],[[]],0,0,0,[[]],[[]],[[30,16],13],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,0,0,0,0,0,[31,32],[33,34],[35,32],[36,34],[31,32],[33,34],[35,32],[36,34],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[31]]]],[39,[[40,[33]]]],[37,[[38,[35]]]],[39,[[40,[36]]]],[31,[[8,[10]]]],[33,[[8,[10]]]],[31,[[8,[10]]]],[33,[[8,[10]]]],[31,[[8,[10]]]],[33,[[8,[10]]]],[35,[[8,[10]]]],[36,[[8,[10]]]],[31,31],[33,33],[35,35],[36,36],[[]],[[]],[[]],[[]],[31,41],[33,41],[31,[[41,[42]]]],[33,[[41,[42]]]],[31],[33],[35],[36],[31],[33],[35],[36],[17,[[8,[43]]]],[31,41],[33,41],0,[[],44],[[],44],[[],44],[[],44],[[31,3],4],[[33,3],4],[[35,3],4],[[36,3],4],[[43,3],4],0,[34,31],[[]],[[]],[34,33],[34,35],[[]],[[]],[34,36],[[]],[31,[[41,[45]]]],[33,[[41,[45]]]],[31,32],[33,34],[35,32],[36,34],[[]],[[]],[[]],[[]],[[]],[31,32],[33,34],[35,32],[36,34],0,[31,[[41,[45]]]],[33,[[41,[45]]]],[37,[[41,[31]]]],[39,[[41,[33]]]],[37,[[41,[35]]]],[39,[[41,[36]]]],[35,[[41,[46]]]],[36,[[41,[46]]]],[31,47],[33,48],[31,47],[33,48],[31,47],[33,48],[35,47],[36,48],[[43,16],13],[[31,49],8],[[33,49],8],[[35,49],8],[[36,49],8],[[],44],[[],44],[[],44],[[],44],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[],50],[17,[[8,[50]]]],[[50,3],4],0,0,[[]],0,[[]],[[]],[[50,16],13],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],0,0,[[],51],[17,[[8,[51]]]],[[51,3],4],0,[[]],0,0,[[]],0,[[]],0,[[51,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],[17,[[8,[52]]]],[[52,3],4],0,[[]],[[]],0,[[52,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[53,53],[[]],[[],54],[[],53],[17,[[8,[54]]]],[17,[[8,[53]]]],[[54,3],4],[[53,3],4],0,0,[[]],[[]],0,0,[[]],[[]],[[]],[[]],0,[[54,16],13],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,[[]],[[]],0,[[],55],[17,[[8,[55]]]],[[55,3],4],0,0,0,[[]],0,[[]],[[]],[[55,16],13],[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],[[],56],[17,[[8,[56]]]],[[56,3],4],0,[[]],0,[[]],[[]],[[56,16],13],0,[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],57],[17,[[8,[57]]]],[[57,3],4],0,[[]],0,[[]],[[]],[[57,16],13],[[],8],[[],8],[[],15],0,[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[],58],[[],59],[17,[[8,[58]]]],[17,[[8,[59]]]],0,[[58,3],4],[[59,3],4],0,[[]],[[]],[[]],[[]],[[]],[[]],[[59,16],13],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,[[],60],[17,[[8,[60]]]],[[60,3],4],0,[[]],0,0,0,0,[[]],[[]],[[60,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,0,[61,32],[62,34],[61,32],[62,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[61,[[41,[63]]]],[62,[[41,[63]]]],[37,[[38,[61]]]],[39,[[40,[62]]]],[61,[[8,[10]]]],[62,[[8,[10]]]],[61,[[8,[10]]]],[62,[[8,[10]]]],0,[61,61],[62,62],[64,64],[[]],[[]],[[]],0,[[],65],[61],[62],[61],[62],[17,[[8,[64]]]],[17,[[8,[65]]]],[[],44],[[],44],[[61,3],4],[[62,3],4],[[64,3],4],[[65,3],4],0,[34,61],[[]],[[]],[34,62],[[]],[[]],0,[61,32],[62,34],0,[[]],[[]],[[]],[[]],[61,32],[62,34],0,0,[37,[[41,[61]]]],[39,[[41,[62]]]],[[]],[61,47],[62,48],[61,47],[62,48],[[65,16],13],[[61,49],8],[[62,49],8],[[61,63],41],[[62,63],41],[[61,66],41],[[62,66],41],[[],44],[[],44],0,[61,[[41,[66]]]],[62,[[41,[66]]]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[67,[[41,[[68,[45]]]]]],[69,[[41,[[68,[45]]]]]],0,0,0,[70,[[41,[71]]]],[72,[[41,[73]]]],[74,[[41,[75]]]],[76,[[41,[77]]]],[67,32],[69,34],[78,32],[79,34],[80,32],[81,34],[67,32],[69,34],[82,[[84,[83]]]],[82,83],[70,83],[70,[[84,[83]]]],[72,83],[72,[[84,[83]]]],[78,32],[79,34],[74,[[84,[83]]]],[74,83],[76,[[84,[83]]]],[76,83],[80,32],[81,34],[85,[[88,[[87,[86]]]]]],[89,[[88,[[87,[86]]]]]],[90,[[88,[[87,[86]]]]]],[91,[[88,[[87,[86]]]]]],[92,[[88,[[87,[86]]]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[67]]]],[39,[[40,[69]]]],[37,[[38,[78]]]],[39,[[40,[79]]]],[37,[[38,[80]]]],[39,[[40,[81]]]],[78,[[8,[10]]]],[79,[[8,[10]]]],[78,[[8,[10]]]],[79,[[8,[10]]]],[67,67],[69,69],[82,82],[70,70],[72,72],[78,78],[79,79],[74,74],[76,76],[80,80],[81,81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],93],[67],[94],[95],[96],[69],[85],[82,83],[89],[70,83],[90],[72,83],[78],[97],[98],[79],[91],[74,83],[92],[76,83],[80],[81],[67],[94],[95],[96],[69],[85],[89],[90],[78],[97],[98],[79],[91],[92],[80],[81],[17,[[8,[93]]]],0,[80,[[41,[[68,[45]]]]]],[81,[[41,[[68,[45]]]]]],[[],44],[[],44],[[],44],[[],44],[[],44],[[],44],[[71,3],4],[[73,3],4],[[67,3],4],[[94,3],4],[[95,3],4],[[96,3],4],[[69,3],4],[[85,3],4],[[82,3],4],[[89,3],4],[[70,3],4],[[90,3],4],[[72,3],4],[[75,3],4],[[77,3],4],[[78,3],4],[[97,3],4],[[98,3],4],[[79,3],4],[[91,3],4],[[74,3],4],[[92,3],4],[[76,3],4],[[80,3],4],[[81,3],4],[[93,3],4],0,[[]],[[]],[34,67],[[]],[[]],[[]],[[]],[34,69],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[34,78],[[]],[[]],[[]],[34,79],[[]],[[]],[[]],[[]],[34,80],[[]],[34,81],[[]],[[]],[[[99,[[84,[83]]]]],[[10,[82]]]],[[[99,[[84,[83]]]]],[[10,[70]]]],[[[99,[[84,[83]]]]],[[10,[72]]]],[[[99,[[84,[83]]]]],[[10,[74]]]],[[[99,[[84,[83]]]]],[[10,[76]]]],0,[71,21],[73,21],0,0,[67,32],[94,100],[95,100],[96,100],[69,34],[85,101],[89,101],[90,101],[78,32],[97,100],[98,100],[79,34],[91,101],[92,101],[80,32],[81,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[67,32],[94,100],[95,100],[96,100],[69,34],[85,101],[89,101],[90,101],[78,32],[97,100],[98,100],[79,34],[91,101],[92,101],[80,32],[81,34],[[]],[[]],[[]],[[]],[[]],[78,[[41,[42]]]],[79,[[41,[42]]]],[85,42],[89,42],[90,42],[91,42],[92,42],[77,21],[78,[[41,[45]]]],[79,[[41,[45]]]],0,0,0,0,0,[37,[[41,[67]]]],[39,[[41,[69]]]],[37,[[41,[78]]]],[39,[[41,[79]]]],[37,[[41,[80]]]],[39,[[41,[81]]]],[94,10],[95,10],[96,10],[97,10],[98,10],0,0,0,0,0,0,0,0,[[]],[[[88,[85]],102],[[103,[10]]]],[[[88,[89]],102],[[103,[10]]]],[[[88,[90]],102],[[103,[10]]]],[[[88,[91]],102],[[103,[10]]]],[[[88,[92]],102],[[103,[10]]]],[[[88,[85]],102,10],[[103,[104]]]],[[[88,[89]],102,10],[[103,[104]]]],[[[88,[90]],102,10],[[103,[104]]]],[[[88,[91]],102,10],[[103,[104]]]],[[[88,[92]],102,10],[[103,[104]]]],[75,42],0,0,0,0,0,[67,[[41,[94]]]],[69,[[41,[85]]]],[78,47],[79,48],[78,47],[79,48],[78,[[41,[98]]]],[79,[[41,[92]]]],[[78,23],[[41,[98]]]],[[79,23],[[41,[92]]]],[67,[[41,[95]]]],[69,[[41,[89]]]],[[67,23],[[41,[95]]]],[[69,23],[[41,[89]]]],[67,[[41,[96]]]],[69,[[41,[90]]]],[[67,23],[[41,[96]]]],[[69,23],[[41,[90]]]],[78,[[41,[97]]]],[79,[[41,[91]]]],[[78,23],[[41,[97]]]],[[79,23],[[41,[91]]]],[[93,16],13],[[67,49],8],[[69,49],8],[[78,49],8],[[79,49],8],[[80,49],8],[[81,49],8],[[],44],[[],44],[[],44],[[],44],[[],44],[[],44],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[83,[[41,[71]]]],[[],8],[83,[[41,[73]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[83,[[41,[75]]]],[83,[[41,[77]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[105,105],[[]],[[],105],[[],106],[17,[[8,[105]]]],[17,[[8,[106]]]],0,[[105,3],4],[[106,3],4],0,[[]],[[]],0,[[]],[[]],0,[[]],[[]],[[106,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,[[],107],[17,[[8,[107]]]],[[107,3],4],0,[[]],0,0,[[]],[[]],[[107,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[108,108],[[]],[[],109],[17,[[8,[108]]]],[17,[[8,[109]]]],0,[[108,3],4],[[109,3],4],0,[[]],[[]],0,0,[[]],[[]],[[]],[[109,16],13],0,0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,0,[[],110],[17,[[8,[110]]]],[[110,3],4],0,0,[[]],0,[[]],[[]],[[110,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,[[]],[[]],[[]],[[]],[111,111],[[]],0,0,[17,[[8,[111]]]],[17,[[8,[112]]]],0,[[111,3],4],[[112,3],4],[[]],[[]],[[]],[[]],0,[[112,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,0,0,[[]],[[]],[[]],[[]],[113,113],[[]],[[],113],[[],114],[17,[[8,[113]]]],[17,[[8,[114]]]],[[113,3],4],[[114,3],4],0,[[]],[[]],0,[[]],[[]],[[]],[[]],0,[[114,16],13],0,0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],0,[[]],[[]],0,[[]],[[]],[[],115],[17,[[8,[115]]]],0,[[115,3],4],0,0,[[]],0,0,[[]],0,[[]],[[115,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[116,[[41,[117]]]],[118,[[41,[119]]]],[120,32],[121,34],[122,32],[123,34],[120,32],[121,34],[116,83],[116,[[84,[83]]]],[118,83],[118,[[84,[83]]]],[122,32],[123,34],[124,[[88,[[87,[86]]]]]],[125,[[88,[[87,[86]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[120]]]],[39,[[40,[121]]]],[37,[[38,[122]]]],[39,[[40,[123]]]],[122,[[8,[10]]]],[123,[[8,[10]]]],[122,[[8,[10]]]],[123,[[8,[10]]]],[122,[[8,[10]]]],[123,[[8,[10]]]],[117,42],[119,42],0,0,[120,120],[121,121],[116,116],[118,118],[122,122],[123,123],[[]],[[]],[[]],[[]],[[]],[[]],[117,126],[119,126],0,0,[[],127],[[],128],[120],[129],[130],[121],[124],[116,83],[125],[118,83],[122],[123],[120],[129],[130],[121],[124],[125],[122],[123],[17,[[8,[127]]]],[17,[[8,[128]]]],[122,[[41,[126]]]],[123,[[41,[126]]]],[117,42],[119,42],0,0,0,[[],44],[[],44],[[],44],[[],44],[[117,3],4],[[119,3],4],[[120,3],4],[[129,3],4],[[130,3],4],[[121,3],4],[[124,3],4],[[116,3],4],[[125,3],4],[[118,3],4],[[122,3],4],[[123,3],4],[[127,3],4],[[128,3],4],0,[[]],[[]],[[]],[34,120],[[]],[[]],[[]],[34,121],[[]],[[]],[[]],[[]],[[]],[34,122],[34,123],[[]],[[]],[[]],[[[99,[[84,[83]]]]],[[10,[116]]]],[[[99,[[84,[83]]]]],[[10,[118]]]],[120,[[41,[42]]]],[121,[[41,[42]]]],[119,42],0,[120,32],[129,100],[130,100],[121,34],[124,101],[125,101],[122,32],[123,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[120,32],[129,100],[130,100],[121,34],[124,101],[125,101],[122,32],[123,34],[[]],[[]],[124,42],[125,42],[37,[[41,[120]]]],[39,[[41,[121]]]],[37,[[41,[122]]]],[39,[[41,[123]]]],[129,10],[130,10],[120,[[41,[126]]]],[121,[[41,[126]]]],[122,41],[123,41],[[]],[[]],[122,[[41,[42]]]],[123,[[41,[42]]]],[[[88,[124]],102],[[103,[10]]]],[[[88,[125]],102],[[103,[10]]]],[[[88,[124]],102,10],[[103,[104]]]],[[[88,[125]],102,10],[[103,[104]]]],[122,47],[123,48],[122,47],[123,48],[120,[[41,[129]]]],[121,[[41,[124]]]],[120,[[41,[130]]]],[121,[[41,[125]]]],[[120,23],[[41,[130]]]],[[121,23],[[41,[125]]]],[[120,23],[[41,[129]]]],[[121,23],[[41,[124]]]],[122,47],[123,48],[[128,16],13],[[120,49],8],[[121,49],8],[[122,49],8],[[123,49],8],[[120,42],41],[[121,42],41],[[122,42],41],[[123,42],41],[[],44],[[],44],[[],44],[[],44],[[]],[[]],[[]],[[]],[[]],[[]],[120,41],[121,41],[83,[[41,[117]]]],[[],8],[83,[[41,[119]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[122,[[41,[126]]]],[123,[[41,[126]]]],0,[[]],[[]],[[],131],[17,[[8,[131]]]],[[131,3],4],0,[[]],0,[[]],0,[[]],0,[[131,16],13],0,0,0,0,[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],132],[17,[[8,[132]]]],[[132,3],4],0,[[]],0,0,0,0,0,[[]],[[]],[[132,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,[[]],[[]],0,[[],133],[17,[[8,[133]]]],[[133,3],4],0,0,0,[[]],0,[[]],[[]],[[133,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,[[]],[[]],0,[[],134],[17,[[8,[134]]]],[[134,3],4],0,[[]],[[]],0,0,[[]],[[134,16],13],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],135],[17,[[8,[135]]]],[[135,3],4],0,[[]],0,[[]],[[]],[[135,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,[136,[[41,[45]]]],[137,[[41,[45]]]],0,[136,32],[137,34],[136,32],[137,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[136]]]],[39,[[40,[137]]]],[136,[[8,[10]]]],[137,[[8,[10]]]],[136,136],[137,137],[[]],[[]],[[],138],[[],139],[136],[137],[136],[137],[17,[[8,[138]]]],[17,[[8,[139]]]],0,[[],44],[[],44],[[136,3],4],[[137,3],4],[[138,3],4],[[139,3],4],[34,136],[[]],[34,137],[[]],[[]],[[]],0,0,[136,32],[137,34],[[]],[[]],[[]],[[]],[136,32],[137,34],[37,[[41,[136]]]],[39,[[41,[137]]]],[[]],[[]],[136,47],[137,48],[[139,16],13],[[136,49],8],[[137,49],8],0,[[],44],[[],44],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[140,140],[141,141],[[]],[[]],[[],140],[[],141],[[],142],[140,[[143,[21]]]],[17,[[8,[140]]]],[17,[[8,[141]]]],[17,[[8,[142]]]],0,0,0,[[140,140],42],[[],42],[[],42],[[],42],[[],42],[[140,3],4],[[141,3],4],[[142,3],4],0,[[]],[[]],[[]],[[140,144]],0,[[]],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[142,16],13],0,0,[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[]],[[]],[[]],0,[[]],[[]],[[],145],[17,[[8,[145]]]],[[145,3],4],0,[[]],0,[[]],[[]],[[145,16],13],[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],[[]],[[]],[146,146],[[]],0,0,[[],146],[[],147],[17,[[8,[146]]]],[17,[[8,[147]]]],0,0,[[146,3],4],[[147,3],4],0,0,0,[[]],[[]],0,[[]],[[]],0,[[]],[[]],[[147,16],13],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,[[]],[[]],[[],148],[17,[[8,[148]]]],0,[[148,3],4],0,[[]],0,[[]],[[]],[[148,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,[[]],[[]],[[]],[[]],0,[149,149],[[]],[[],149],[[],150],[17,[[8,[149]]]],[17,[[8,[150]]]],[[149,149],42],[[],42],[[],42],[[],42],[[],42],[[149,3],4],[[150,3],4],0,0,[[]],[[]],[[149,63],63],0,0,0,0,0,[[]],[[]],[[]],[[]],[[150,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[151,151],[[]],[[],152],[17,[[8,[151]]]],[17,[[8,[152]]]],[[151,3],4],[[152,3],4],0,[[]],[[]],0,[[]],[[]],[[]],[[152,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,0,0,[17,[[8,[153]]]],[[153,3],4],0,[[]],0,0,0,[[]],[[153,16],13],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],154],[17,[[8,[154]]]],[[154,3],4],0,[[]],0,[[]],[[]],[[154,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,[[]],[[]],[[]],[[]],[[],155],[[],156],[17,[[8,[155]]]],[17,[[8,[156]]]],0,[[155,3],4],[[156,3],4],0,0,[[]],[[]],0,[[]],[[]],[[]],[[]],[[155,16],13],0,0,[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],[[],157],[17,[[8,[157]]]],[17,[[13,[[159,[158]]]]]],[[157,3],4],0,[[]],0,[[]],[[]],[[157,16],13],0,0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[17,[[8,[160]]]],[17,[[8,[161]]]],[[160,3],4],[[161,3],4],0,[[]],[[]],0,[[]],[[]],0,0,[[161,16],13],0,[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],[17,[[8,[162]]]],[[162,3],4],[[]],[[]],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[17,[[8,[163]]]],[[163,3],4],[[]],[[]],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],164],[17,[[8,[164]]]],[[164,3],4],0,[[]],0,[[]],[[]],[[164,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[165,165],[166,166],[167,167],[168,168],[[]],[[]],[[]],[[]],[[],167],[17,[[13,[165]]]],[17,[[8,[167]]]],[17,[[8,[168]]]],[[165,165],42],[[],42],[[],42],[[],42],[[],42],[[165,3],4],[[166,3],4],[[167,3],4],[[168,3],4],[[]],[[]],[[]],[[]],[[167,169],[[13,[[10,[166]]]]]],[[165,144]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[170,170],[[]],0,0,[[],11],[[],170],[[],171],[17,[[8,[11]]]],[17,[[8,[170]]]],[17,[[8,[14]]]],[17,[[8,[171]]]],0,0,0,0,0,0,[[11,3],4],[[170,3],4],[[14,3],4],[[171,3],4],[[]],[[]],[[]],[[]],[[170,21,[10,[63]]],[[13,[45]]]],0,0,0,0,0,[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],0,0,0,0,[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[],[[10,[172]]]],0,[24,24],[173,173],[[]],[[]],[[],13],[[],13],[[[13,[[0,[172,174,175]]]]],13],[[],21],[[[87,[172,176]]],[[8,[[87,[172,176]],[87,[172,176]]]]]],[[[87,[172,176]]],[[8,[[87,[172,176]],[87,[172,176]]]]]],[[[87,[172,176]]],[[8,[[87,[172,176]],[87,[172,176]]]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[[173,173],42],[[],42],[[],42],[[],42],[[],42],[[[99,[[143,[21]]]]],13],[[[99,[[143,[21]]]]],13],[[[13,[[0,[172,174,175]]]],[99,[[143,[21]]]]],13],[[177,3],4],[[177,3],4],[[24,3],4],[[24,3],4],[[173,3],4],[[[99,[[143,[21]]]]],13],[[[13,[[0,[172,174,175]]]],[99,[[143,[21]]]]],13],[[]],[[]],[[]],[[21,178]],[[13,21,178],13],[[24,21,178],24],[[]],[[]],[[]],[172,42],[172,42],[172,42],0,0,[[[99,[[143,[21]]]]],24],[[[99,[[143,[21]]]]],24],[179,13],[179,13],[[[13,[[0,[172,174,175]]]],179],13],[179,13],[180],[180],[180],[[172,181,182]],[[172,181,182]],[[172,181,182]],[[172,181,182]],[172,[[10,[183]]]],[172,[[10,[183]]]],[172,[[10,[183]]]],[172,10],[172,10],[172,10],[[],[[13,[184]]]],[[[13,[185]]],[[13,[184]]]],[[],[[10,[172]]]],[172,186],[[]],[[]],[[],45],[[],45],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[]],[[]],[[]],0,0,[183,[[0,[187,188]]]],[187],[183,[[0,[187,188]]]],[187],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[189,189],[190,190],[191,191],[[]],[[]],[[]],0,[[189,21],42],[[],190],[[],191],[[191,191],42],[[],42],[[],42],[[],42],[[],42],[[189,3],4],[[190,3],4],[[191,3],4],[190,45],0,[[]],[45,190],[[]],[[]],0,[189,[[68,[192]]]],[[]],[[]],[[]],[191,42],0,0,[[]],[[]],0,0,[[189,193,170],13],0,0,0,[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],0,0,0,[[]],[[]],[[]],0,[[]],[[]],[194,194],[[]],[[],194],[17,[[13,[194]]]],[[194,3],4],[[]],[21,[[13,[194]]]],0,[[]],[[]],0,[[]],[[],8],[[],8],[[],15],[[]],[[194,21],[[13,[189]]]],[[194,194],189],[[194,189],189],[[194,21,21],[[13,[189]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[195,3],4],[[196,3],4],[[197,3],4],[[198,3],4],[[199,3],4],[[200,3],4],[[201,3],4],[[202,170],[[13,[45]]]],[[195,202,170],[[13,[45]]]],[[196,202,170],[[13,[45]]]],[[197,202,170],[[13,[45]]]],[[198,202,170],[[13,[45]]]],[[199,202,170],[[13,[45]]]],[[200,202,170],[[13,[45]]]],[[201,202,170],[[13,[45]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[10,[203]]]],[195,[[10,[203]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[21,[23,[204]]],[[13,[[87,[205]]]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[204,204],42],[[206,206],42],[[207,207],42],[[208,208],42],[[209,209],42],[[210,210],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[204,3],4],[[206,3],4],[[207,3],4],[[208,3],4],[[209,3],4],[[210,3],4],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[21,[[13,[210]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[211,63],63],[[]],[[]],[211,211],[[]],[[211,211],212],[[],212],[63,211],[63,211],[[211,211],42],[[],42],[[],42],[[],42],[[],42],[[211,3],4],[[211,3],4],[[]],[21,[[13,[211]]]],[[]],[211,42],[[211,211],211],[[],211],[[],211],[[211,211],[[10,[212]]]],[[]],[[],45],[[],8],[[],8],[[],15],[[]],[[]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[213,21],42],[[],213],[[213,3],4],[[214,3],4],[[215,3],4],[[]],[[]],[[]],[21,[[13,[213]]]],[[213,[68,[192]]]],[[]],[[]],[[]],[[]],[[213,193,170],[[13,[[68,[190]]]]]],[[214,193,170],[[13,[[68,[190]]]]]],[[],8],[210,[[13,[213]]]],[209,[[13,[214]]]],[[],8],[[],8],[208,[[13,[215]]]],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[216,211],211],[216,216],[[]],[[216,63,216],[[13,[63]]]],[[216,216],42],[[],42],[[],42],[[],42],[[],42],[[216,3],4],[[216,3],4],[[]],[21,[[13,[216]]]],[[]],[[]],[[],45],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,[217,218],[[]],[[]],[[]],[[]],[217,218],[218,218],[202,202],[[]],[[]],[[[159,[219]],[10,[220]]],218],[218,205],[217,218],[[],218],[[218,3],4],[[202,3],4],[[]],[[]],[217,218],[[[99,[[143,[21]]]]],218],[[[99,[[143,[21]]]],63],218],[[[99,[[143,[21]]]],63,63,63],218],0,[[]],[[]],[[],63],[[218,42],218],0,[202,218],[217,218],[[217,216],218],[217,218],[217,218],[45,218],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[202,21],[[218,42],218],[[]],[[]],[217,218],[[218,21],218],0,0,0,0,0,0,[[221,[223,[45,222]]]],[[]],[[]],[[]],[[]],[221,221],[222,222],[[]],[[]],[[],221],[17,[[8,[221]]]],[17,[[8,[222]]]],[[221,3],4],[[222,3],4],[[]],[[[224,[21]]],222],[[]],[21,222],[21,[[13,[221]]]],[[221,21,[10,[63]]],[[10,[21]]]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,[42],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[225,225],[226,226],[227,227],[[]],[[]],[[]],0,[[],225],[[225,3],4],[[226,3],4],[[227,3],4],[[]],[[]],[[]],0,0,[[]],[[]],[[]],0,0,0,[[]],0,0,[[225,49],8],[[226,49],8],[[227,49],8],0,[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],0,[[]],[[]],0,[169,169],[[]],[[169,169],42],[[],42],[[],42],[[],42],[[],42],[[42,203],[[88,[[87,[228]]]]]],[[169,3],4],[[]],0,0,[[]],[[]],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,[[229,230],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[229,229],[230,230],[231,231],[[]],[[]],[[]],0,0,0,0,0,[[],229],[[],232],[[],230],[17,[[8,[229]]]],[17,[[8,[232]]]],[17,[[8,[230]]]],[17,[[8,[231]]]],0,0,[[229,3],4],[[230,3],4],[[231,3],4],[[]],[[]],[[]],[[]],[[229,233]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[232,[[13,[229]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[234,234]],[[235,235]],[[236,236]],[[63,63],42],0,[[]],[[]],[[]],[[]],[[]],[[]],[234,234],[235,235],[236,236],[[]],[[]],[[]],[[],234],[[],235],[[],236],[17,[[13,[236]]]],[[234,234],42],[[235,235],42],[[236,236],42],[[],42],[[],42],[[],42],[[],42],[[234,3],4],[[235,3],4],[[236,3],4],[235,234],[[]],[234,235],[[]],[[]],[126,234],[21,[[13,[236]]]],0,0,[[]],[[]],[[]],[[46,46,46,46],234],[[63,63,63,46],235],[[]],[[]],[[]],0,0,[[236,49],13],[236,42],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],0,0,0,[[]],[[]],[237,237],[[]],[[],237],[17,[[13,[237]]]],[[237,237],42],[[],42],[[],42],[[],42],[[],42],[[237,3],4],[[]],[21,[[13,[237]]]],[[]],[[]],[[]],[[],8],[[],8],[[],15],[[]],[21,45],[[],188],[[[239,[238]]],[[13,[240]]]],[[21,[10,[21]],[10,[21]]],[[10,[241]]]],[[[23,[63]]],45],[21,[[13,[42]]]],0,[[],[[13,[39]]]],[[],[[13,[39]]]],[[[239,[238]]],[[242,[45]]]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[25,25],[233,233],[[]],[[]],[[],25],[[],233],[17,[[8,[233]]]],[[233,233],42],[[],42],[[],42],[[],42],[[],42],[[25,3],4],[[233,3],4],[[]],[[]],[[25,170,178],[[13,[[68,[225]]]]]],[25,[[68,[192]]]],[[]],[[]],[[],25],[[]],[[]],[[25,189]],[[25,45]],[[25,193]],0,[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],[[25,189],25],[[25,233],25],[[25,45],25]],"c":[2519,2528],"p":[[3,"Command"],[3,"CliArgs"],[3,"Formatter"],[6,"Result"],[3,"Block"],[3,"ArgMatches"],[6,"Error"],[4,"Result"],[3,"Id"],[4,"Option"],[3,"Config"],[3,"BarState"],[6,"Result"],[3,"BlockConfigEntry"],[3,"TypeId"],[3,"CommonApi"],[8,"Deserializer"],[4,"BlockConfig"],[6,"BlockAction"],[3,"UnboundedReceiver"],[15,"str"],[6,"BlockFuture"],[15,"slice"],[3,"Error"],[3,"Widget"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"BatteryDriver"],[3,"Config"],[3,"Device1ProxyBlocking"],[3,"Proxy"],[3,"Device1Proxy"],[3,"Proxy"],[3,"Battery1ProxyBlocking"],[3,"Battery1Proxy"],[3,"Connection"],[3,"ProxyBuilder"],[3,"Connection"],[3,"ProxyBuilder"],[6,"Result"],[15,"bool"],[3,"Config"],[3,"Signature"],[3,"String"],[15,"u8"],[3,"PropertyIterator"],[3,"PropertyStream"],[8,"Serializer"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"InfoType"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"Driver"],[3,"Config"],[3,"Config"],[3,"WlGammarelayRsBusProxyBlocking"],[3,"WlGammarelayRsBusProxy"],[15,"f64"],[4,"HueShifter"],[3,"Config"],[15,"u16"],[3,"NotificationsDbusProxyBlocking"],[3,"Vec"],[3,"NotificationsDbusProxy"],[3,"notificationPosted"],[3,"notificationPostedArgs"],[3,"notificationRemoved"],[3,"notificationRemovedArgs"],[3,"reachableChanged"],[3,"reachableChangedArgs"],[3,"nameChanged"],[3,"nameChangedArgs"],[3,"DeviceDbusProxyBlocking"],[3,"DeviceDbusProxy"],[3,"DaemonDbusProxyBlocking"],[3,"DaemonDbusProxy"],[3,"allNotificationsRemoved"],[3,"Message"],[3,"Arc"],[3,"allNotificationsRemovedStream"],[8,"Future"],[3,"Box"],[3,"Pin"],[3,"notificationPostedStream"],[3,"notificationRemovedStream"],[3,"reachableChangedStream"],[3,"nameChangedStream"],[3,"Config"],[3,"allNotificationsRemovedIterator"],[3,"notificationPostedIterator"],[3,"notificationRemovedIterator"],[3,"reachableChangedIterator"],[3,"nameChangedIterator"],[8,"Into"],[3,"SignalIterator"],[3,"SignalStream"],[3,"Context"],[4,"Poll"],[4,"PollResult"],[4,"KeyboardLayoutDriver"],[3,"Config"],[3,"Config"],[4,"MailType"],[3,"Config"],[3,"Config"],[3,"Item"],[3,"Config"],[4,"PlayerName"],[3,"Config"],[3,"Config"],[3,"Subscribe"],[3,"SubscribeArgs"],[3,"SubscribeV2"],[3,"SubscribeV2Args"],[3,"SwayNCDbusProxyBlocking"],[3,"SwayNCDbusProxy"],[3,"DunstDbusProxyBlocking"],[3,"DunstDbusProxy"],[3,"SubscribeStream"],[3,"SubscribeV2Stream"],[15,"u32"],[4,"DriverType"],[3,"Config"],[3,"SubscribeIterator"],[3,"SubscribeV2Iterator"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"UnitProxyBlocking"],[3,"UnitProxy"],[4,"DriverType"],[3,"Config"],[4,"DeviceKind"],[4,"SoundDriver"],[3,"Config"],[4,"Cow"],[8,"Hasher"],[3,"Config"],[3,"Filter"],[3,"Config"],[3,"Config"],[4,"TemperatureScale"],[3,"Config"],[4,"Timezone"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"DriverType"],[3,"Config"],[3,"Local"],[3,"DateTime"],[4,"WeatherService"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"MouseButton"],[3,"PostActions"],[3,"ClickHandler"],[3,"ClickConfigEntry"],[3,"I3BarEvent"],[3,"SharedConfig"],[3,"CommonBlockConfig"],[8,"StdError"],[4,"ErrorKind"],[8,"Send"],[8,"Sync"],[3,"Global"],[3,"BoxErrorWrapper"],[15,"usize"],[8,"FnOnce"],[3,"Demand"],[3,"Field"],[8,"Visit"],[8,"Sized"],[8,"Error"],[8,"Display"],[3,"Source"],[8,"Write"],[8,"Default"],[3,"Format"],[3,"Fragment"],[3,"Metadata"],[15,"u64"],[6,"Values"],[3,"Config"],[3,"StrFormatter"],[3,"PangoStrFormatter"],[3,"BarFormatter"],[3,"EngFormatter"],[3,"FixFormatter"],[3,"DatetimeFormatter"],[3,"FlagFormatter"],[4,"ValueInner"],[3,"Duration"],[3,"Arg"],[8,"Formatter"],[3,"Formatter"],[3,"Placeholder"],[4,"Token"],[3,"TokenList"],[3,"FormatTemplate"],[4,"Prefix"],[4,"Ordering"],[3,"FormatTemplate"],[3,"TokenList"],[4,"Token"],[4,"Unit"],[8,"IntoF64"],[3,"Value"],[3,"Utc"],[4,"Tz"],[3,"Icons"],[4,"Icon"],[3,"HashMap"],[15,"array"],[3,"I3BarBlock"],[4,"I3BarBlockAlign"],[4,"I3BarBlockMinWidth"],[8,"Stream"],[3,"Theme"],[3,"ThemeOverrides"],[4,"ColorOrLink"],[3,"ThemeUserConfig"],[4,"State"],[3,"Rgba"],[3,"Hsva"],[4,"Color"],[4,"Separator"],[3,"Path"],[8,"AsRef"],[8,"DeserializeOwned"],[3,"PathBuf"],[6,"Result"],[8,"ResultExt"],[8,"OptionExt"],[8,"InBlock"],[8,"ToSerdeError"],[8,"CollectEscaped"],[8,"Escaped"],[13,"Placeholder"],[13,"Icon"],[13,"Number"],[13,"Link"]]}\ +"i3status_rs":{"doc":"","t":"DDDLLMALLLLLLALLAMCAALLALLLLLLALLLOMLMALCLACLLLLLLLLLLLALLLAGEGDNANANANANANLLLLLLANANANLANANANANLANLLLANLANLLANANANANANANANLANANANANANANANLANLLLANANANANANANLANLLLLLLANANLLLANANANDDLLLLLLMLMMLLMLLLFLLLLLLLLDLLMLLLMMMLMMLLFLLLLMDLLMMMLLMLMLLMMMMLMFMLLLLNEDNNLLLLMMLLLLMMMMLLMLLMMMMMLLMMMLLFLLLLLLLLMDDDDDMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLMMLMLLFLLLLDLLMMLLLMLMMLMLMFMLLLLMDLLLLMLLMFLLLLNDNENMMLLLLLLLLLLLLMMLLMMLLLLMFLLLLLLLLLMDLLMLLLMMMLMLLFLLLLMDLLLLLMLMLLFMLLLLDLLLLLMLMLLFLLLMLMNDENNLLLLLLLLMLLMLLLLLLFLLLLLLLLDLLMLLLMLMMMMLLFMLLLLMDNENNNNDDNLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLMLLLLLLMLLMLLLLLLMMLLLLLLLFLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDDDDLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLMDDDDLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNENNNLLLLLLLLLLMLLMLLMLLMLLFMLLLLLLLLLDLLMLLLMLMMLLFLLLLMNDNENLLLLLLLLLMLLMLLMMLLLFMMLLLLLLLLLDLLMMLLLMMLMLLFLLLLMMDDLLLLLLMMLLMLLLLLLMFMLLLLLLLLLDNENLLLLLLLLLLLLMLLMLLLLMFMMLLLLLLLMLLDLLLLMLMMLMMLMLFLLLLDENDDDDDDDDDDNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLMLMLMLMFMMMMLLLLDLLLLLMLMMMMMLLFLLLLMDMLLMLLLMMMLMLLFLLLLMDMLLMLLLMLLMMLFLLLLDLLLLLMLMLLFMLLLLDENDDMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLLLLLLLLLLLLLFLLMLLLLLLLLLLLLLLLLLLLLNNDENNENMLLLLLLLLLLLLLLLLLMMMLLLLLLLLMLLLLMLLLMMMMMLLLFMMLLLLLLLLLLLLLLDLLLLLMLMLLFLLLLDDLLLLLLMMLLLLMMLLMMMLLMLLMLLFLLLLLLLLLMDLLLLMLMLMLLFLLLLNDNELLLLMLLLLLLLLLLLLLMMLLLMMMMMLLLLFMLLLLLLLLLMDENNLLLLLLLLLLLMLLMLLLFMLLLLLLLLLDLLMMMLLMLMMMLFLLLLDLLLLLMLMLLFLLLLDENNLLLLLLLLMLLMMLLMLLLLFMMLLLLLLLLDLLLLFLMLMLLFMMLLLLDNNEMMLLLLLLLLMLLMLLAAFMLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLDLLLLLMLMLLFMLLLLNDDNNNNEDNNNNMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLDDDDMLLLLLLLLMLLMMLLLLLLLMMMMMMLLLLLLLLLMMMMMLLLLMMLLLMMMMLLLLLLLLLLLLLLLLLDNDENIINGIIIMLLLLLLLMLLLLKKLLLLLLLLLLLLLLLLKKLLLLLLKLLLLKLLLLLLLLMMLLKKLKLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLIILKLKDDDGLLLLLLLLLLLLALLLLLLLLLLLLALLLLMLLLLLMMLLAALAAMLLLLLLLLLLLLMAALLLDLLLLLLLLLMLLMLLLLLLLLLDHRRRDDDDIDDLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDNDNNNEDMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMMFLLLLLLLLLLLLLLLLLLMLLLLLLNNNNNNNNNNNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFDNNNNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMNNNNNNNENLLLLLLLLLLLLLLLLLLLLLLNNNINNDELLLLLLLLLLLLLLLLLLLLLLMLLKLMLLLLLLLLLLLLLLLLLLLLMMEDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAFNDEENNNNMMMMMMMLLLLLLLLLLLLMLLLLLLLMMLLLMMMLMMLLLMLLLLLLLLLLLLMLLLDLLMLLLLLLLFLLMMLLLLLLNENDDDMMMMLLLLLLLLLLLLLLLAMMMMLLLLLLLMMLLLLLLLLMMMMMMMMMMMMLLLLLLLMAMMMMMMMLLLLLLLLLLLLLLLLLLLLMMMMMNEDNNDNMMLLLFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLMMLLLLLLLLLLLLLLMLLLNNELLLLLLLLLLLLLLLLLLLLLFFFFFFOFFFNNNNENDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLL","n":["BarState","Block","CliArgs","augment_args","augment_args_for_update","blocking_threads","blocks","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","click","command","command_for_update","config","config","env_logger","errors","escape","fmt","fmt","formatting","from","from","from","from_arg_matches","from_arg_matches_mut","group_id","icons","into","into","into","map","never_pause","new","no_init","protocol","run_event_loop","serde_json","spawn_block","themes","tokio","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","util","vzip","vzip","vzip","widget","BlockAction","BlockConfig","BlockFuture","CommonApi","Err","amd_gpu","amd_gpu","apt","apt","backlight","backlight","battery","battery","bluetooth","bluetooth","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cpu","cpu","custom","custom","custom_dbus","custom_dbus","deserialize","disk_space","disk_space","dnf","dnf","docker","docker","external_ip","external_ip","fmt","focused_window","focused_window","from","from","get_actions","github","github","hide","hueshift","hueshift","into","into","kdeconnect","kdeconnect","keyboard_layout","keyboard_layout","load","load","maildir","maildir","memory","memory","menu","menu","music","music","name","net","net","notify","notify","notmuch","notmuch","nvidia_gpu","nvidia_gpu","pacman","pacman","pomodoro","pomodoro","rofication","rofication","run","service_status","service_status","set_default_actions","set_error","set_widget","sound","sound","speedtest","speedtest","taskwarrior","taskwarrior","tea_timer","tea_timer","temperature","temperature","time","time","to_owned","toggle","toggle","try_from","try_from","try_into","try_into","type_id","type_id","uptime","uptime","vpn","vpn","vzip","vzip","wait_for_update_request","watson","watson","weather","weather","xrandr","xrandr","Config","Device","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","device","fmt","format","format_alt","from","from","interval","into","into","null_value","run","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","critical_updates_regex","default","deserialize","fmt","format","format_singular","format_up_to_date","from","ignore_phased_updates","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_updates_regex","Config","borrow","borrow_mut","cycle","ddcci_max_tries_write_read","ddcci_sleep_multiplier","default","deserialize","device","fmt","format","from","into","invert_icons","maximum","minimum","missing_format","null_value","root_scaling","run","step_width","try_from","try_into","type_id","vzip","ApcUps","BatteryDriver","Config","Sysfs","Upower","borrow","borrow","borrow_mut","borrow_mut","charging_format","critical","default","default","deserialize","deserialize","device","driver","empty_format","empty_threshold","fmt","fmt","format","from","from","full_format","full_threshold","good","info","interval","into","into","missing_format","model","not_charging_format","null_value","null_value","run","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning","Battery1Proxy","Battery1ProxyBlocking","Config","Device1Proxy","Device1ProxyBlocking","adapter_mac","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","battery_state","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","builder","cached_connected","cached_connected","cached_icon","cached_icon","cached_name","cached_name","cached_percentage","cached_percentage","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","connect","connect","connected","connected","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","disconnect","disconnect","disconnected_format","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","icon","icon","inner","inner","inner","inner","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","mac","name","name","new","new","new","new","percentage","percentage","receive_connected_changed","receive_connected_changed","receive_icon_changed","receive_icon_changed","receive_name_changed","receive_name_changed","receive_percentage_changed","receive_percentage_changed","run","serialize","serialize","serialize","serialize","signature","signature","signature","signature","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","format_alt","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","command","cycle","default","deserialize","fmt","format","from","hide_when_empty","interval","into","json","null_value","persistent","run","shell","try_from","try_into","type_id","vzip","watch_files","Config","borrow","borrow_mut","deserialize","fmt","format","from","into","path","run","try_from","try_into","type_id","vzip","Available","Config","Free","InfoType","Used","alert","alert_unit","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","deserialize","fmt","fmt","format","format_alt","from","from","info_type","interval","into","into","null_value","null_value","path","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning","Config","borrow","borrow_mut","critical_updates_regex","default","deserialize","fmt","format","format_singular","format_up_to_date","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_updates_regex","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","socket_path","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","try_from","try_into","type_id","use_ipv4","vzip","with_network_manager","Auto","Config","Driver","SwayIpc","WlrToplevelManagement","borrow","borrow","borrow_mut","borrow_mut","default","default","deserialize","deserialize","driver","fmt","fmt","format","from","from","into","into","null_value","null_value","run","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","critical","default","deserialize","fmt","format","from","good","hide_if_total_is_zero","info","interval","into","null_value","run","token","try_from","try_into","type_id","vzip","warning","Config","Gammastep","HueShifter","Redshift","Sct","WlGammarelay","WlGammarelayRs","WlGammarelayRsBusProxy","WlGammarelayRsBusProxyBlocking","Wlsunset","as_mut","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","brightness","brightness","builder","builder","cached_brightness","cached_brightness","cached_temperature","cached_temperature","click_temp","clone","clone","clone","clone_into","clone_into","clone_into","current_temp","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","hue_shifter","inner","inner","interval","into","into","into","into","into_inner","into_inner","max_temp","min_temp","new","new","null_value","receive_brightness_changed","receive_brightness_changed","receive_temperature_changed","receive_temperature_changed","run","serialize","serialize","set_brightness","set_brightness","set_temperature","set_temperature","signature","signature","step","temperature","temperature","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","Config","DaemonDbusProxy","DaemonDbusProxyBlocking","DeviceDbusProxy","DeviceDbusProxyBlocking","NotificationsDbusProxy","NotificationsDbusProxyBlocking","active_notifications","active_notifications","allNotificationsRemoved","allNotificationsRemovedIterator","allNotificationsRemovedStream","args","args","args","args","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","async_drop","async_drop","async_drop","async_drop","async_drop","bat_critical","bat_good","bat_info","bat_warning","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","builder","builder","builder","cached_is_reachable","cached_is_reachable","cached_name","cached_name","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","device_id","devices","devices","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_message","from_message","from_message","from_message","from_message","hide_disconnected","id","id","id","id","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","is_reachable","is_reachable","is_terminated","is_terminated","is_terminated","is_terminated","is_terminated","name","name","name","name","nameChanged","nameChangedArgs","nameChangedIterator","nameChangedStream","new","new","new","new","new","new","next","next","next","next","next","notificationPosted","notificationPostedArgs","notificationPostedIterator","notificationPostedStream","notificationRemoved","notificationRemovedArgs","notificationRemovedIterator","notificationRemovedStream","null_value","poll_next","poll_next","poll_next","poll_next","poll_next","poll_next_before","poll_next_before","poll_next_before","poll_next_before","poll_next_before","reachable","reachable","reachableChanged","reachableChangedArgs","reachableChangedIterator","reachableChangedStream","receive_all_notifications_removed","receive_all_notifications_removed","receive_is_reachable_changed","receive_is_reachable_changed","receive_name_changed","receive_name_changed","receive_name_changed_","receive_name_changed_","receive_name_changed__with_args","receive_name_changed__with_args","receive_notification_posted","receive_notification_posted","receive_notification_posted_with_args","receive_notification_posted_with_args","receive_notification_removed","receive_notification_removed","receive_notification_removed_with_args","receive_notification_removed_with_args","receive_reachable_changed","receive_reachable_changed","receive_reachable_changed_with_args","receive_reachable_changed_with_args","run","serialize","serialize","serialize","serialize","serialize","serialize","signature","signature","signature","signature","signature","signature","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Config","KbddBus","KeyboardLayoutDriver","LocaleBus","SetXkbMap","Sway","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","deserialize","driver","fmt","fmt","format","from","from","interval","into","into","mappings","null_value","null_value","run","sway_kb_identifier","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","critical","default","deserialize","fmt","format","from","info","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning","All","Config","Cur","MailType","New","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","deserialize","deserialize","display_type","fmt","fmt","format","from","from","inboxes","interval","into","into","null_value","run","threshold_critical","threshold_warning","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","critical_mem","critical_swap","default","deserialize","fmt","format","format_alt","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_mem","warning_swap","Config","Item","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmd","confirm_msg","deserialize","deserialize","display","fmt","fmt","from","from","into","into","items","run","text","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","Multiple","PlayerName","Single","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","deserialize","fmt","fmt","format","from","from","interface_name_exclude","into","into","null_value","null_value","player","run","seek_step_secs","separator","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","volume_step","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","device","fmt","format","format_alt","from","inactive_format","interval","into","missing_format","null_value","run","try_from","try_into","type_id","vzip","Config","DriverType","Dunst","DunstDbusProxy","DunstDbusProxyBlocking","Subscribe","SubscribeArgs","SubscribeIterator","SubscribeStream","SubscribeV2","SubscribeV2Args","SubscribeV2Iterator","SubscribeV2Stream","SwayNC","SwayNCDbusProxy","SwayNCDbusProxyBlocking","args","args","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","async_drop","async_drop","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","builder","builder","cached_displayed_length","cached_displayed_length","cached_paused","cached_paused","cached_waiting_length","cached_waiting_length","cc_open","cc_open","cc_open","cc_open","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","count","count","count","count","default","default","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","displayed_length","displayed_length","dnd","dnd","dnd","dnd","driver","dynamic_signature","dynamic_signature","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_message","from_message","get_dnd","get_dnd","inhibited","inhibited","inner","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_iter","into_iter","is_terminated","is_terminated","new","new","new","new","next","next","notification_count","notification_count","notification_show","notification_show","null_value","null_value","paused","paused","poll_next","poll_next","poll_next_before","poll_next_before","receive_displayed_length_changed","receive_displayed_length_changed","receive_paused_changed","receive_paused_changed","receive_subscribe","receive_subscribe","receive_subscribe_v2","receive_subscribe_v2","receive_subscribe_v2_with_args","receive_subscribe_v2_with_args","receive_subscribe_with_args","receive_subscribe_with_args","receive_waiting_length_changed","receive_waiting_length_changed","run","serialize","serialize","serialize","serialize","set_dnd","set_dnd","set_paused","set_paused","signature","signature","signature","signature","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle_visibility","toggle_visibility","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","waiting_length","waiting_length","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","maildir","null_value","query","run","threshold_critical","threshold_good","threshold_info","threshold_warning","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","good","gpu_id","idle","info","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning","Config","aur_command","borrow","borrow_mut","critical_updates_regex","default","deserialize","fmt","format","format_singular","format_up_to_date","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","warning_updates_regex","Config","blocking_cmd","borrow","borrow_mut","break_message","default","deserialize","fmt","format","from","into","message","notify_cmd","null_value","run","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","socket_path","try_from","try_into","type_id","vzip","Config","DriverType","Systemd","UnitProxy","UnitProxyBlocking","active_format","active_state","active_state","active_state","as_mut","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","cached_active_state","cached_active_state","clone","clone","clone_into","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","driver","dynamic_signature","dynamic_signature","fmt","fmt","fmt","fmt","from","from","from","from","from","from","inactive_format","inactive_state","inner","inner","into","into","into","into","into_inner","into_inner","new","new","null_value","null_value","receive_active_state_changed","receive_active_state_changed","run","serialize","serialize","service","signature","signature","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","Alsa","Auto","Config","DeviceKind","PulseAudio","Sink","SoundDriver","Source","active_port_mappings","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","default","default_name","deserialize","deserialize","deserialize","device","device_kind","driver","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","format","from","from","from","hash","headphones_indicator","into","into","into","mappings","mappings_use_regex","max_vol","name","natural_mapping","null_value","null_value","null_value","run","show_volume_when_muted","step_width","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","Config","Filter","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","critical_threshold","data_location","default","default","deserialize","deserialize","filter","filters","fmt","fmt","format","format_everything_done","format_singular","from","from","interval","into","into","name","null_value","null_value","run","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning_threshold","Config","borrow","borrow_mut","default","deserialize","done_cmd","fmt","format","from","increment","into","null_value","run","try_from","try_into","type_id","vzip","Celsius","Config","Fahrenheit","TemperatureScale","borrow","borrow","borrow_mut","borrow_mut","chip","clone","clone_into","default","default","deserialize","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","format","format_alt","from","from","from_celsius","good","idle","info","inputs","interval","into","into","null_value","null_value","run","scale","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","warning","Config","Timezone","Timezone","Timezones","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","deserialize","deserialize","fmt","fmt","format","from","from","interval","into","into","null_value","run","timezone","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","command_off","command_on","command_state","deserialize","fmt","format","from","icon_off","icon_on","interval","into","run","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","try_from","try_into","type_id","vzip","Config","DriverType","Mullvad","Nordvpn","borrow","borrow","borrow_mut","borrow_mut","default","default","deserialize","deserialize","driver","fmt","fmt","format_connected","format_disconnected","from","from","interval","into","into","null_value","null_value","run","state_connected","state_disconnected","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","default","deserialize","deserialize_local_timestamp","fmt","format","from","interval","into","null_value","run","show_time","state_path","try_from","try_into","type_id","vzip","Config","MetNo","OpenWeatherMap","WeatherService","autolocate","autolocate_interval","borrow","borrow","borrow_mut","borrow_mut","deserialize","deserialize","fmt","fmt","format","from","from","interval","into","into","met_no","open_weather_map","run","service","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","borrow","borrow_mut","deserialize","fmt","from","into","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","deserialize","fmt","from","into","try_from","try_into","type_id","vzip","Config","borrow","borrow_mut","default","deserialize","fmt","format","from","interval","into","null_value","run","step_width","try_from","try_into","type_id","vzip","Back","ClickConfigEntry","ClickHandler","DoubleLeft","Forward","Left","Middle","MouseButton","PostActions","Right","Unknown","WheelDown","WheelUp","action","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","handle","hash","into","into","into","into","null_value","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","update","vzip","vzip","vzip","vzip","BlockConfigEntry","CommonBlockConfig","Config","SharedConfig","blocks","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","click","clone","clone_into","common","config","default","default","default","deserialize","deserialize","deserialize","deserialize","double_click_delay","error_format","error_format","error_fullscreen_format","error_fullscreen_format","error_interval","fmt","fmt","fmt","fmt","from","from","from","from","get_icon","icons","icons_format","icons_format","icons_overrides","if_command","into","into","into","into","invert_scrolling","merge_with_next","null_value","null_value","null_value","shared","signal","theme","theme_overrides","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","BoxErrorWrapper","Config","Error","ErrorKind","Format","InBlock","OptionExt","Other","Result","ResultExt","StdError","ToSerdeError","block","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cause","cause","clone","clone","clone_into","clone_into","config_error","config_error","config_error","description","downcast","downcast","downcast","downcast_mut","downcast_mut","downcast_mut","downcast_ref","downcast_ref","downcast_ref","eq","equivalent","equivalent","equivalent","equivalent","error","error","error","fmt","fmt","fmt","fmt","fmt","format_error","format_error","from","from","from","in_block","in_block","in_block","into","into","into","is","is","is","kind","message","new","new_format","or_error","or_error","or_error","or_format_error","provide","provide","provide","record","record","record","record","request_ref","request_ref","request_ref","request_value","request_value","request_value","serde_error","serde_error","source","sources","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CollectEscaped","Escaped","collect_pango_escaped","collect_pango_escaped_into","pango_escaped","pango_escaped_into","Format","Fragment","Metadata","Values","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","config","contains_key","default","default","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","formatted_text","formatter","from","from","from","from","instance","intervals","into","into","into","is_default","italic","metadata","null_value","null_value","parse","prefix","render","scheduling","template","text","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","underline","unit","value","vzip","vzip","vzip","Config","borrow","borrow_mut","clone","clone_into","default","deserialize","fmt","from","from_str","full","into","null_value","short","to_owned","try_from","try_into","type_id","vzip","with_default","with_default_config","with_default_format","with_defaults","BarFormatter","DEFAULT_DATETIME_FORMATTER","DEFAULT_FLAG_FORMATTER","DEFAULT_NUMBER_FORMATTER","DEFAULT_STRING_FORMATTER","DatetimeFormatter","EngFormatter","FixFormatter","FlagFormatter","Formatter","PangoStrFormatter","StrFormatter","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","format","format","format","format","format","format","format","from","from","from","from","from","from","from","interval","interval","into","into","into","into","into","into","into","new_formatter","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Arg","FormatTemplate","Formatter","Icon","Placeholder","Placeholder","Recursive","Text","Token","TokenList","args","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","formatter","from","from","from","from","from","from","into","into","into","into","into","into","key","name","name","parse_full","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","val","vzip","vzip","vzip","vzip","vzip","vzip","Gibi","Giga","Kibi","Kilo","Mebi","Mega","Micro","Milli","Nano","One","OneButBinary","Prefix","Tebi","Tera","apply","borrow","borrow_mut","clone","clone_into","cmp","compare","eng","eng_binary","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_str","into","is_binary","max","max_available","min_available","partial_cmp","to_owned","to_string","try_from","try_into","type_id","vzip","manage_widgets_updates","FormatTemplate","Icon","Placeholder","Recursive","Text","Token","TokenList","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","contains_key","default","fmt","fmt","fmt","from","from","from","from_str","init_intervals","into","into","into","null_value","render","render","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","formatter","name","name","Bits","Bytes","Degrees","Hertz","None","Percents","Seconds","Unit","Watts","borrow","borrow_mut","clamp_prefix","clone","clone_into","convert","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_str","into","to_owned","to_string","try_from","try_into","type_id","vzip","Datetime","Flag","Icon","IntoF64","Number","Text","Value","ValueInner","bits","borrow","borrow","borrow_mut","borrow_mut","bytes","clone","clone","clone_into","clone_into","datetime","default_formatter","degrees","flag","fmt","fmt","from","from","hertz","icon","icon_progression","icon_progression_bound","inner","into","into","into_f64","italic","metadata","new","number","number_unit","percents","seconds","text","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","underline","vzip","vzip","watts","with_instance","unit","val","Icon","Icons","Progression","Single","apply_overrides","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","fmt","fmt","from","from","from","from","from_file","get","into","into","null_value","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","i3bar_block","i3bar_event","init","Center","I3BarBlock","I3BarBlockAlign","I3BarBlockMinWidth","Left","Pixels","Right","Text","align","background","border","border_bottom","border_left","border_right","border_top","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","color","default","fmt","fmt","fmt","from","from","from","full_text","instance","into","into","into","markup","min_width","name","null_value","separator","separator_block_width","serialize","serialize","serialize","short_text","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","urgent","vzip","vzip","vzip","I3BarEvent","borrow","borrow_mut","button","clone","clone_into","eq","equivalent","equivalent","equivalent","equivalent","events_stream","fmt","from","id","instance","into","to_owned","try_from","try_into","type_id","vzip","Color","ColorOrLink","Link","Theme","ThemeOverrides","ThemeUserConfig","alternating_tint_bg","alternating_tint_bg","alternating_tint_fg","alternating_tint_fg","apply_overrides","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","color","critical_bg","critical_bg","critical_fg","critical_fg","default","default","default","deserialize","deserialize","deserialize","deserialize","end_separator","end_separator","fmt","fmt","fmt","from","from","from","from","get_colors","good_bg","good_bg","good_fg","good_fg","idle_bg","idle_bg","idle_fg","idle_fg","info_bg","info_bg","info_fg","info_fg","into","into","into","into","null_value","null_value","null_value","overrides","separator","separator","separator","separator_bg","separator_bg","separator_fg","separator_fg","theme","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","warning_bg","warning_bg","warning_fg","warning_fg","link","Auto","Color","Hsva","Hsva","None","Rgba","Rgba","a","a","add","add","add","approx","b","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","default","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from","from_hex","from_str","g","h","into","into","into","new","new","null_value","null_value","null_value","r","s","serialize","skip_ser","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","v","vzip","vzip","vzip","Custom","Native","Separator","borrow","borrow_mut","clone","clone_into","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_str","into","null_value","to_owned","try_from","try_into","type_id","vzip","country_flag_from_iso_code","default","deserialize_toml_file","find_file","format_bar_graph","has_command","map","new_dbus_connection","new_system_dbus_connection","read_file","Critical","Good","Idle","Info","State","Warning","Widget","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","get_data","intervals","into","into","new","null_value","null_value","set_format","set_text","set_values","state","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with_format","with_state","with_text"],"q":[[0,"i3status_rs"],[60,"i3status_rs::blocks"],[178,"i3status_rs::blocks::amd_gpu"],[205,"i3status_rs::blocks::apt"],[226,"i3status_rs::blocks::backlight"],[251,"i3status_rs::blocks::battery"],[297,"i3status_rs::blocks::bluetooth"],[442,"i3status_rs::blocks::cpu"],[459,"i3status_rs::blocks::custom"],[482,"i3status_rs::blocks::custom_dbus"],[496,"i3status_rs::blocks::disk_space"],[537,"i3status_rs::blocks::dnf"],[557,"i3status_rs::blocks::docker"],[574,"i3status_rs::blocks::external_ip"],[592,"i3status_rs::blocks::focused_window"],[624,"i3status_rs::blocks::github"],[646,"i3status_rs::blocks::hueshift"],[754,"i3status_rs::blocks::kdeconnect"],[1270,"i3status_rs::blocks::keyboard_layout"],[1309,"i3status_rs::blocks::load"],[1328,"i3status_rs::blocks::maildir"],[1365,"i3status_rs::blocks::memory"],[1386,"i3status_rs::blocks::menu"],[1417,"i3status_rs::blocks::music"],[1455,"i3status_rs::blocks::net"],[1475,"i3status_rs::blocks::notify"],[1784,"i3status_rs::blocks::notmuch"],[1806,"i3status_rs::blocks::nvidia_gpu"],[1827,"i3status_rs::blocks::pacman"],[1848,"i3status_rs::blocks::pomodoro"],[1867,"i3status_rs::blocks::rofication"],[1884,"i3status_rs::blocks::service_status"],[1974,"i3status_rs::blocks::sound"],[2045,"i3status_rs::blocks::speedtest"],[2061,"i3status_rs::blocks::taskwarrior"],[2101,"i3status_rs::blocks::tea_timer"],[2118,"i3status_rs::blocks::temperature"],[2166,"i3status_rs::blocks::time"],[2199,"i3status_rs::blocks::toggle"],[2218,"i3status_rs::blocks::uptime"],[2234,"i3status_rs::blocks::vpn"],[2269,"i3status_rs::blocks::watson"],[2288,"i3status_rs::blocks::weather"],[2320,"i3status_rs::blocks::weather::met_no"],[2331,"i3status_rs::blocks::weather::open_weather_map"],[2342,"i3status_rs::blocks::xrandr"],[2359,"i3status_rs::click"],[2434,"i3status_rs::config"],[2509,"i3status_rs::errors"],[2615,"i3status_rs::escape"],[2621,"i3status_rs::formatting"],[2689,"i3status_rs::formatting::config"],[2712,"i3status_rs::formatting::formatter"],[2798,"i3status_rs::formatting::parse"],[2899,"i3status_rs::formatting::prefix"],[2943,"i3status_rs::formatting::scheduling"],[2944,"i3status_rs::formatting::template"],[2988,"i3status_rs::formatting::template::Token"],[2991,"i3status_rs::formatting::unit"],[3022,"i3status_rs::formatting::value"],[3078,"i3status_rs::formatting::value::ValueInner"],[3080,"i3status_rs::icons"],[3117,"i3status_rs::protocol"],[3120,"i3status_rs::protocol::i3bar_block"],[3186,"i3status_rs::protocol::i3bar_event"],[3208,"i3status_rs::themes"],[3307,"i3status_rs::themes::ColorOrLink"],[3308,"i3status_rs::themes::color"],[3385,"i3status_rs::themes::separator"],[3409,"i3status_rs::util"],[3419,"i3status_rs::widget"]],"d":["","","A feature-rich and resource-friendly replacement for …","","","The maximum number of blocking threads spawned by tokio","The collection of blocks","","","","","","","","","","","Sets a TOML config file","","","Simple json escaping","","","Formatting system","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Example","Ignore any attempts by i3 to pause the bar when …","","Do not send the init sequence","","","","","","","","","","","","","","","","","","","","","","","","","","","","Display the stats of your AMD GPU","","Pending updates available for your Debian/Ubuntu based …","","The brightness of a backlight device","","Information about the internal power supply","","Monitor Bluetooth device","","","","","","","","CPU statistics","","The output of a custom shell command","","A block controlled by the DBus","","","Disk usage statistics","","Pending updates available for your Fedora system","","Local docker daemon status","","External IP address and various information about it","","","Currently focused window","","Returns the argument unchanged.","Returns the argument unchanged.","","The number of GitHub notifications","","Hides the block. Send new widget to make it visible again.","Manage display temperature","","Calls U::from(self).","Calls U::from(self).","KDEConnect indicator","","Keyboard layout indicator","","System load average","","Unread mail. Only supports maildir format.","","Memory and swap usage","","A custom menu","","The current song title and artist","","","Network information","","Display and toggle the state of notifications daemon","","Count of notmuch messages","","Display the stats of your NVidia GPU","","Pending updates available on pacman or an AUR helper.","","A pomodoro timer","","The number of pending notifications in rofication-daemon","","","Display the status of a service","","","Sends the error to be displayed.","Sends the widget to be displayed.","Volume level","","Ping, download, and upload speeds","","The number of tasks from the taskwarrior list","","Timer","","The system temperature","","The current time.","","","A Toggle block","","","","","","","","System’s uptime","","Shows the current connection status for VPN networks","","","","","Watson statistics","","Current weather","","X11 screen information","","","","","","","","Return …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Return BatteryDriver::Sysfs","Return …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the Connected property, or None if …","Get the cached value of the Connected property, or None if …","Get the cached value of the Icon property, or None if the …","Get the cached value of the Icon property, or None if the …","Get the cached value of the Name property, or None if the …","Get the cached value of the Name property, or None if the …","Get the cached value of the Percentage property, or None …","Get the cached value of the Percentage property, or None …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","Create a stream for the Connected property changes. This …","Create a stream for the Connected property changes. This …","Create a stream for the Icon property changes. This is a …","Create a stream for the Icon property changes. This is a …","Create a stream for the Name property changes. This is a …","Create a stream for the Name property changes. This is a …","Create a stream for the Percentage property changes. This …","Create a stream for the Percentage property changes. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Return …","Return InfoType::Available","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Return Driver::Auto","Return …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Brightness property","Brightness property","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the Brightness property, or None …","Get the cached value of the Brightness property, or None …","Get the cached value of the Temperature property, or None …","Get the cached value of the Temperature property, or None …","","","","","","","","","Return …","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","Create a stream for the Brightness property changes. This …","Create a stream for the Brightness property changes. This …","Create a stream for the Temperature property changes. This …","Create a stream for the Temperature property changes. This …","","","","","","","","","","","Temperature property","Temperature property","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A allNotificationsRemoved signal.","A Iterator implementation that yields …","A Stream implementation that yields allNotificationsRemoved…","Retrieve the signal arguments.","Retrieve the signal arguments.","Retrieve the signal arguments.","Retrieve the signal arguments.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the isReachable property, or None …","Get the cached value of the isReachable property, or None …","Get the cached value of the name property, or None if the …","Get the cached value of the name property, or None if the …","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Try to construct a allNotificationsRemoved from a …","Try to construct a notificationPosted from a …","Try to construct a notificationRemoved from a …","Try to construct a reachableChanged from a ::zbus::Message…","Try to construct a nameChanged from a ::zbus::Message.","","","","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","","","","","","","","","","","","","","","A nameChanged signal.","nameChanged signal arguments.","A Iterator implementation that yields nameChanged signals.","A Stream implementation that yields nameChanged signals.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","","","","A notificationPosted signal.","notificationPosted signal arguments.","A Iterator implementation that yields notificationPosted …","A Stream implementation that yields notificationPosted …","A notificationRemoved signal.","notificationRemoved signal arguments.","A Iterator implementation that yields notificationRemoved …","A Stream implementation that yields notificationRemoved …","","","","","","","","","","","","","","A reachableChanged signal.","reachableChanged signal arguments.","A Iterator implementation that yields reachableChanged …","A Stream implementation that yields reachableChanged …","Create a stream that receives allNotificationsRemoved …","Create a stream that receives allNotificationsRemoved …","Create a stream for the isReachable property changes. This …","Create a stream for the isReachable property changes. This …","Create a stream for the name property changes. This is a …","Create a stream for the name property changes. This is a …","Create a stream that receives nameChanged signals.","Create a stream that receives nameChanged signals.","Create a stream that receives nameChanged signals.","Create a stream that receives nameChanged signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationPosted signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives notificationRemoved signals.","Create a stream that receives reachableChanged signals.","Create a stream that receives reachableChanged signals.","Create a stream that receives reachableChanged signals.","Create a stream that receives reachableChanged signals.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return KeyboardLayoutDriver::SetXkbMap","Return …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Return PlayerName::Multiple(Default::default())","Return …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","A Subscribe signal.","Subscribe signal arguments.","A Iterator implementation that yields Subscribe signals.","A Stream implementation that yields Subscribe signals.","A SubscribeV2 signal.","SubscribeV2 signal arguments.","A Iterator implementation that yields SubscribeV2 signals.","A Stream implementation that yields SubscribeV2 signals.","","","","Retrieve the signal arguments.","Retrieve the signal arguments.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the displayedLength property, or …","Get the cached value of the displayedLength property, or …","Get the cached value of the paused property, or None if …","Get the cached value of the paused property, or None if …","Get the cached value of the waitingLength property, or None…","Get the cached value of the waitingLength property, or None…","","","","","","","","","","","","","","","","","","","","","Return DriverType::Dunst","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Try to construct a Subscribe from a ::zbus::Message.","Try to construct a SubscribeV2 from a ::zbus::Message.","","","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::#signal_type.","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::#signal_type.","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","","","","","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","","","","","","","","","","","","","Create a stream for the displayedLength property changes. …","Create a stream for the displayedLength property changes. …","Create a stream for the paused property changes. This is a …","Create a stream for the paused property changes. This is a …","Create a stream that receives Subscribe signals.","Create a stream that receives Subscribe signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives SubscribeV2 signals.","Create a stream that receives Subscribe signals.","Create a stream that receives Subscribe signals.","Create a stream for the waitingLength property changes. …","Create a stream for the waitingLength property changes. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a customizable builder for this proxy.","Returns a customizable builder for this proxy.","Get the cached value of the ActiveState property, or None …","Get the cached value of the ActiveState property, or None …","","","","","Return DriverType::Systemd","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","The reference to the underlying zbus::Proxy.","The reference to the underlying zbus::Proxy.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self, returning the underlying zbus::Proxy.","Consumes self, returning the underlying zbus::Proxy.","Creates a new proxy with the default service and path.","Creates a new proxy with the default service and path.","","","Create a stream for the ActiveState property changes. This …","Create a stream for the ActiveState property changes. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return DeviceKind::Sink","Return SoundDriver::Auto","Return …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Return TemperatureScale::Celsius","Return …","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Return …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","Return …","Return DriverType::Nordvpn","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Return …","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","Return …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","Can be one of left, middle, right, up, down, forward, back …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return …","Return …","Return …","","","","","The maximum delay (ms) between two clicks that are …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Set to true to invert mouse wheel direction","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error type","A set of errors that can occur during the runtime","","","","","Result type returned from functions that can have our Error…","","Error is a trait representing the basic expectations for …","","","","","","","","","","","","","","","","","","","Attempts to downcast the box to a concrete type.","Attempts to downcast the box to a concrete type.","Attempts to downcast the box to a concrete type.","Forwards to the method defined on the type dyn Error.","Returns some mutable reference to the inner value if it is …","Forwards to the method defined on the type dyn Error.","Forwards to the method defined on the type dyn Error.","Forwards to the method defined on the type dyn Error.","Returns some reference to the inner value if it is of type …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Forwards to the method defined on the type dyn Error.","Forwards to the method defined on the type dyn Error.","Returns true if the inner type is the same as T.","","","","","","","","","","Provides type based access to context intended for error …","","","","","","Request a reference of type T as context about this error.","Request a reference of type T as context about this error.","Request a reference of type T as context about this error.","Request a value of type T as context about this error.","Request a value of type T as context about this error.","Request a value of type T as context about this error.","","","The lower-level source of this error, if any.","Returns an iterator starting with the current error and …","","","","","","","","","","","","","","","","","","","Write escaped version of self to a new buffer","Write escaped version of self to out","Write escaped version of self to a new buffer","Write escaped version of self to out","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Gi","G","Ki","K","Mi","M","u","m","n","1","1i 1i is a special prefix which means “one but binary”…","SI prefix","Ti","T","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","b","B","deg","Hz","``","%","s","","W","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Represent block as described in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","This project uses instance field to uniquely identify each …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","This project uses name field to uniquely identify each “…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An HSVA color (hue, saturation, value, alpha).","","","An RGBA color (red, green, blue, alpha).","","","","","","","","","","","","","","","","","","","","","","","Return Color::None","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Create a new RGBA color from the hex value.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Create a new RGBA color.","Create a new HSVA color.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return Separator::Native","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Convert 2 letter country code to Unicode","A shorcut for Default::default() See …","","Tries to find a file in standard locations:","","","Example","","","","","","","","State of the widget. Affects the theming.","","","","","","","","","","","","Return State::Idle","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Construct I3BarBlock from this widget","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,2,2,2,0,12,2,5,12,2,5,0,2,2,0,2,0,0,0,2,5,0,12,2,5,2,2,2,0,12,2,5,0,2,12,2,0,12,0,12,0,0,12,2,5,12,2,5,12,2,5,2,2,0,12,2,5,0,0,0,0,0,18,0,18,0,18,0,18,0,18,0,18,18,16,18,16,16,16,0,18,0,18,0,18,18,0,18,0,18,0,18,0,18,18,0,18,18,16,16,0,18,16,0,18,18,16,0,18,0,18,0,18,0,18,0,18,0,18,0,18,18,0,18,0,18,0,18,0,18,0,18,0,18,0,18,18,0,18,16,16,16,0,18,0,18,0,18,0,18,0,18,0,18,16,0,18,18,16,18,16,18,16,0,18,0,18,18,16,16,0,18,0,18,0,18,0,0,243,26,243,26,26,26,26,26,26,26,243,26,26,243,26,26,0,243,26,243,26,243,26,243,26,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,27,27,27,27,27,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,28,28,28,28,28,29,0,0,29,29,29,30,29,30,30,30,29,30,29,30,30,30,30,30,29,30,30,29,30,30,30,30,30,30,29,30,30,30,30,29,30,0,29,30,29,30,29,30,29,30,30,0,0,0,0,0,43,31,33,35,36,31,33,35,36,43,31,33,35,36,43,31,33,35,36,43,31,33,35,36,31,33,31,33,31,33,35,36,31,33,35,36,31,33,35,36,31,33,31,33,31,33,35,36,31,33,35,36,43,31,33,43,31,33,35,36,31,33,35,36,43,43,31,31,33,33,35,35,36,36,43,31,33,31,33,35,36,31,33,35,36,43,31,33,35,36,43,31,33,31,33,35,36,35,36,31,33,31,33,31,33,35,36,0,31,33,35,36,31,33,35,36,31,33,35,36,31,33,35,36,43,31,33,35,36,43,31,33,35,36,43,31,33,35,36,43,0,50,50,50,50,50,50,50,50,50,50,50,0,50,50,50,50,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,51,51,51,51,51,51,0,52,52,52,52,52,52,52,52,0,52,52,52,52,53,0,53,0,53,54,54,54,53,54,53,53,53,54,53,54,53,54,53,54,54,54,53,54,54,54,53,54,53,54,0,53,54,53,54,53,54,53,54,53,54,0,55,55,55,55,55,55,55,55,55,55,55,55,55,0,55,55,55,55,55,0,56,56,56,56,56,56,56,56,56,56,0,56,56,56,56,56,0,57,57,57,57,57,57,57,57,57,57,0,57,57,57,57,57,57,58,0,0,58,58,58,59,58,59,58,59,58,59,59,58,59,59,58,59,58,59,58,59,0,58,59,58,59,58,59,58,59,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,0,60,60,60,60,60,60,0,64,0,64,64,64,64,0,0,64,61,62,61,62,61,62,64,65,61,62,64,65,61,62,61,62,61,62,61,62,65,61,62,64,61,62,64,65,65,61,62,61,62,64,65,61,62,61,62,64,65,65,61,61,62,62,64,65,65,61,62,65,61,62,64,65,61,62,65,65,61,62,65,61,62,61,62,0,61,62,61,62,61,62,61,62,65,61,62,61,62,64,61,62,64,65,61,62,64,65,61,62,64,65,61,62,64,65,0,0,0,0,0,0,0,67,69,0,0,0,70,72,74,76,67,69,78,79,80,81,67,69,82,82,70,70,72,72,78,79,74,74,76,76,80,81,85,89,90,91,92,93,93,93,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,67,69,78,79,80,81,78,79,78,79,67,69,82,70,72,78,79,74,76,80,81,67,69,82,70,72,78,79,74,76,80,81,93,67,94,95,96,69,85,82,89,70,90,72,78,97,98,79,91,74,92,76,80,81,67,94,95,96,69,85,89,90,78,97,98,79,91,92,80,81,93,93,80,81,67,69,78,79,80,81,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,93,71,73,67,67,94,95,96,69,69,85,82,89,70,90,72,75,77,78,78,97,98,79,79,91,74,92,76,80,80,81,81,93,82,70,72,74,76,93,71,73,71,73,67,94,95,96,69,85,89,90,78,97,98,79,91,92,80,81,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,67,94,95,96,69,85,89,90,78,97,98,79,91,92,80,81,94,95,96,97,98,78,79,85,89,90,91,92,77,78,79,77,0,0,0,0,67,69,78,79,80,81,94,95,96,97,98,0,0,0,0,0,0,0,0,93,85,89,90,91,92,85,89,90,91,92,75,75,0,0,0,0,67,69,78,79,78,79,78,79,78,79,67,69,67,69,67,69,67,69,78,79,78,79,0,67,69,78,79,80,81,67,69,78,79,80,81,67,69,82,70,72,78,79,74,76,80,81,71,71,73,73,67,94,95,96,69,85,82,89,70,90,72,75,75,77,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,71,73,67,94,95,96,69,85,82,89,70,90,72,75,77,78,97,98,79,91,74,92,76,80,81,93,0,105,0,105,105,105,105,106,105,106,105,105,105,106,105,106,106,105,106,106,105,106,106,105,106,106,105,106,0,106,105,105,106,105,106,105,106,105,106,0,107,107,107,107,107,107,107,107,107,107,107,107,0,107,107,107,107,107,108,0,108,0,108,108,109,108,109,108,108,109,108,109,109,108,109,109,108,109,109,109,108,109,109,0,109,109,108,108,109,108,109,108,109,108,109,0,110,110,110,110,110,110,110,110,110,110,110,110,110,0,110,110,110,110,110,110,0,0,111,112,111,112,111,111,111,111,111,112,111,111,112,111,112,111,112,112,0,112,111,111,112,111,112,111,112,111,112,0,113,0,113,113,114,113,114,113,113,113,114,113,114,113,114,114,113,114,114,113,114,113,114,114,0,114,114,113,113,114,113,114,113,114,114,113,114,0,115,115,115,115,115,115,115,115,115,115,115,115,115,115,0,115,115,115,115,0,0,127,0,0,0,0,0,0,0,0,0,0,127,0,0,116,118,120,121,122,123,120,121,116,116,118,118,122,123,124,125,117,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,120,121,122,123,122,123,122,123,122,123,117,119,117,119,120,121,116,118,122,123,120,121,116,118,122,123,117,119,117,119,127,128,120,129,130,121,124,116,125,118,122,123,120,129,130,121,124,125,122,123,127,128,122,123,117,119,117,119,128,120,121,122,123,117,119,120,129,130,121,124,116,125,118,122,123,127,128,128,117,119,120,120,129,130,121,121,124,116,125,118,122,122,123,123,127,128,116,118,120,121,119,119,120,129,130,121,124,125,122,123,117,119,120,129,130,121,124,116,125,118,122,123,127,128,120,129,130,121,124,125,122,123,129,130,124,125,120,121,122,123,129,130,120,121,122,123,127,128,122,123,124,125,124,125,122,123,122,123,120,121,120,121,120,121,120,121,122,123,0,120,121,122,123,120,121,122,123,120,121,122,123,120,121,116,118,122,123,120,121,117,117,119,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,117,119,120,129,130,121,124,116,125,118,122,123,127,128,122,123,0,131,131,131,131,131,131,131,131,131,131,131,131,0,131,131,131,131,131,131,131,131,0,132,132,132,132,132,132,132,132,132,132,132,132,132,132,0,132,132,132,132,132,0,133,133,133,133,133,133,133,133,133,133,133,133,133,133,0,133,133,133,133,133,0,134,134,134,134,134,134,134,134,134,134,134,134,134,0,134,134,134,134,0,135,135,135,135,135,135,135,135,135,135,0,135,135,135,135,135,0,0,138,0,0,139,136,137,139,136,137,136,137,136,137,138,139,136,137,138,139,136,137,136,137,136,137,136,137,138,139,136,137,136,137,138,139,139,136,137,136,137,138,139,136,136,137,137,138,139,139,139,136,137,136,137,138,139,136,137,136,137,138,139,136,137,0,136,137,139,136,137,136,137,136,137,138,139,136,137,138,139,136,137,138,139,136,137,138,139,141,141,0,0,141,140,0,140,142,140,141,142,140,141,142,140,141,140,141,140,141,142,140,140,141,142,142,142,142,140,140,140,140,140,140,141,142,142,140,141,142,140,142,140,141,142,142,142,142,142,142,140,141,142,0,142,142,140,141,140,141,142,140,141,142,140,141,142,140,141,142,0,145,145,145,145,145,145,145,145,145,145,0,145,145,145,145,0,0,146,147,146,147,146,146,147,147,146,147,146,147,146,147,146,147,147,147,147,146,147,147,146,147,146,146,147,0,146,146,147,146,147,146,147,146,147,147,0,148,148,148,148,148,148,148,148,148,148,148,0,148,148,148,148,149,0,149,0,149,150,149,150,150,149,149,149,150,149,150,149,149,149,149,149,149,150,150,150,149,150,149,150,150,150,150,150,149,150,149,150,0,150,149,149,150,149,150,149,150,149,150,150,0,0,151,151,151,152,151,152,151,151,152,151,152,151,152,152,151,152,152,151,152,152,0,152,151,151,152,151,152,151,152,151,152,0,153,153,153,153,153,153,153,153,153,153,153,153,153,0,153,153,153,153,0,154,154,154,154,154,154,154,154,154,154,0,154,154,154,154,0,0,156,156,155,156,155,156,155,156,155,156,155,155,156,155,155,155,156,155,155,156,155,156,0,155,155,155,156,155,156,155,156,155,156,0,157,157,157,157,0,157,157,157,157,157,157,0,157,157,157,157,157,157,0,160,160,0,161,161,160,161,160,161,160,161,160,161,161,160,161,161,160,161,0,0,0,161,160,161,160,161,160,161,160,161,0,162,162,162,162,162,162,162,162,162,162,0,163,163,163,163,163,163,163,163,163,163,0,164,164,164,164,164,164,164,164,164,164,0,164,164,164,164,164,165,0,0,165,165,165,165,0,0,165,165,165,165,166,165,166,167,168,165,166,167,168,165,166,167,168,165,166,167,168,167,165,167,168,165,165,165,165,165,165,166,167,168,165,166,167,168,167,165,165,166,167,168,167,165,166,167,168,165,166,167,168,165,166,167,168,165,166,167,168,166,165,166,167,168,0,0,0,0,11,11,170,14,171,11,170,14,171,171,170,170,14,14,11,170,171,11,170,14,171,11,11,171,11,171,171,11,170,14,171,11,170,14,171,170,170,170,171,171,171,11,170,14,171,11,171,11,170,171,11,171,170,171,170,11,170,14,171,11,170,14,171,11,170,14,171,11,170,14,171,0,173,0,0,173,0,0,173,0,0,0,0,24,177,24,173,177,24,173,172,24,24,173,24,173,244,245,13,172,172,172,172,172,172,172,172,172,172,173,173,173,173,173,244,245,13,177,177,24,24,173,244,13,177,24,173,246,13,24,177,24,173,172,172,172,24,24,24,24,244,245,13,245,177,172,24,172,172,172,172,172,172,172,172,172,172,247,13,172,172,24,173,177,24,177,24,173,177,24,173,177,24,173,177,24,173,0,0,248,248,249,249,0,0,0,0,189,190,191,189,190,191,189,190,191,189,190,191,0,189,190,191,191,191,191,191,191,189,190,191,190,0,189,190,190,191,191,189,189,190,191,191,191,190,190,191,0,0,189,0,0,190,189,190,191,189,190,191,189,190,191,189,190,191,191,0,0,189,190,191,0,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,194,0,0,0,0,0,0,0,0,0,0,0,0,195,196,197,198,199,200,201,195,196,197,198,199,200,201,195,196,197,198,199,200,201,205,195,196,197,198,199,200,201,195,196,197,198,199,200,201,205,195,195,196,197,198,199,200,201,0,195,196,197,198,199,200,201,195,196,197,198,199,200,201,195,196,197,198,199,200,201,195,196,197,198,199,200,201,0,0,0,208,0,208,208,208,0,0,206,204,206,207,208,209,210,204,206,207,208,209,210,204,206,207,208,209,210,204,204,204,204,206,206,206,206,207,207,207,207,208,208,208,208,209,209,209,209,210,210,210,210,204,206,207,208,209,210,207,204,206,207,208,209,210,204,206,207,208,209,210,204,206,207,0,204,206,207,208,209,210,204,206,207,208,209,210,204,206,207,208,209,210,204,204,206,207,208,209,210,211,211,211,211,211,211,211,211,211,211,211,0,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,0,0,215,215,215,215,0,0,213,214,215,213,214,215,213,213,213,214,215,213,214,215,213,213,213,214,215,213,213,214,213,213,214,214,215,215,213,214,215,213,214,215,213,214,215,250,250,251,216,216,216,216,216,216,216,0,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,202,202,202,0,202,202,0,0,218,218,202,218,202,218,218,202,218,202,218,218,218,218,218,202,218,202,218,218,218,218,218,218,202,217,218,218,218,218,218,218,218,218,218,202,218,202,218,202,218,202,202,218,218,202,218,218,252,252,0,0,222,222,221,221,222,221,222,221,222,221,222,221,221,222,221,222,221,222,222,222,221,221,221,222,221,221,222,221,222,221,222,221,222,221,222,0,0,0,226,0,0,0,226,227,226,227,225,225,225,225,225,225,225,225,226,227,225,226,227,225,226,227,225,226,227,225,225,225,226,227,225,226,227,225,225,225,226,227,225,225,225,225,225,225,225,226,227,225,225,226,227,225,226,227,225,226,227,225,226,227,225,225,226,227,0,169,169,169,169,169,169,169,169,169,169,0,169,169,169,169,169,169,169,169,169,169,231,0,231,0,0,0,229,230,229,230,229,229,232,230,231,229,232,230,231,229,230,231,229,230,231,0,229,230,229,230,229,232,230,229,232,230,231,229,230,229,230,231,229,232,230,231,229,229,230,229,230,229,230,229,230,229,230,229,230,229,232,230,231,229,232,230,232,0,229,230,229,230,229,230,232,229,230,231,229,229,232,230,231,229,232,230,231,229,232,230,231,229,232,230,231,229,230,229,230,253,236,0,0,236,236,0,236,234,235,234,235,236,0,234,234,235,236,234,235,236,234,235,236,234,235,236,234,235,236,236,234,235,236,234,234,234,234,234,235,236,234,234,235,235,236,234,236,234,235,234,235,236,234,235,234,235,236,234,235,236,236,234,235,236,234,235,236,234,235,236,234,235,236,235,234,235,236,237,237,0,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,237,0,0,0,0,0,0,0,0,0,0,233,233,233,233,0,233,0,25,233,25,233,25,233,25,233,25,233,233,233,233,233,233,233,25,233,25,233,25,25,25,233,25,25,233,25,25,25,25,25,233,25,233,25,233,25,233,25,233,25,25,25],"f":[0,0,0,[1,1],[1,1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],0,[[],1],[[],1],0,0,0,0,0,[[2,3],4],[[5,3],4],0,[[]],[[]],[[]],[6,[[8,[2,7]]]],[6,[[8,[2,7]]]],[[],[[10,[9]]]],0,[[]],[[]],[[]],0,0,[11,12],0,0,[12,13],0,[[12,14],13],0,0,[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[2,6],[[8,[7]]]],[[2,6],[[8,[7]]]],0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[16,16],[[]],0,0,0,0,0,0,[17,[[13,[18]]]],0,0,0,0,0,0,0,0,[[18,3],4],0,0,[[]],[[]],[16,[[13,[[20,[19]]]]]],0,0,[16,13],0,0,[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[18,21],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[18,16],22],0,0,[[16,23],13],[[16,24],13],[[16,25],13],0,0,0,0,0,0,0,0,0,0,0,0,[[]],0,0,[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],0,0,0,0,[[]],[[]],[16],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[],26],[17,[[8,[26]]]],0,[[26,3],4],0,0,[[]],[[]],0,[[]],[[]],[[]],[[26,16],13],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,[[],27],[17,[[8,[27]]]],[[27,3],4],0,0,0,[[]],0,0,[[]],[[]],[[27,16],13],[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],0,0,0,[[],28],[17,[[8,[28]]]],0,[[28,3],4],0,[[]],[[]],0,0,0,0,[[]],0,[[28,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],0,0,[[],29],[[],30],[17,[[8,[29]]]],[17,[[8,[30]]]],0,0,0,0,[[29,3],4],[[30,3],4],0,[[]],[[]],0,0,0,0,0,[[]],[[]],0,0,0,[[]],[[]],[[30,16],13],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,0,0,0,0,0,[31,32],[33,34],[35,32],[36,34],[31,32],[33,34],[35,32],[36,34],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[31]]]],[39,[[40,[33]]]],[37,[[38,[35]]]],[39,[[40,[36]]]],[31,[[8,[10]]]],[33,[[8,[10]]]],[31,[[8,[10]]]],[33,[[8,[10]]]],[31,[[8,[10]]]],[33,[[8,[10]]]],[35,[[8,[10]]]],[36,[[8,[10]]]],[31,31],[33,33],[35,35],[36,36],[[]],[[]],[[]],[[]],[31,41],[33,41],[31,[[41,[42]]]],[33,[[41,[42]]]],[31],[33],[35],[36],[31],[33],[35],[36],[17,[[8,[43]]]],[31,41],[33,41],0,[[],44],[[],44],[[],44],[[],44],[[31,3],4],[[33,3],4],[[35,3],4],[[36,3],4],[[43,3],4],0,[34,31],[[]],[[]],[34,33],[[]],[34,35],[[]],[34,36],[[]],[31,[[41,[45]]]],[33,[[41,[45]]]],[31,32],[33,34],[35,32],[36,34],[[]],[[]],[[]],[[]],[[]],[31,32],[33,34],[35,32],[36,34],0,[31,[[41,[45]]]],[33,[[41,[45]]]],[37,[[41,[31]]]],[39,[[41,[33]]]],[37,[[41,[35]]]],[39,[[41,[36]]]],[35,[[41,[46]]]],[36,[[41,[46]]]],[31,47],[33,48],[31,47],[33,48],[31,47],[33,48],[35,47],[36,48],[[43,16],13],[[31,49],8],[[33,49],8],[[35,49],8],[[36,49],8],[[],44],[[],44],[[],44],[[],44],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[],50],[17,[[8,[50]]]],[[50,3],4],0,0,[[]],0,[[]],[[]],[[50,16],13],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],0,0,[[],51],[17,[[8,[51]]]],[[51,3],4],0,[[]],0,0,[[]],0,[[]],0,[[51,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],[17,[[8,[52]]]],[[52,3],4],0,[[]],[[]],0,[[52,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[53,53],[[]],[[],54],[[],53],[17,[[8,[54]]]],[17,[[8,[53]]]],[[54,3],4],[[53,3],4],0,0,[[]],[[]],0,0,[[]],[[]],[[]],[[]],0,[[54,16],13],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,[[]],[[]],0,[[],55],[17,[[8,[55]]]],[[55,3],4],0,0,0,[[]],0,[[]],[[]],[[55,16],13],[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],[[],56],[17,[[8,[56]]]],[[56,3],4],0,[[]],0,[[]],[[]],[[56,16],13],0,[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],57],[17,[[8,[57]]]],[[57,3],4],0,[[]],0,[[]],[[]],[[57,16],13],[[],8],[[],8],[[],15],0,[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[],58],[[],59],[17,[[8,[58]]]],[17,[[8,[59]]]],0,[[58,3],4],[[59,3],4],0,[[]],[[]],[[]],[[]],[[]],[[]],[[59,16],13],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,[[],60],[17,[[8,[60]]]],[[60,3],4],0,[[]],0,0,0,0,[[]],[[]],[[60,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,0,[61,32],[62,34],[61,32],[62,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[61,[[41,[63]]]],[62,[[41,[63]]]],[37,[[38,[61]]]],[39,[[40,[62]]]],[61,[[8,[10]]]],[62,[[8,[10]]]],[61,[[8,[10]]]],[62,[[8,[10]]]],0,[61,61],[62,62],[64,64],[[]],[[]],[[]],0,[[],65],[61],[62],[61],[62],[17,[[8,[64]]]],[17,[[8,[65]]]],[[],44],[[],44],[[61,3],4],[[62,3],4],[[64,3],4],[[65,3],4],0,[34,61],[[]],[[]],[34,62],[[]],[[]],0,[61,32],[62,34],0,[[]],[[]],[[]],[[]],[61,32],[62,34],0,0,[37,[[41,[61]]]],[39,[[41,[62]]]],[[]],[61,47],[62,48],[61,47],[62,48],[[65,16],13],[[61,49],8],[[62,49],8],[[61,63],41],[[62,63],41],[[61,66],41],[[62,66],41],[[],44],[[],44],0,[61,[[41,[66]]]],[62,[[41,[66]]]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[67,[[41,[[68,[45]]]]]],[69,[[41,[[68,[45]]]]]],0,0,0,[70,[[41,[71]]]],[72,[[41,[73]]]],[74,[[41,[75]]]],[76,[[41,[77]]]],[67,32],[69,34],[78,32],[79,34],[80,32],[81,34],[67,32],[69,34],[82,[[84,[83]]]],[82,83],[70,83],[70,[[84,[83]]]],[72,[[84,[83]]]],[72,83],[78,32],[79,34],[74,[[84,[83]]]],[74,83],[76,[[84,[83]]]],[76,83],[80,32],[81,34],[85,[[88,[[87,[86]]]]]],[89,[[88,[[87,[86]]]]]],[90,[[88,[[87,[86]]]]]],[91,[[88,[[87,[86]]]]]],[92,[[88,[[87,[86]]]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[67]]]],[39,[[40,[69]]]],[37,[[38,[78]]]],[39,[[40,[79]]]],[37,[[38,[80]]]],[39,[[40,[81]]]],[78,[[8,[10]]]],[79,[[8,[10]]]],[78,[[8,[10]]]],[79,[[8,[10]]]],[67,67],[69,69],[82,82],[70,70],[72,72],[78,78],[79,79],[74,74],[76,76],[80,80],[81,81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],93],[67],[94],[95],[96],[69],[85],[82,83],[89],[70,83],[90],[72,83],[78],[97],[98],[79],[91],[74,83],[92],[76,83],[80],[81],[67],[94],[95],[96],[69],[85],[89],[90],[78],[97],[98],[79],[91],[92],[80],[81],[17,[[8,[93]]]],0,[80,[[41,[[68,[45]]]]]],[81,[[41,[[68,[45]]]]]],[[],44],[[],44],[[],44],[[],44],[[],44],[[],44],[[71,3],4],[[73,3],4],[[67,3],4],[[94,3],4],[[95,3],4],[[96,3],4],[[69,3],4],[[85,3],4],[[82,3],4],[[89,3],4],[[70,3],4],[[90,3],4],[[72,3],4],[[75,3],4],[[77,3],4],[[78,3],4],[[97,3],4],[[98,3],4],[[79,3],4],[[91,3],4],[[74,3],4],[[92,3],4],[[76,3],4],[[80,3],4],[[81,3],4],[[93,3],4],0,[[]],[[]],[34,67],[[]],[[]],[[]],[[]],[[]],[34,69],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[34,78],[[]],[[]],[[]],[34,79],[[]],[[]],[[]],[[]],[[]],[[]],[34,80],[[]],[34,81],[[]],[[[99,[[84,[83]]]]],[[10,[82]]]],[[[99,[[84,[83]]]]],[[10,[70]]]],[[[99,[[84,[83]]]]],[[10,[72]]]],[[[99,[[84,[83]]]]],[[10,[74]]]],[[[99,[[84,[83]]]]],[[10,[76]]]],0,[71,21],[73,21],0,0,[67,32],[94,100],[95,100],[96,100],[69,34],[85,101],[89,101],[90,101],[78,32],[97,100],[98,100],[79,34],[91,101],[92,101],[80,32],[81,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[67,32],[94,100],[95,100],[96,100],[69,34],[85,101],[89,101],[90,101],[78,32],[97,100],[98,100],[79,34],[91,101],[92,101],[80,32],[81,34],[[]],[[]],[[]],[[]],[[]],[78,[[41,[42]]]],[79,[[41,[42]]]],[85,42],[89,42],[90,42],[91,42],[92,42],[77,21],[78,[[41,[45]]]],[79,[[41,[45]]]],0,0,0,0,0,[37,[[41,[67]]]],[39,[[41,[69]]]],[37,[[41,[78]]]],[39,[[41,[79]]]],[37,[[41,[80]]]],[39,[[41,[81]]]],[94,10],[95,10],[96,10],[97,10],[98,10],0,0,0,0,0,0,0,0,[[]],[[[88,[85]],102],[[103,[10]]]],[[[88,[89]],102],[[103,[10]]]],[[[88,[90]],102],[[103,[10]]]],[[[88,[91]],102],[[103,[10]]]],[[[88,[92]],102],[[103,[10]]]],[[[88,[85]],102,10],[[103,[104]]]],[[[88,[89]],102,10],[[103,[104]]]],[[[88,[90]],102,10],[[103,[104]]]],[[[88,[91]],102,10],[[103,[104]]]],[[[88,[92]],102,10],[[103,[104]]]],[75,42],0,0,0,0,0,[67,[[41,[94]]]],[69,[[41,[85]]]],[78,47],[79,48],[78,47],[79,48],[78,[[41,[98]]]],[79,[[41,[92]]]],[[78,23],[[41,[98]]]],[[79,23],[[41,[92]]]],[67,[[41,[95]]]],[69,[[41,[89]]]],[[67,23],[[41,[95]]]],[[69,23],[[41,[89]]]],[67,[[41,[96]]]],[69,[[41,[90]]]],[[67,23],[[41,[96]]]],[[69,23],[[41,[90]]]],[78,[[41,[97]]]],[79,[[41,[91]]]],[[78,23],[[41,[97]]]],[[79,23],[[41,[91]]]],[[93,16],13],[[67,49],8],[[69,49],8],[[78,49],8],[[79,49],8],[[80,49],8],[[81,49],8],[[],44],[[],44],[[],44],[[],44],[[],44],[[],44],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[83,[[41,[71]]]],[[],8],[83,[[41,[73]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[83,[[41,[75]]]],[83,[[41,[77]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[105,105],[[]],[[],105],[[],106],[17,[[8,[105]]]],[17,[[8,[106]]]],0,[[105,3],4],[[106,3],4],0,[[]],[[]],0,[[]],[[]],0,[[]],[[]],[[106,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,[[],107],[17,[[8,[107]]]],[[107,3],4],0,[[]],0,0,[[]],[[]],[[107,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[108,108],[[]],[[],109],[17,[[8,[108]]]],[17,[[8,[109]]]],0,[[108,3],4],[[109,3],4],0,[[]],[[]],0,0,[[]],[[]],[[]],[[109,16],13],0,0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,0,[[],110],[17,[[8,[110]]]],[[110,3],4],0,0,[[]],0,[[]],[[]],[[110,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,[[]],[[]],[[]],[[]],[111,111],[[]],0,0,[17,[[8,[111]]]],[17,[[8,[112]]]],0,[[111,3],4],[[112,3],4],[[]],[[]],[[]],[[]],0,[[112,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,0,0,[[]],[[]],[[]],[[]],[113,113],[[]],[[],113],[[],114],[17,[[8,[113]]]],[17,[[8,[114]]]],[[113,3],4],[[114,3],4],0,[[]],[[]],0,[[]],[[]],[[]],[[]],0,[[114,16],13],0,0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],0,[[]],[[]],0,[[]],[[]],[[],115],[17,[[8,[115]]]],0,[[115,3],4],0,0,[[]],0,0,[[]],0,[[]],[[115,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[116,[[41,[117]]]],[118,[[41,[119]]]],[120,32],[121,34],[122,32],[123,34],[120,32],[121,34],[116,83],[116,[[84,[83]]]],[118,[[84,[83]]]],[118,83],[122,32],[123,34],[124,[[88,[[87,[86]]]]]],[125,[[88,[[87,[86]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[120]]]],[39,[[40,[121]]]],[37,[[38,[122]]]],[39,[[40,[123]]]],[122,[[8,[10]]]],[123,[[8,[10]]]],[122,[[8,[10]]]],[123,[[8,[10]]]],[122,[[8,[10]]]],[123,[[8,[10]]]],[117,42],[119,42],0,0,[120,120],[121,121],[116,116],[118,118],[122,122],[123,123],[[]],[[]],[[]],[[]],[[]],[[]],[117,126],[119,126],0,0,[[],127],[[],128],[120],[129],[130],[121],[124],[116,83],[125],[118,83],[122],[123],[120],[129],[130],[121],[124],[125],[122],[123],[17,[[8,[127]]]],[17,[[8,[128]]]],[122,[[41,[126]]]],[123,[[41,[126]]]],[117,42],[119,42],0,0,0,[[],44],[[],44],[[],44],[[],44],[[117,3],4],[[119,3],4],[[120,3],4],[[129,3],4],[[130,3],4],[[121,3],4],[[124,3],4],[[116,3],4],[[125,3],4],[[118,3],4],[[122,3],4],[[123,3],4],[[127,3],4],[[128,3],4],0,[[]],[[]],[[]],[34,120],[[]],[[]],[[]],[34,121],[[]],[[]],[[]],[[]],[[]],[34,122],[[]],[34,123],[[]],[[]],[[[99,[[84,[83]]]]],[[10,[116]]]],[[[99,[[84,[83]]]]],[[10,[118]]]],[120,[[41,[42]]]],[121,[[41,[42]]]],[119,42],0,[120,32],[129,100],[130,100],[121,34],[124,101],[125,101],[122,32],[123,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[120,32],[129,100],[130,100],[121,34],[124,101],[125,101],[122,32],[123,34],[[]],[[]],[124,42],[125,42],[37,[[41,[120]]]],[39,[[41,[121]]]],[37,[[41,[122]]]],[39,[[41,[123]]]],[129,10],[130,10],[120,[[41,[126]]]],[121,[[41,[126]]]],[122,41],[123,41],[[]],[[]],[122,[[41,[42]]]],[123,[[41,[42]]]],[[[88,[124]],102],[[103,[10]]]],[[[88,[125]],102],[[103,[10]]]],[[[88,[124]],102,10],[[103,[104]]]],[[[88,[125]],102,10],[[103,[104]]]],[122,47],[123,48],[122,47],[123,48],[120,[[41,[129]]]],[121,[[41,[124]]]],[120,[[41,[130]]]],[121,[[41,[125]]]],[[120,23],[[41,[130]]]],[[121,23],[[41,[125]]]],[[120,23],[[41,[129]]]],[[121,23],[[41,[124]]]],[122,47],[123,48],[[128,16],13],[[120,49],8],[[121,49],8],[[122,49],8],[[123,49],8],[[120,42],41],[[121,42],41],[[122,42],41],[[123,42],41],[[],44],[[],44],[[],44],[[],44],[[]],[[]],[[]],[[]],[[]],[[]],[120,41],[121,41],[[],8],[83,[[41,[117]]]],[[],8],[83,[[41,[119]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[122,[[41,[126]]]],[123,[[41,[126]]]],0,[[]],[[]],[[],131],[17,[[8,[131]]]],[[131,3],4],0,[[]],0,[[]],0,[[]],0,[[131,16],13],0,0,0,0,[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],132],[17,[[8,[132]]]],[[132,3],4],0,[[]],0,0,0,0,0,[[]],[[]],[[132,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,[[]],[[]],0,[[],133],[17,[[8,[133]]]],[[133,3],4],0,0,0,[[]],0,[[]],[[]],[[133,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,[[]],[[]],0,[[],134],[17,[[8,[134]]]],[[134,3],4],0,[[]],[[]],0,0,[[]],[[134,16],13],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],135],[17,[[8,[135]]]],[[135,3],4],0,[[]],0,[[]],[[]],[[135,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,[136,[[41,[45]]]],[137,[[41,[45]]]],0,[136,32],[137,34],[136,32],[137,34],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[38,[136]]]],[39,[[40,[137]]]],[136,[[8,[10]]]],[137,[[8,[10]]]],[136,136],[137,137],[[]],[[]],[[],138],[[],139],[136],[137],[136],[137],[17,[[8,[138]]]],[17,[[8,[139]]]],0,[[],44],[[],44],[[136,3],4],[[137,3],4],[[138,3],4],[[139,3],4],[34,136],[[]],[34,137],[[]],[[]],[[]],0,0,[136,32],[137,34],[[]],[[]],[[]],[[]],[136,32],[137,34],[37,[[41,[136]]]],[39,[[41,[137]]]],[[]],[[]],[136,47],[137,48],[[139,16],13],[[136,49],8],[[137,49],8],0,[[],44],[[],44],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[140,140],[141,141],[[]],[[]],[[],140],[[],141],[[],142],[140,[[143,[21]]]],[17,[[8,[140]]]],[17,[[8,[141]]]],[17,[[8,[142]]]],0,0,0,[[140,140],42],[[],42],[[],42],[[],42],[[],42],[[140,3],4],[[141,3],4],[[142,3],4],0,[[]],[[]],[[]],[[140,144]],0,[[]],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[142,16],13],0,0,[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[]],[[]],[[]],0,[[]],[[]],[[],145],[17,[[8,[145]]]],[[145,3],4],0,[[]],0,[[]],[[]],[[145,16],13],[[],8],[[],8],[[],15],[[]],0,0,[[]],[[]],[[]],[[]],[146,146],[[]],0,0,[[],146],[[],147],[17,[[8,[146]]]],[17,[[8,[147]]]],0,0,[[146,3],4],[[147,3],4],0,0,0,[[]],[[]],0,[[]],[[]],0,[[]],[[]],[[147,16],13],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,[[]],[[]],[[],148],[17,[[8,[148]]]],0,[[148,3],4],0,[[]],0,[[]],[[]],[[148,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,[[]],[[]],[[]],[[]],0,[149,149],[[]],[[],149],[[],150],[17,[[8,[149]]]],[17,[[8,[150]]]],[[149,149],42],[[],42],[[],42],[[],42],[[],42],[[149,3],4],[[150,3],4],0,0,[[]],[[]],[[149,63],63],0,0,0,0,0,[[]],[[]],[[]],[[]],[[150,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[151,151],[[]],[[],152],[17,[[8,[151]]]],[17,[[8,[152]]]],[[151,3],4],[[152,3],4],0,[[]],[[]],0,[[]],[[]],[[]],[[152,16],13],0,[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],0,0,0,[17,[[8,[153]]]],[[153,3],4],0,[[]],0,0,0,[[]],[[153,16],13],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],154],[17,[[8,[154]]]],[[154,3],4],0,[[]],0,[[]],[[]],[[154,16],13],[[],8],[[],8],[[],15],[[]],0,0,0,0,[[]],[[]],[[]],[[]],[[],155],[[],156],[17,[[8,[155]]]],[17,[[8,[156]]]],0,[[155,3],4],[[156,3],4],0,0,[[]],[[]],0,[[]],[[]],[[]],[[]],[[155,16],13],0,0,[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],[[],157],[17,[[8,[157]]]],[17,[[13,[[159,[158]]]]]],[[157,3],4],0,[[]],0,[[]],[[]],[[157,16],13],0,0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[17,[[8,[160]]]],[17,[[8,[161]]]],[[160,3],4],[[161,3],4],0,[[]],[[]],0,[[]],[[]],0,0,[[161,16],13],0,[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,[[]],[[]],[17,[[8,[162]]]],[[162,3],4],[[]],[[]],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[17,[[8,[163]]]],[[163,3],4],[[]],[[]],[[],8],[[],8],[[],15],[[]],0,[[]],[[]],[[],164],[17,[[8,[164]]]],[[164,3],4],0,[[]],0,[[]],[[]],[[164,16],13],0,[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[165,165],[166,166],[167,167],[168,168],[[]],[[]],[[]],[[]],[[],167],[17,[[13,[165]]]],[17,[[8,[167]]]],[17,[[8,[168]]]],[[165,165],42],[[],42],[[],42],[[],42],[[],42],[[165,3],4],[[166,3],4],[[167,3],4],[[168,3],4],[[]],[[]],[[]],[[]],[[167,169],[[13,[[10,[166]]]]]],[[165,144]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[170,170],[[]],0,0,[[],11],[[],170],[[],171],[17,[[8,[11]]]],[17,[[8,[170]]]],[17,[[8,[14]]]],[17,[[8,[171]]]],0,0,0,0,0,0,[[11,3],4],[[170,3],4],[[14,3],4],[[171,3],4],[[]],[[]],[[]],[[]],[[170,21,[10,[63]]],[[13,[45]]]],0,0,0,0,0,[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],0,0,0,0,[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[],[[10,[172]]]],0,[24,24],[173,173],[[]],[[]],[[],13],[[],13],[[[13,[[0,[172,174,175]]]]],13],[[],21],[[[87,[172,176]]],[[8,[[87,[172,176]],[87,[172,176]]]]]],[[[87,[172,176]]],[[8,[[87,[172,176]],[87,[172,176]]]]]],[[[87,[172,176]]],[[8,[[87,[172,176]],[87,[172,176]]]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[172,[[10,[172]]]],[[173,173],42],[[],42],[[],42],[[],42],[[],42],[[[99,[[143,[21]]]]],13],[[[99,[[143,[21]]]]],13],[[[13,[[0,[172,174,175]]]],[99,[[143,[21]]]]],13],[[177,3],4],[[177,3],4],[[24,3],4],[[24,3],4],[[173,3],4],[[[99,[[143,[21]]]]],13],[[[13,[[0,[172,174,175]]]],[99,[[143,[21]]]]],13],[[]],[[]],[[]],[[21,178]],[[13,21,178],13],[[24,21,178],24],[[]],[[]],[[]],[172,42],[172,42],[172,42],0,0,[[[99,[[143,[21]]]]],24],[[[99,[[143,[21]]]]],24],[179,13],[179,13],[[[13,[[0,[172,174,175]]]],179],13],[179,13],[180],[180],[180],[[172,181,182]],[[172,181,182]],[[172,181,182]],[[172,181,182]],[172,[[10,[183]]]],[172,[[10,[183]]]],[172,[[10,[183]]]],[172,10],[172,10],[172,10],[[],[[13,[184]]]],[[[13,[185]]],[[13,[184]]]],[[],[[10,[172]]]],[172,186],[[]],[[]],[[],45],[[],45],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[]],[[]],[[]],0,0,[183,[[0,[187,188]]]],[187],[183,[[0,[187,188]]]],[187],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[189,189],[190,190],[191,191],[[]],[[]],[[]],0,[[189,21],42],[[],190],[[],191],[[191,191],42],[[],42],[[],42],[[],42],[[],42],[[189,3],4],[[190,3],4],[[191,3],4],[190,45],0,[[]],[45,190],[[]],[[]],0,[189,[[68,[192]]]],[[]],[[]],[[]],[191,42],0,0,[[]],[[]],0,0,[[189,193,170],13],0,0,0,[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],0,0,0,[[]],[[]],[[]],0,[[]],[[]],[194,194],[[]],[[],194],[17,[[13,[194]]]],[[194,3],4],[[]],[21,[[13,[194]]]],0,[[]],[[]],0,[[]],[[],8],[[],8],[[],15],[[]],[[194,21],[[13,[189]]]],[[194,194],189],[[194,189],189],[[194,21,21],[[13,[189]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[195,3],4],[[196,3],4],[[197,3],4],[[198,3],4],[[199,3],4],[[200,3],4],[[201,3],4],[[202,170],[[13,[45]]]],[[195,202,170],[[13,[45]]]],[[196,202,170],[[13,[45]]]],[[197,202,170],[[13,[45]]]],[[198,202,170],[[13,[45]]]],[[199,202,170],[[13,[45]]]],[[200,202,170],[[13,[45]]]],[[201,202,170],[[13,[45]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[10,[203]]]],[195,[[10,[203]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[21,[23,[204]]],[[13,[[87,[205]]]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[204,204],42],[[206,206],42],[[207,207],42],[[208,208],42],[[209,209],42],[[210,210],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[204,3],4],[[206,3],4],[[207,3],4],[[208,3],4],[[209,3],4],[[210,3],4],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[21,[[13,[210]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[211,63],63],[[]],[[]],[211,211],[[]],[[211,211],212],[[],212],[63,211],[63,211],[[211,211],42],[[],42],[[],42],[[],42],[[],42],[[211,3],4],[[211,3],4],[[]],[21,[[13,[211]]]],[[]],[211,42],[[211,211],211],[[],211],[[],211],[[211,211],[[10,[212]]]],[[]],[[],45],[[],8],[[],8],[[],15],[[]],[[]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[213,21],42],[[],213],[[213,3],4],[[214,3],4],[[215,3],4],[[]],[[]],[[]],[21,[[13,[213]]]],[[213,[68,[192]]]],[[]],[[]],[[]],[[]],[[213,193,170],[[13,[[68,[190]]]]]],[[214,193,170],[[13,[[68,[190]]]]]],[210,[[13,[213]]]],[[],8],[[],8],[209,[[13,[214]]]],[[],8],[208,[[13,[215]]]],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[216,211],211],[216,216],[[]],[[216,63,216],[[13,[63]]]],[[216,216],42],[[],42],[[],42],[[],42],[[],42],[[216,3],4],[[216,3],4],[[]],[21,[[13,[216]]]],[[]],[[]],[[],45],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,[217,218],[[]],[[]],[[]],[[]],[217,218],[218,218],[202,202],[[]],[[]],[[[159,[219]],[10,[220]]],218],[218,205],[217,218],[[],218],[[218,3],4],[[202,3],4],[[]],[[]],[217,218],[[[99,[[143,[21]]]]],218],[[[99,[[143,[21]]]],63],218],[[[99,[[143,[21]]]],63,63,63],218],0,[[]],[[]],[[],63],[[218,42],218],0,[202,218],[217,218],[[217,216],218],[217,218],[217,218],[45,218],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[202,21],[[218,42],218],[[]],[[]],[217,218],[[218,21],218],0,0,0,0,0,0,[[221,[223,[45,222]]]],[[]],[[]],[[]],[[]],[221,221],[222,222],[[]],[[]],[[],221],[17,[[8,[221]]]],[17,[[8,[222]]]],[[221,3],4],[[222,3],4],[[]],[21,222],[[]],[[[224,[21]]],222],[21,[[13,[221]]]],[[221,21,[10,[63]]],[[10,[21]]]],[[]],[[]],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],0,0,[42],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[225,225],[226,226],[227,227],[[]],[[]],[[]],0,[[],225],[[225,3],4],[[226,3],4],[[227,3],4],[[]],[[]],[[]],0,0,[[]],[[]],[[]],0,0,0,[[]],0,0,[[225,49],8],[[226,49],8],[[227,49],8],0,[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],0,[[]],[[]],0,[169,169],[[]],[[169,169],42],[[],42],[[],42],[[],42],[[],42],[[42,203],[[88,[[87,[228]]]]]],[[169,3],4],[[]],0,0,[[]],[[]],[[],8],[[],8],[[],15],[[]],0,0,0,0,0,0,0,0,0,0,[[229,230],13],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[229,229],[230,230],[231,231],[[]],[[]],[[]],0,0,0,0,0,[[],229],[[],232],[[],230],[17,[[8,[229]]]],[17,[[8,[232]]]],[17,[[8,[230]]]],[17,[[8,[231]]]],0,0,[[229,3],4],[[230,3],4],[[231,3],4],[[]],[[]],[[]],[[]],[[229,233]],0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[],8],[232,[[13,[229]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],[[],15],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[234,234]],[[235,235]],[[236,236]],[[63,63],42],0,[[]],[[]],[[]],[[]],[[]],[[]],[234,234],[235,235],[236,236],[[]],[[]],[[]],[[],234],[[],235],[[],236],[17,[[13,[236]]]],[[234,234],42],[[235,235],42],[[236,236],42],[[],42],[[],42],[[],42],[[],42],[[234,3],4],[[235,3],4],[[236,3],4],[235,234],[[]],[[]],[234,235],[[]],[126,234],[21,[[13,[236]]]],0,0,[[]],[[]],[[]],[[46,46,46,46],234],[[63,63,63,46],235],[[]],[[]],[[]],0,0,[[236,49],13],[236,42],[[]],[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[],15],0,[[]],[[]],[[]],0,0,0,[[]],[[]],[237,237],[[]],[[],237],[17,[[13,[237]]]],[[237,237],42],[[],42],[[],42],[[],42],[[],42],[[237,3],4],[[]],[21,[[13,[237]]]],[[]],[[]],[[]],[[],8],[[],8],[[],15],[[]],[21,45],[[],188],[[[239,[238]]],[[13,[240]]]],[[21,[10,[21]],[10,[21]]],[[10,[241]]]],[[[23,[63]]],45],[21,[[13,[42]]]],0,[[],[[13,[39]]]],[[],[[13,[39]]]],[[[239,[238]]],[[242,[45]]]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[25,25],[233,233],[[]],[[]],[[],25],[[],233],[17,[[8,[233]]]],[[233,233],42],[[],42],[[],42],[[],42],[[],42],[[25,3],4],[[233,3],4],[[]],[[]],[[25,170,178],[[13,[[68,[225]]]]]],[25,[[68,[192]]]],[[]],[[]],[[],25],[[]],[[]],[[25,189]],[[25,45]],[[25,193]],0,[[]],[[]],[[],8],[[],8],[[],8],[[],8],[[],15],[[],15],[[]],[[]],[[25,189],25],[[25,233],25],[[25,45],25]],"c":[2528,2537],"p":[[3,"Command"],[3,"CliArgs"],[3,"Formatter"],[6,"Result"],[3,"Block"],[3,"ArgMatches"],[6,"Error"],[4,"Result"],[3,"Id"],[4,"Option"],[3,"Config"],[3,"BarState"],[6,"Result"],[3,"BlockConfigEntry"],[3,"TypeId"],[3,"CommonApi"],[8,"Deserializer"],[4,"BlockConfig"],[6,"BlockAction"],[3,"UnboundedReceiver"],[15,"str"],[6,"BlockFuture"],[15,"slice"],[3,"Error"],[3,"Widget"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"BatteryDriver"],[3,"Config"],[3,"Device1ProxyBlocking"],[3,"Proxy"],[3,"Device1Proxy"],[3,"Proxy"],[3,"Battery1ProxyBlocking"],[3,"Battery1Proxy"],[3,"Connection"],[3,"ProxyBuilder"],[3,"Connection"],[3,"ProxyBuilder"],[6,"Result"],[15,"bool"],[3,"Config"],[3,"Signature"],[3,"String"],[15,"u8"],[3,"PropertyIterator"],[3,"PropertyStream"],[8,"Serializer"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"InfoType"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"Driver"],[3,"Config"],[3,"Config"],[3,"WlGammarelayRsBusProxyBlocking"],[3,"WlGammarelayRsBusProxy"],[15,"f64"],[4,"HueShifter"],[3,"Config"],[15,"u16"],[3,"NotificationsDbusProxyBlocking"],[3,"Vec"],[3,"NotificationsDbusProxy"],[3,"notificationPosted"],[3,"notificationPostedArgs"],[3,"notificationRemoved"],[3,"notificationRemovedArgs"],[3,"reachableChanged"],[3,"reachableChangedArgs"],[3,"nameChanged"],[3,"nameChangedArgs"],[3,"DeviceDbusProxyBlocking"],[3,"DeviceDbusProxy"],[3,"DaemonDbusProxyBlocking"],[3,"DaemonDbusProxy"],[3,"allNotificationsRemoved"],[3,"Message"],[3,"Arc"],[3,"allNotificationsRemovedStream"],[8,"Future"],[3,"Box"],[3,"Pin"],[3,"notificationPostedStream"],[3,"notificationRemovedStream"],[3,"reachableChangedStream"],[3,"nameChangedStream"],[3,"Config"],[3,"allNotificationsRemovedIterator"],[3,"notificationPostedIterator"],[3,"notificationRemovedIterator"],[3,"reachableChangedIterator"],[3,"nameChangedIterator"],[8,"Into"],[3,"SignalIterator"],[3,"SignalStream"],[3,"Context"],[4,"Poll"],[4,"PollResult"],[4,"KeyboardLayoutDriver"],[3,"Config"],[3,"Config"],[4,"MailType"],[3,"Config"],[3,"Config"],[3,"Item"],[3,"Config"],[4,"PlayerName"],[3,"Config"],[3,"Config"],[3,"Subscribe"],[3,"SubscribeArgs"],[3,"SubscribeV2"],[3,"SubscribeV2Args"],[3,"SwayNCDbusProxyBlocking"],[3,"SwayNCDbusProxy"],[3,"DunstDbusProxyBlocking"],[3,"DunstDbusProxy"],[3,"SubscribeStream"],[3,"SubscribeV2Stream"],[15,"u32"],[4,"DriverType"],[3,"Config"],[3,"SubscribeIterator"],[3,"SubscribeV2Iterator"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"UnitProxyBlocking"],[3,"UnitProxy"],[4,"DriverType"],[3,"Config"],[4,"DeviceKind"],[4,"SoundDriver"],[3,"Config"],[4,"Cow"],[8,"Hasher"],[3,"Config"],[3,"Filter"],[3,"Config"],[3,"Config"],[4,"TemperatureScale"],[3,"Config"],[4,"Timezone"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"DriverType"],[3,"Config"],[3,"Local"],[3,"DateTime"],[4,"WeatherService"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"MouseButton"],[3,"PostActions"],[3,"ClickHandler"],[3,"ClickConfigEntry"],[3,"I3BarEvent"],[3,"SharedConfig"],[3,"CommonBlockConfig"],[8,"StdError"],[4,"ErrorKind"],[8,"Send"],[8,"Sync"],[3,"Global"],[3,"BoxErrorWrapper"],[15,"usize"],[8,"FnOnce"],[3,"Demand"],[3,"Field"],[8,"Visit"],[8,"Sized"],[8,"Error"],[8,"Display"],[3,"Source"],[8,"Write"],[8,"Default"],[3,"Format"],[3,"Fragment"],[3,"Metadata"],[15,"u64"],[6,"Values"],[3,"Config"],[3,"StrFormatter"],[3,"PangoStrFormatter"],[3,"BarFormatter"],[3,"EngFormatter"],[3,"FixFormatter"],[3,"DatetimeFormatter"],[3,"FlagFormatter"],[4,"ValueInner"],[3,"Duration"],[3,"Arg"],[8,"Formatter"],[3,"Formatter"],[3,"Placeholder"],[4,"Token"],[3,"TokenList"],[3,"FormatTemplate"],[4,"Prefix"],[4,"Ordering"],[3,"FormatTemplate"],[3,"TokenList"],[4,"Token"],[4,"Unit"],[8,"IntoF64"],[3,"Value"],[3,"Utc"],[4,"Tz"],[3,"Icons"],[4,"Icon"],[3,"HashMap"],[15,"array"],[3,"I3BarBlock"],[4,"I3BarBlockAlign"],[4,"I3BarBlockMinWidth"],[8,"Stream"],[3,"Theme"],[3,"ThemeOverrides"],[4,"ColorOrLink"],[3,"ThemeUserConfig"],[4,"State"],[3,"Rgba"],[3,"Hsva"],[4,"Color"],[4,"Separator"],[3,"Path"],[8,"AsRef"],[8,"DeserializeOwned"],[3,"PathBuf"],[6,"Result"],[3,"Device"],[8,"ResultExt"],[8,"OptionExt"],[8,"InBlock"],[8,"ToSerdeError"],[8,"CollectEscaped"],[8,"Escaped"],[13,"Placeholder"],[13,"Icon"],[13,"Number"],[13,"Link"]]}\ }'); if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)}; if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex}; diff --git a/src/i3status_rs/blocks/amd_gpu.rs.html b/src/i3status_rs/blocks/amd_gpu.rs.html index 58c483c87e..c2891c78be 100644 --- a/src/i3status_rs/blocks/amd_gpu.rs.html +++ b/src/i3status_rs/blocks/amd_gpu.rs.html @@ -127,13 +127,63 @@ 127 128 129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179

    //! Display the stats of your AMD GPU
     //!
     //! # Configuration
     //!
     //! Key | Values | Default
     //! ----|--------|--------
    -//! `device` | The device in `/sys/class/drm/` to read from. | `"card0"`
    +//! `device` | The device in `/sys/class/drm/` to read from. | Any AMD card
     //! `format` | A string to customise the output of this block. See below for available placeholders. | `" $icon $utilization "`
     //! `format_alt` | If set, block will switch between `format` and `format_alt` on every click | `None`
     //! `interval` | Update interval in seconds | `5`
    @@ -163,7 +213,10 @@
     //! # Icons Used
     //! - `gpu`
     
    -use std::str::FromStr;
    +use std::path::PathBuf;
    +use std::str::FromStr;
    +
    +use tokio::fs::read_dir;
     
     use super::prelude::*;
     use crate::util::read_file;
    @@ -171,8 +224,7 @@
     #[derive(Deserialize, Debug, SmartDefault)]
     #[serde(deny_unknown_fields, default)]
     pub struct Config {
    -    #[default("card0".into())]
    -    pub device: String,
    +    pub device: Option<String>,
         pub format: FormatConfig,
         pub format_alt: Option<FormatConfig>,
         #[default(5.into())]
    @@ -190,10 +242,18 @@
             None => None,
         };
     
    +    let device = match &config.device {
    +        Some(name) => Device::new(name),
    +        None => Device::default_card()
    +            .await
    +            .error("failed to get default GPU")?
    +            .error("no GPU found")?,
    +    };
    +
         loop {
             let mut widget = Widget::new().with_format(format.clone());
     
    -        let info = read_gpu_info(&config.device).await?;
    +        let info = device.read_info().await?;
     
             widget.set_values(map! {
                 "icon" => Value::icon("gpu"),
    @@ -230,30 +290,70 @@
         }
     }
     
    +pub struct Device {
    +    path: PathBuf,
    +}
    +
     struct GpuInfo {
         utilization_percents: f64,
         vram_total_bytes: f64,
         vram_used_bytes: f64,
     }
     
    -async fn read_prop<T: FromStr>(device: &str, prop: &str) -> Option<T> {
    -    read_file(format!("/sys/class/drm/{device}/device/{prop}"))
    -        .await
    -        .ok()
    -        .and_then(|x| x.parse().ok())
    -}
    +impl Device {
    +    fn new(name: &str) -> Self {
    +        Self {
    +            path: PathBuf::from(format!("/sys/class/drm/{name}/device")),
    +        }
    +    }
     
    -async fn read_gpu_info(device: &str) -> Result<GpuInfo> {
    -    Ok(GpuInfo {
    -        utilization_percents: read_prop::<f64>(device, "gpu_busy_percent")
    -            .await
    -            .error("Failed to read gpu_busy_percent")?,
    -        vram_total_bytes: read_prop::<f64>(device, "mem_info_vram_total")
    -            .await
    -            .error("Failed to read mem_info_vram_total")?,
    -        vram_used_bytes: read_prop::<f64>(device, "mem_info_vram_used")
    +    async fn default_card() -> std::io::Result<Option<Self>> {
    +        let mut dir = read_dir("/sys/class/drm").await?;
    +
    +        while let Some(entry) = dir.next_entry().await? {
    +            let name = entry.file_name();
    +            let Some(name) = name.to_str() else { continue };
    +            if !name.starts_with("card") {
    +                continue;
    +            }
    +
    +            let mut path = entry.path();
    +            path.push("device");
    +
    +            let Ok(uevent) = read_file(path.join("uevent")).await else {
    +                continue;
    +            };
    +
    +            if uevent.contains("PCI_ID=1002") {
    +                return Ok(Some(Self { path }));
    +            }
    +        }
    +
    +        Ok(None)
    +    }
    +
    +    async fn read_prop<T: FromStr>(&self, prop: &str) -> Option<T> {
    +        read_file(self.path.join(prop))
                 .await
    -            .error("Failed to read mem_info_vram_used")?,
    -    })
    +            .ok()
    +            .and_then(|x| x.parse().ok())
    +    }
    +
    +    async fn read_info(&self) -> Result<GpuInfo> {
    +        Ok(GpuInfo {
    +            utilization_percents: self
    +                .read_prop::<f64>("gpu_busy_percent")
    +                .await
    +                .error("Failed to read gpu_busy_percent")?,
    +            vram_total_bytes: self
    +                .read_prop::<f64>("mem_info_vram_total")
    +                .await
    +                .error("Failed to read mem_info_vram_total")?,
    +            vram_used_bytes: self
    +                .read_prop::<f64>("mem_info_vram_used")
    +                .await
    +                .error("Failed to read mem_info_vram_used")?,
    +        })
    +    }
     }
     
    \ No newline at end of file
    KeyValuesDefault
    deviceThe device in /sys/class/drm/ to read from."card0"
    deviceThe device in /sys/class/drm/ to read from.Any AMD card
    formatA string to customise the output of this block. See below for available placeholders." $icon $utilization "
    format_altIf set, block will switch between format and format_alt on every clickNone
    intervalUpdate interval in seconds5