From 06261c1c995d33cd6980ea13b42b1a2215387dff Mon Sep 17 00:00:00 2001 From: MaxVerevkin <34583604+MaxVerevkin@users.noreply.github.com> Date: Sun, 17 Sep 2023 09:46:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20greshake?= =?UTF-8?q?/i3status-rust@1ed1a9f73353affc894a8f20352b49e3176f26ca=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i3status_rs/blocks/kdeconnect/struct.nameChanged.html | 2 +- .../blocks/kdeconnect/struct.nameChangedStream.html | 4 ++-- .../kdeconnect/struct.notificationPostedStream.html | 4 ++-- .../kdeconnect/struct.reachableChangedStream.html | 4 ++-- i3status_rs/blocks/notify/struct.SubscribeStream.html | 4 ++-- .../blocks/notify/struct.SubscribeV2Stream.html | 4 ++-- i3status_rs/errors/struct.BoxErrorWrapper.html | 2 +- i3status_rs/errors/trait.StdError.html | 4 ++-- i3status_rs/formatting/prefix/enum.Prefix.html | 2 +- i3status_rs/formatting/value/trait.IntoF64.html | 2 +- i3status_rs/icons/enum.Icon.html | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/cmp/trait.Eq.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 2 +- implementors/core/convert/trait.AsMut.js | 2 +- implementors/core/convert/trait.AsRef.js | 2 +- implementors/core/convert/trait.From.js | 2 +- implementors/core/convert/trait.TryFrom.js | 2 +- implementors/core/default/trait.Default.js | 2 +- implementors/core/error/trait.Error.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/fmt/trait.Display.js | 2 +- implementors/core/hash/trait.Hash.js | 2 +- .../core/iter/traits/iterator/trait.Iterator.js | 2 +- implementors/core/marker/trait.Copy.js | 2 +- implementors/core/marker/trait.StructuralEq.js | 2 +- implementors/core/marker/trait.StructuralPartialEq.js | 2 +- implementors/core/ops/arith/trait.Add.js | 2 +- implementors/core/ops/deref/trait.Deref.js | 2 +- implementors/core/ops/deref/trait.DerefMut.js | 2 +- implementors/core/str/traits/trait.FromStr.js | 2 +- implementors/futures_core/stream/trait.FusedStream.js | 2 +- implementors/futures_core/stream/trait.Stream.js | 2 +- implementors/ordered_stream/trait.OrderedStream.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- .../zbus/abstractions/async_drop/trait.AsyncDrop.js | 2 +- implementors/zbus/proxy_builder/trait.ProxyDefault.js | 2 +- implementors/zvariant/type/trait.Type.js | 2 +- search-index.js | 2 +- src/i3status_rs/netlink.rs.html | 10 ++++++++++ 41 files changed, 56 insertions(+), 46 deletions(-) diff --git a/i3status_rs/blocks/kdeconnect/struct.nameChanged.html b/i3status_rs/blocks/kdeconnect/struct.nameChanged.html index d963b52c99..00be2f8f6b 100644 --- a/i3status_rs/blocks/kdeconnect/struct.nameChanged.html +++ b/i3status_rs/blocks/kdeconnect/struct.nameChanged.html @@ -52,7 +52,7 @@
Example
useful ordering for messages that were produced by the same [zbus::Connection].

This is completely unrelated to the serial number on the message, which is set by the peer and might not be ordered at all.

-

Trait Implementations§

source§

impl AsRef<Arc<Message>> for nameChanged

source§

fn as_ref(&self) -> &Arc<Message>

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<Message> for nameChanged

source§

fn as_ref(&self) -> &Message

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for nameChanged

source§

fn clone(&self) -> nameChanged

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for nameChanged

source§

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

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

impl Deref for nameChanged

§

type Target = Message

The resulting type after dereferencing.
source§

fn deref(&self) -> &Message

Dereferences the value.

Auto Trait Implementations§

§

impl RefUnwindSafe for nameChanged

§

impl Send for nameChanged

§

impl Sync for nameChanged

§

impl Unpin for nameChanged

§

impl UnwindSafe for nameChanged

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl AsRef<Arc<Message>> for nameChanged

source§

fn as_ref(&self) -> &Arc<Message>

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<Message> for nameChanged

source§

fn as_ref(&self) -> &Message

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for nameChanged

source§

fn clone(&self) -> nameChanged

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for nameChanged

source§

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

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

impl Deref for nameChanged

§

type Target = Message

The resulting type after dereferencing.
source§

fn deref(&self) -> &Message

Dereferences the value.

Auto Trait Implementations§

§

impl RefUnwindSafe for nameChanged

§

impl Send for nameChanged

§

impl Sync for nameChanged

§

impl Unpin for nameChanged

§

impl UnwindSafe for nameChanged

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.

diff --git a/i3status_rs/blocks/kdeconnect/struct.nameChangedStream.html b/i3status_rs/blocks/kdeconnect/struct.nameChangedStream.html index 6c2ff58191..d82331c1f8 100644 --- a/i3status_rs/blocks/kdeconnect/struct.nameChangedStream.html +++ b/i3status_rs/blocks/kdeconnect/struct.nameChangedStream.html @@ -12,12 +12,12 @@ before: Option<&Self::Ordering> ) -> Poll<PollResult<Self::Ordering, Self::Data>>
Attempt to pull out the next value of this stream, registering the current task for wakeup if needed, and returning NoneBefore if it is known that the stream will not produce any -more values ordered before the given point. Read more
§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for nameChangedStream<'_>

§

type Item = nameChanged

Values yielded by the stream.
source§

fn poll_next( +more values ordered before the given point. Read more

§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for nameChangedStream<'_>

§

type Item = nameChanged

Values yielded by the stream.
source§

fn poll_next( self: Pin<&mut Self>, cx: &mut Context<'_> ) -> Poll<Option<Self::Item>>

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning -None if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for nameChangedStream<'a>

§

impl<'a> Send for nameChangedStream<'a>

§

impl<'a> Sync for nameChangedStream<'a>

§

impl<'a> Unpin for nameChangedStream<'a>

§

impl<'a> !UnwindSafe for nameChangedStream<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere +None if the stream is exhausted. Read more

§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for nameChangedStream<'a>

§

impl<'a> Send for nameChangedStream<'a>

§

impl<'a> Sync for nameChangedStream<'a>

§

impl<'a> Unpin for nameChangedStream<'a>

§

impl<'a> !UnwindSafe for nameChangedStream<'a>

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.

diff --git a/i3status_rs/blocks/kdeconnect/struct.notificationPostedStream.html b/i3status_rs/blocks/kdeconnect/struct.notificationPostedStream.html index 7cf3b5f5b0..1e0dd1a395 100644 --- a/i3status_rs/blocks/kdeconnect/struct.notificationPostedStream.html +++ b/i3status_rs/blocks/kdeconnect/struct.notificationPostedStream.html @@ -12,12 +12,12 @@ before: Option<&Self::Ordering> ) -> Poll<PollResult<Self::Ordering, Self::Data>>
Attempt to pull out the next value of this stream, registering the current task for wakeup if needed, and returning NoneBefore if it is known that the stream will not produce any -more values ordered before the given point. Read more
§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for notificationPostedStream<'_>

§

type Item = notificationPosted

Values yielded by the stream.
source§

fn poll_next( +more values ordered before the given point. Read more

§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for notificationPostedStream<'_>

§

type Item = notificationPosted

Values yielded by the stream.
source§

fn poll_next( self: Pin<&mut Self>, cx: &mut Context<'_> ) -> Poll<Option<Self::Item>>

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning -None if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for notificationPostedStream<'a>

§

impl<'a> Send for notificationPostedStream<'a>

§

impl<'a> Sync for notificationPostedStream<'a>

§

impl<'a> Unpin for notificationPostedStream<'a>

§

impl<'a> !UnwindSafe for notificationPostedStream<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere +None if the stream is exhausted. Read more

§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for notificationPostedStream<'a>

§

impl<'a> Send for notificationPostedStream<'a>

§

impl<'a> Sync for notificationPostedStream<'a>

§

impl<'a> Unpin for notificationPostedStream<'a>

§

impl<'a> !UnwindSafe for notificationPostedStream<'a>

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.

diff --git a/i3status_rs/blocks/kdeconnect/struct.reachableChangedStream.html b/i3status_rs/blocks/kdeconnect/struct.reachableChangedStream.html index baa2e56493..f43c9cd994 100644 --- a/i3status_rs/blocks/kdeconnect/struct.reachableChangedStream.html +++ b/i3status_rs/blocks/kdeconnect/struct.reachableChangedStream.html @@ -12,12 +12,12 @@ before: Option<&Self::Ordering> ) -> Poll<PollResult<Self::Ordering, Self::Data>>
Attempt to pull out the next value of this stream, registering the current task for wakeup if needed, and returning NoneBefore if it is known that the stream will not produce any -more values ordered before the given point. Read more
§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for reachableChangedStream<'_>

§

type Item = reachableChanged

Values yielded by the stream.
source§

fn poll_next( +more values ordered before the given point. Read more

§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for reachableChangedStream<'_>

§

type Item = reachableChanged

Values yielded by the stream.
source§

fn poll_next( self: Pin<&mut Self>, cx: &mut Context<'_> ) -> Poll<Option<Self::Item>>

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning -None if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for reachableChangedStream<'a>

§

impl<'a> Send for reachableChangedStream<'a>

§

impl<'a> Sync for reachableChangedStream<'a>

§

impl<'a> Unpin for reachableChangedStream<'a>

§

impl<'a> !UnwindSafe for reachableChangedStream<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere +None if the stream is exhausted. Read more

§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for reachableChangedStream<'a>

§

impl<'a> Send for reachableChangedStream<'a>

§

impl<'a> Sync for reachableChangedStream<'a>

§

impl<'a> Unpin for reachableChangedStream<'a>

§

impl<'a> !UnwindSafe for reachableChangedStream<'a>

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.

diff --git a/i3status_rs/blocks/notify/struct.SubscribeStream.html b/i3status_rs/blocks/notify/struct.SubscribeStream.html index 4f8ef6e5c2..60b1e53cc5 100644 --- a/i3status_rs/blocks/notify/struct.SubscribeStream.html +++ b/i3status_rs/blocks/notify/struct.SubscribeStream.html @@ -12,12 +12,12 @@ before: Option<&Self::Ordering> ) -> Poll<PollResult<Self::Ordering, Self::Data>>
Attempt to pull out the next value of this stream, registering the current task for wakeup if needed, and returning NoneBefore if it is known that the stream will not produce any -more values ordered before the given point. Read more
§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for SubscribeStream<'_>

§

type Item = Subscribe

Values yielded by the stream.
source§

fn poll_next( +more values ordered before the given point. Read more

§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for SubscribeStream<'_>

§

type Item = Subscribe

Values yielded by the stream.
source§

fn poll_next( self: Pin<&mut Self>, cx: &mut Context<'_> ) -> Poll<Option<Self::Item>>

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning -None if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for SubscribeStream<'a>

§

impl<'a> Send for SubscribeStream<'a>

§

impl<'a> Sync for SubscribeStream<'a>

§

impl<'a> Unpin for SubscribeStream<'a>

§

impl<'a> !UnwindSafe for SubscribeStream<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere +None if the stream is exhausted. Read more

§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for SubscribeStream<'a>

§

impl<'a> Send for SubscribeStream<'a>

§

impl<'a> Sync for SubscribeStream<'a>

§

impl<'a> Unpin for SubscribeStream<'a>

§

impl<'a> !UnwindSafe for SubscribeStream<'a>

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.

diff --git a/i3status_rs/blocks/notify/struct.SubscribeV2Stream.html b/i3status_rs/blocks/notify/struct.SubscribeV2Stream.html index adc1b96961..6d6b7a56a8 100644 --- a/i3status_rs/blocks/notify/struct.SubscribeV2Stream.html +++ b/i3status_rs/blocks/notify/struct.SubscribeV2Stream.html @@ -12,12 +12,12 @@ before: Option<&Self::Ordering> ) -> Poll<PollResult<Self::Ordering, Self::Data>>
Attempt to pull out the next value of this stream, registering the current task for wakeup if needed, and returning NoneBefore if it is known that the stream will not produce any -more values ordered before the given point. Read more
§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for SubscribeV2Stream<'_>

§

type Item = SubscribeV2

Values yielded by the stream.
source§

fn poll_next( +more values ordered before the given point. Read more

§

fn position_hint(&self) -> Option<MaybeBorrowed<'_, Self::Ordering>>

The minimum value of the ordering for any future items. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream.
source§

impl Stream for SubscribeV2Stream<'_>

§

type Item = SubscribeV2

Values yielded by the stream.
source§

fn poll_next( self: Pin<&mut Self>, cx: &mut Context<'_> ) -> Poll<Option<Self::Item>>

Attempt to pull out the next value of this stream, registering the current task for wakeup if the value is not yet available, and returning -None if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for SubscribeV2Stream<'a>

§

impl<'a> Send for SubscribeV2Stream<'a>

§

impl<'a> Sync for SubscribeV2Stream<'a>

§

impl<'a> Unpin for SubscribeV2Stream<'a>

§

impl<'a> !UnwindSafe for SubscribeV2Stream<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere +None if the stream is exhausted. Read more

§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for SubscribeV2Stream<'a>

§

impl<'a> Send for SubscribeV2Stream<'a>

§

impl<'a> Sync for SubscribeV2Stream<'a>

§

impl<'a> Unpin for SubscribeV2Stream<'a>

§

impl<'a> !UnwindSafe for SubscribeV2Stream<'a>

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.

diff --git a/i3status_rs/errors/struct.BoxErrorWrapper.html b/i3status_rs/errors/struct.BoxErrorWrapper.html index 9679db97f3..75dcc0b3d3 100644 --- a/i3status_rs/errors/struct.BoxErrorWrapper.html +++ b/i3status_rs/errors/struct.BoxErrorWrapper.html @@ -1,4 +1,4 @@ -BoxErrorWrapper in i3status_rs::errors - Rust
pub struct BoxErrorWrapper(pub Box<dyn StdError + Send + Sync + 'static>);

Tuple Fields§

§0: Box<dyn StdError + Send + Sync + 'static>

Trait Implementations§

source§

impl Debug for BoxErrorWrapper

source§

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

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

impl Display for BoxErrorWrapper

source§

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

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

impl Error for BoxErrorWrapper

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +BoxErrorWrapper in i3status_rs::errors - Rust
pub struct BoxErrorWrapper(pub Box<dyn StdError + Send + Sync + 'static>);

Tuple Fields§

§0: Box<dyn StdError + Send + Sync + 'static>

Trait Implementations§

source§

impl Debug for BoxErrorWrapper

source§

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

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

impl Display for BoxErrorWrapper

source§

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

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

impl Error for BoxErrorWrapper

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

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.

diff --git a/i3status_rs/errors/trait.StdError.html b/i3status_rs/errors/trait.StdError.html index c0dc564d4a..e4fce9ca16 100644 --- a/i3status_rs/errors/trait.StdError.html +++ b/i3status_rs/errors/trait.StdError.html @@ -221,7 +221,7 @@
Examples
self: Box<dyn Error + Send, Global> ) -> Result<Box<T, Global>, Box<dyn Error + Send, Global>>where T: Error + 'static,

Attempts to downcast the box to a concrete type.

-

Trait Implementations§

§

impl Value for dyn Error

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
§

impl Value for dyn Error + Send

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
§

impl Value for dyn Error + Send + Sync

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
§

impl Value for dyn Error + Sync

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.

Implementors§

source§

impl !Error for &str

1.8.0 · source§

impl Error for Infallible

source§

impl Error for VarError

1.15.0 · source§

impl Error for RecvTimeoutError

source§

impl Error for std::sync::mpsc::TryRecvError

source§

impl Error for RoundingError

source§

impl Error for FromHexError

source§

impl Error for url::parser::ParseError

source§

impl Error for BernoulliError

source§

impl Error for WeightedError

source§

impl Error for !

1.57.0 · source§

impl Error for alloc::collections::TryReserveError

1.58.0 · source§

impl Error for FromVecWithNulError

1.7.0 · source§

impl Error for IntoStringError

source§

impl Error for NulError

source§

impl Error for FromUtf8Error

source§

impl Error for FromUtf16Error

1.28.0 · source§

impl Error for LayoutError

source§

impl Error for AllocError

1.34.0 · source§

impl Error for TryFromSliceError

1.13.0 · source§

impl Error for BorrowError

1.13.0 · source§

impl Error for BorrowMutError

1.34.0 · source§

impl Error for CharTryFromError

1.20.0 · source§

impl Error for ParseCharError

1.9.0 · source§

impl Error for DecodeUtf16Error

1.59.0 · source§

impl Error for TryFromCharError

1.69.0 · source§

impl Error for FromBytesUntilNulError

1.17.0 · source§

impl Error for FromBytesWithNulError

1.11.0 · source§

impl Error for core::fmt::Error

1.4.0 · source§

impl Error for core::net::parser::AddrParseError

source§

impl Error for ParseFloatError

source§

impl Error for ParseIntError

1.34.0 · source§

impl Error for TryFromIntError

source§

impl Error for ParseBoolError

source§

impl Error for Utf8Error

1.66.0 · source§

impl Error for TryFromFloatSecsError

source§

impl Error for JoinPathsError

1.56.0 · source§

impl Error for WriterPanicked

source§

impl Error for std::io::error::Error

1.7.0 · source§

impl Error for StripPrefixError

source§

impl Error for ExitStatusError

source§

impl Error for std::sync::mpsc::RecvError

1.26.0 · source§

impl Error for AccessError

1.8.0 · source§

impl Error for SystemTimeError

source§

impl Error for chrono::format::ParseError

source§

impl Error for ParseMonthError

source§

impl Error for OutOfRangeError

source§

impl Error for OutOfRange

source§

impl Error for ParseWeekdayError

source§

impl Error for getrandom::error::Error

source§

impl Error for GlobError

source§

impl Error for PatternError

source§

impl Error for h2::error::Error

source§

impl Error for LengthLimitError

source§

impl Error for http::error::Error

source§

impl Error for InvalidHeaderName

source§

impl Error for InvalidHeaderValue

source§

impl Error for ToStrError

source§

impl Error for InvalidMethod

source§

impl Error for InvalidStatusCode

source§

impl Error for InvalidUri

source§

impl Error for InvalidUriParts

source§

impl Error for indexmap::TryReserveError

source§

impl Error for PrefixLenError

source§

impl Error for ipnet::parser::AddrParseError

source§

impl Error for log::ParseLevelError

source§

impl Error for SetLoggerError

source§

impl Error for FromStrError

source§

impl Error for native_tls::Error

source§

impl Error for openssl::error::Error

source§

impl Error for ErrorStack

source§

impl Error for openssl::ssl::error::Error

source§

impl Error for X509VerifyResult

source§

impl Error for reqwest::error::Error

source§

impl Error for serde::de::value::Error

source§

impl Error for serde_json::error::Error

source§

impl Error for ReadError

source§

impl Error for rand_core::error::Error

source§

impl Error for BoxErrorWrapper

source§

impl Error for i3status_rs::errors::Error

§

impl Error for Aborted

§

impl Error for AcquireError

§

impl Error for AnyDelimiterCodecError

§

impl Error for BindError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for CacheError

§

impl Error for CalibrightError

§

impl Error for Canceled

§

impl Error for CaseFoldError

§

impl Error for Code

§

impl Error for ColorChoiceParseError

§

impl Error for ConnectError

§

impl Error for DatetimeParseError

§

impl Error for DeError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DecodeSliceError

§

impl Error for DeserializeError

§

impl Error for Elapsed

§

impl Error for EncodeSliceError

§

impl Error for EnterError

§

impl Error for Errno

§

impl Error for Errno

§

impl Error for Errno

§

impl Error for Errno

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for ErrorKind

§

impl Error for Errors

§

impl Error for GetTimezoneError

§

impl Error for GroupInfoError

§

impl Error for InvalidBufferSize

§

impl Error for InvalidLength

§

impl Error for InvalidNameError

§

impl Error for InvalidOutputSize

§

impl Error for JoinError

§

impl Error for LengthDelimitedCodecError

§

impl Error for LibsensorsError

§

impl Error for LinesCodecError

§

impl Error for MailEntryError

§

impl Error for MailParseError

§

impl Error for MaildirError

§

impl Error for MatchError

§

impl Error for MatchError

§

impl Error for MatchesError

§

impl Error for PAErr

§

impl Error for ParseAlphabetError

§

impl Error for ParseColorError

§

impl Error for ParseError

§

impl Error for ParseLevelError

§

impl Error for ParseLevelFilterError

§

impl Error for PatternIDError

§

impl Error for PatternIDError

§

impl Error for PatternSetInsertError

§

impl Error for PopError

§

impl Error for QuotedPrintableError

§

impl Error for RecvError

§

impl Error for RecvError

§

impl Error for RecvError

§

impl Error for RecvError

§

impl Error for ReuniteError

§

impl Error for ReuniteError

§

impl Error for SendError

§

impl Error for SerError

§

impl Error for SerializeError

§

impl Error for SetGlobalDefaultError

§

impl Error for SmallIndexError

§

impl Error for SpawnError

§

impl Error for SpecificationError

§

impl Error for StateIDError

§

impl Error for StateIDError

§

impl Error for Status

§

impl Error for TomlError

§

impl Error for TryAcquireError

§

impl Error for TryCurrentError

§

impl Error for TryLockError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for UnicodeWordBoundaryError

§

impl Error for UnicodeWordError

§

impl Error for WrappedError

source§

impl<'a, K, V> Error for alloc::collections::btree::map::entry::OccupiedError<'a, K, V, Global>where +

Trait Implementations§

§

impl Value for dyn Error

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
§

impl Value for dyn Error + Send

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
§

impl Value for dyn Error + Send + Sync

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
§

impl Value for dyn Error + Sync

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.

Implementors§

source§

impl !Error for &str

1.8.0 · source§

impl Error for Infallible

source§

impl Error for VarError

1.15.0 · source§

impl Error for RecvTimeoutError

source§

impl Error for std::sync::mpsc::TryRecvError

source§

impl Error for RoundingError

source§

impl Error for FromHexError

source§

impl Error for url::parser::ParseError

source§

impl Error for BernoulliError

source§

impl Error for WeightedError

source§

impl Error for !

1.57.0 · source§

impl Error for alloc::collections::TryReserveError

1.58.0 · source§

impl Error for FromVecWithNulError

1.7.0 · source§

impl Error for IntoStringError

source§

impl Error for NulError

source§

impl Error for FromUtf8Error

source§

impl Error for FromUtf16Error

1.28.0 · source§

impl Error for LayoutError

source§

impl Error for AllocError

1.34.0 · source§

impl Error for TryFromSliceError

1.13.0 · source§

impl Error for BorrowError

1.13.0 · source§

impl Error for BorrowMutError

1.34.0 · source§

impl Error for CharTryFromError

1.20.0 · source§

impl Error for ParseCharError

1.9.0 · source§

impl Error for DecodeUtf16Error

1.59.0 · source§

impl Error for TryFromCharError

1.69.0 · source§

impl Error for FromBytesUntilNulError

1.17.0 · source§

impl Error for FromBytesWithNulError

1.11.0 · source§

impl Error for core::fmt::Error

1.4.0 · source§

impl Error for core::net::parser::AddrParseError

source§

impl Error for ParseFloatError

source§

impl Error for ParseIntError

1.34.0 · source§

impl Error for TryFromIntError

source§

impl Error for ParseBoolError

source§

impl Error for Utf8Error

1.66.0 · source§

impl Error for TryFromFloatSecsError

source§

impl Error for JoinPathsError

1.56.0 · source§

impl Error for WriterPanicked

source§

impl Error for std::io::error::Error

1.7.0 · source§

impl Error for StripPrefixError

source§

impl Error for ExitStatusError

source§

impl Error for std::sync::mpsc::RecvError

1.26.0 · source§

impl Error for AccessError

1.8.0 · source§

impl Error for SystemTimeError

source§

impl Error for chrono::format::ParseError

source§

impl Error for ParseMonthError

source§

impl Error for OutOfRangeError

source§

impl Error for OutOfRange

source§

impl Error for ParseWeekdayError

source§

impl Error for getrandom::error::Error

source§

impl Error for GlobError

source§

impl Error for PatternError

source§

impl Error for h2::error::Error

source§

impl Error for LengthLimitError

source§

impl Error for http::error::Error

source§

impl Error for InvalidHeaderName

source§

impl Error for InvalidHeaderValue

source§

impl Error for ToStrError

source§

impl Error for InvalidMethod

source§

impl Error for InvalidStatusCode

source§

impl Error for InvalidUri

source§

impl Error for InvalidUriParts

source§

impl Error for indexmap::TryReserveError

source§

impl Error for PrefixLenError

source§

impl Error for ipnet::parser::AddrParseError

source§

impl Error for log::ParseLevelError

source§

impl Error for SetLoggerError

source§

impl Error for FromStrError

source§

impl Error for native_tls::Error

source§

impl Error for openssl::error::Error

source§

impl Error for ErrorStack

source§

impl Error for openssl::ssl::error::Error

source§

impl Error for X509VerifyResult

source§

impl Error for reqwest::error::Error

source§

impl Error for serde::de::value::Error

source§

impl Error for serde_json::error::Error

source§

impl Error for ReadError

source§

impl Error for rand_core::error::Error

source§

impl Error for BoxErrorWrapper

source§

impl Error for i3status_rs::errors::Error

§

impl Error for Aborted

§

impl Error for AcquireError

§

impl Error for AnyDelimiterCodecError

§

impl Error for BindError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for BuildError

§

impl Error for CacheError

§

impl Error for CalibrightError

§

impl Error for Canceled

§

impl Error for CaseFoldError

§

impl Error for Code

§

impl Error for ColorChoiceParseError

§

impl Error for ConnectError

§

impl Error for DatetimeParseError

§

impl Error for DeError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DecodeSliceError

§

impl Error for DeserializeError

§

impl Error for Elapsed

§

impl Error for EncodeSliceError

§

impl Error for EnterError

§

impl Error for Errno

§

impl Error for Errno

§

impl Error for Errno

§

impl Error for Errno

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for ErrorKind

§

impl Error for Errors

§

impl Error for GetTimezoneError

§

impl Error for GroupInfoError

§

impl Error for InvalidBufferSize

§

impl Error for InvalidLength

§

impl Error for InvalidNameError

§

impl Error for InvalidOutputSize

§

impl Error for JoinError

§

impl Error for LengthDelimitedCodecError

§

impl Error for LibsensorsError

§

impl Error for LinesCodecError

§

impl Error for MailEntryError

§

impl Error for MailParseError

§

impl Error for MaildirError

§

impl Error for MatchError

§

impl Error for MatchError

§

impl Error for MatchesError

§

impl Error for PAErr

§

impl Error for ParseAlphabetError

§

impl Error for ParseColorError

§

impl Error for ParseError

§

impl Error for ParseLevelError

§

impl Error for ParseLevelFilterError

§

impl Error for PatternIDError

§

impl Error for PatternIDError

§

impl Error for PatternSetInsertError

§

impl Error for PopError

§

impl Error for QuotedPrintableError

§

impl Error for RecvError

§

impl Error for RecvError

§

impl Error for RecvError

§

impl Error for RecvError

§

impl Error for ReuniteError

§

impl Error for ReuniteError

§

impl Error for SendError

§

impl Error for SerError

§

impl Error for SerializeError

§

impl Error for SetGlobalDefaultError

§

impl Error for SmallIndexError

§

impl Error for SpawnError

§

impl Error for SpecificationError

§

impl Error for StateIDError

§

impl Error for StateIDError

§

impl Error for Status

§

impl Error for TomlError

§

impl Error for TomlError

§

impl Error for TryAcquireError

§

impl Error for TryCurrentError

§

impl Error for TryLockError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for TryRecvError

§

impl Error for UnicodeWordBoundaryError

§

impl Error for UnicodeWordError

§

impl Error for WrappedError

source§

impl<'a, K, V> Error for alloc::collections::btree::map::entry::OccupiedError<'a, K, V, Global>where K: Debug + Ord, V: Debug,

source§

impl<'a, K, V> Error for std::collections::hash::map::OccupiedError<'a, K, V>where K: Debug, @@ -254,4 +254,4 @@
Examples
P: Debug,

§

impl<T, P> Error for Nlmsgerr<T, P>where T: Debug, P: Debug,

source§

impl<W> Error for IntoInnerError<W>where - W: Send + Debug,

source§

impl<const N: usize> Error for GetManyMutError<N>

\ No newline at end of file + W: Send + Debug,
source§

impl<const N: usize> Error for GetManyMutError<N>

\ No newline at end of file diff --git a/i3status_rs/formatting/prefix/enum.Prefix.html b/i3status_rs/formatting/prefix/enum.Prefix.html index ce74b0339d..e38a73c5c9 100644 --- a/i3status_rs/formatting/prefix/enum.Prefix.html +++ b/i3status_rs/formatting/prefix/enum.Prefix.html @@ -27,7 +27,7 @@
§

Gibi

Gi

§

Tera

T

§

Tebi

Ti

-

Implementations§

source§

impl Prefix

source

pub fn min_available() -> Self

source

pub fn max_available() -> Self

source

pub fn max(self, other: Self) -> Self

source

pub fn apply(self, value: f64) -> f64

source

pub fn eng(number: f64) -> Self

source

pub fn eng_binary(number: f64) -> Self

source

pub fn is_binary(&self) -> bool

Trait Implementations§

source§

impl Clone for Prefix

source§

fn clone(&self) -> Prefix

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Prefix

source§

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

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

impl Display for Prefix

source§

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

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

impl FromStr for Prefix

§

type Err = Error

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self>

Parses a string s to return a value of this type. Read more
source§

impl Ord for Prefix

source§

fn cmp(&self, other: &Prefix) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere +

Implementations§

source§

impl Prefix

source

pub fn min_available() -> Self

source

pub fn max_available() -> Self

source

pub fn max(self, other: Self) -> Self

source

pub fn apply(self, value: f64) -> f64

source

pub fn eng(number: f64) -> Self

source

pub fn eng_binary(number: f64) -> Self

source

pub fn is_binary(&self) -> bool

Trait Implementations§

source§

impl Clone for Prefix

source§

fn clone(&self) -> Prefix

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Prefix

source§

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

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

impl Display for Prefix

source§

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

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

impl FromStr for Prefix

§

type Err = Error

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self>

Parses a string s to return a value of this type. Read more
source§

impl Ord for Prefix

source§

fn cmp(&self, other: &Prefix) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<Prefix> for Prefix

source§

fn eq(&self, other: &Prefix) -> bool

This method tests for self and other values to be equal, and is used diff --git a/i3status_rs/formatting/value/trait.IntoF64.html b/i3status_rs/formatting/value/trait.IntoF64.html index 5ef2f7822a..15785faf7a 100644 --- a/i3status_rs/formatting/value/trait.IntoF64.html +++ b/i3status_rs/formatting/value/trait.IntoF64.html @@ -1,4 +1,4 @@ IntoF64 in i3status_rs::formatting::value - Rust
pub trait IntoF64 {
     // Required method
     fn into_f64(self) -> f64;
-}

Required Methods§

source

fn into_f64(self) -> f64

Implementations on Foreign Types§

source§

impl IntoF64 for i8

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for isize

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for i64

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u16

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u8

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for f32

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for usize

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u64

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u32

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for f64

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for i16

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for i32

source§

fn into_f64(self) -> f64

Implementors§

\ No newline at end of file +}

Required Methods§

source

fn into_f64(self) -> f64

Implementations on Foreign Types§

source§

impl IntoF64 for i16

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u8

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for i64

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for f32

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for f64

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for i8

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for isize

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u64

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u32

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for u16

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for i32

source§

fn into_f64(self) -> f64

source§

impl IntoF64 for usize

source§

fn into_f64(self) -> f64

Implementors§

\ No newline at end of file diff --git a/i3status_rs/icons/enum.Icon.html b/i3status_rs/icons/enum.Icon.html index 01cda136bb..18fddeb4e4 100644 --- a/i3status_rs/icons/enum.Icon.html +++ b/i3status_rs/icons/enum.Icon.html @@ -2,7 +2,7 @@ Single(String), Progression(Vec<String>), }

Variants§

§

Single(String)

§

Progression(Vec<String>)

Trait Implementations§

source§

impl Clone for Icon

source§

fn clone(&self) -> Icon

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Icon

source§

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

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

impl<'de> Deserialize<'de> for Icon

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&'static str> for Icon

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl<const N: usize> From<[&str; N]> for Icon

source§

fn from(value: [&str; N]) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for Icon

§

impl Send for Icon

§

impl Sync for Icon

§

impl Unpin for Icon

§

impl UnwindSafe for Icon

Blanket Implementations§

source§

impl<T> Any for Twhere + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&'static str> for Icon

source§

fn from(value: &'static str) -> Self

Converts to this type from the input type.
source§

impl<const N: usize> From<[&str; N]> for Icon

source§

fn from(value: [&str; N]) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for Icon

§

impl Send for Icon

§

impl Sync for Icon

§

impl Unpin for Icon

§

impl UnwindSafe for Icon

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.

diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js index d47f643a53..5f9c658e4c 100644 --- a/implementors/core/clone/trait.Clone.js +++ b/implementors/core/clone/trait.Clone.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'c> Clone for DaemonDbusProxyBlocking<'c>"],["impl Clone for Config"],["impl Clone for Theme"],["impl Clone for MailType"],["impl Clone for SubscribeV2"],["impl Clone for Hsva"],["impl Clone for Subscribe"],["impl Clone for I3BarBlockMinWidth"],["impl<'c> Clone for UnitProxy<'c>"],["impl<'c> Clone for NotificationsDbusProxy<'c>"],["impl Clone for DeviceKind"],["impl Clone for nameChanged"],["impl Clone for Color"],["impl Clone for ClickHandler"],["impl Clone for SharedConfig"],["impl<'c> Clone for SwayNCDbusProxy<'c>"],["impl Clone for Metadata"],["impl Clone for Format"],["impl<'c> Clone for DunstDbusProxy<'c>"],["impl Clone for notificationRemoved"],["impl<'c> Clone for WlGammarelayRsBusProxy<'c>"],["impl Clone for KeyboardLayoutDriver"],["impl Clone for SoundDriver"],["impl<'c> Clone for Battery1ProxyBlocking<'c>"],["impl Clone for TemperatureScale"],["impl Clone for Icon"],["impl Clone for MouseButton"],["impl Clone for Error"],["impl Clone for Rgba"],["impl Clone for Separator"],["impl Clone for Item"],["impl<'c> Clone for DunstDbusProxyBlocking<'c>"],["impl Clone for State"],["impl Clone for ErrorKind"],["impl<'c> Clone for DeviceDbusProxy<'c>"],["impl Clone for ValueInner"],["impl<'c> Clone for Device1Proxy<'c>"],["impl Clone for ClickConfigEntry"],["impl<'c> Clone for Device1ProxyBlocking<'c>"],["impl Clone for allNotificationsRemoved"],["impl Clone for Value"],["impl<'c> Clone for DaemonDbusProxy<'c>"],["impl<'c> Clone for DeviceDbusProxyBlocking<'c>"],["impl Clone for I3BarBlock"],["impl Clone for PostActions"],["impl Clone for Prefix"],["impl<'c> Clone for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Clone for UnitProxyBlocking<'c>"],["impl<'c> Clone for NotificationsDbusProxyBlocking<'c>"],["impl Clone for reachableChanged"],["impl Clone for CommonApi"],["impl Clone for Unit"],["impl Clone for ThemeOverrides"],["impl Clone for Timezone"],["impl Clone for I3BarEvent"],["impl Clone for Widget"],["impl<'c> Clone for SwayNCDbusProxyBlocking<'c>"],["impl Clone for InfoType"],["impl Clone for notificationPosted"],["impl Clone for I3BarBlockAlign"],["impl Clone for PlayerName"],["impl Clone for Fragment"],["impl<'c> Clone for Battery1Proxy<'c>"],["impl Clone for HueShifter"],["impl Clone for Filter"],["impl Clone for Icons"],["impl Clone for ColorOrLink"]] +"i3status_rs":[["impl Clone for notificationRemoved"],["impl<'c> Clone for Battery1Proxy<'c>"],["impl<'c> Clone for UnitProxy<'c>"],["impl<'c> Clone for NotificationsDbusProxyBlocking<'c>"],["impl<'c> Clone for DunstDbusProxy<'c>"],["impl<'c> Clone for Battery1ProxyBlocking<'c>"],["impl Clone for HueShifter"],["impl Clone for SubscribeV2"],["impl Clone for notificationPosted"],["impl Clone for Format"],["impl Clone for ClickHandler"],["impl<'c> Clone for WlGammarelayRsBusProxy<'c>"],["impl Clone for ColorOrLink"],["impl Clone for reachableChanged"],["impl Clone for State"],["impl Clone for ErrorKind"],["impl Clone for Timezone"],["impl Clone for Color"],["impl<'c> Clone for DeviceDbusProxy<'c>"],["impl Clone for I3BarEvent"],["impl Clone for MailType"],["impl Clone for Subscribe"],["impl Clone for SharedConfig"],["impl Clone for nameChanged"],["impl Clone for PostActions"],["impl Clone for Item"],["impl Clone for Theme"],["impl Clone for Unit"],["impl Clone for InfoType"],["impl Clone for Config"],["impl Clone for KeyboardLayoutDriver"],["impl<'c> Clone for NotificationsDbusProxy<'c>"],["impl<'c> Clone for DunstDbusProxyBlocking<'c>"],["impl Clone for Widget"],["impl Clone for SoundDriver"],["impl Clone for ClickConfigEntry"],["impl Clone for Error"],["impl Clone for Icon"],["impl<'c> Clone for DeviceDbusProxyBlocking<'c>"],["impl Clone for Hsva"],["impl<'c> Clone for DaemonDbusProxyBlocking<'c>"],["impl<'c> Clone for Device1ProxyBlocking<'c>"],["impl<'c> Clone for SwayNCDbusProxyBlocking<'c>"],["impl Clone for PlayerName"],["impl<'c> Clone for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Clone for UnitProxyBlocking<'c>"],["impl<'c> Clone for Device1Proxy<'c>"],["impl Clone for Icons"],["impl Clone for I3BarBlockMinWidth"],["impl Clone for MouseButton"],["impl Clone for ThemeOverrides"],["impl Clone for Filter"],["impl Clone for Fragment"],["impl Clone for Prefix"],["impl Clone for TemperatureScale"],["impl Clone for allNotificationsRemoved"],["impl<'c> Clone for DaemonDbusProxy<'c>"],["impl Clone for Separator"],["impl Clone for CommonApi"],["impl Clone for Rgba"],["impl<'c> Clone for SwayNCDbusProxy<'c>"],["impl Clone for Value"],["impl Clone for Metadata"],["impl Clone for ValueInner"],["impl Clone for I3BarBlockAlign"],["impl Clone for I3BarBlock"],["impl Clone for DeviceKind"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.Eq.js b/implementors/core/cmp/trait.Eq.js index 9f45d20af1..fe936c33b5 100644 --- a/implementors/core/cmp/trait.Eq.js +++ b/implementors/core/cmp/trait.Eq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Eq for DeviceKind"],["impl Eq for State"],["impl Eq for MouseButton"],["impl<'a> Eq for Arg<'a>"],["impl<'a> Eq for Token<'a>"],["impl Eq for Rgba"],["impl<'a> Eq for Placeholder<'a>"],["impl Eq for Separator"],["impl Eq for ErrorKind"],["impl Eq for TemperatureScale"],["impl<'a> Eq for TokenList<'a>"],["impl Eq for Unit"],["impl Eq for Prefix"],["impl<'a> Eq for FormatTemplate<'a>"],["impl Eq for I3BarEvent"],["impl Eq for Metadata"],["impl<'a> Eq for Formatter<'a>"]] +"i3status_rs":[["impl Eq for Prefix"],["impl<'a> Eq for FormatTemplate<'a>"],["impl Eq for Unit"],["impl Eq for I3BarEvent"],["impl Eq for DeviceKind"],["impl Eq for Rgba"],["impl Eq for TemperatureScale"],["impl<'a> Eq for Arg<'a>"],["impl Eq for Metadata"],["impl Eq for Separator"],["impl<'a> Eq for Token<'a>"],["impl Eq for ErrorKind"],["impl Eq for MouseButton"],["impl Eq for State"],["impl<'a> Eq for Placeholder<'a>"],["impl<'a> Eq for Formatter<'a>"],["impl<'a> Eq for TokenList<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js index f462f6da32..4a11414410 100644 --- a/implementors/core/cmp/trait.PartialEq.js +++ b/implementors/core/cmp/trait.PartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl PartialEq<Unit> for Unit"],["impl PartialEq<TemperatureScale> for TemperatureScale"],["impl<'a> PartialEq<Arg<'a>> for Arg<'a>"],["impl PartialEq<Separator> for Separator"],["impl<'a> PartialEq<TokenList<'a>> for TokenList<'a>"],["impl PartialEq<ErrorKind> for ErrorKind"],["impl PartialEq<Color> for Color"],["impl<'a> PartialEq<Token<'a>> for Token<'a>"],["impl<'a> PartialEq<FormatTemplate<'a>> for FormatTemplate<'a>"],["impl PartialEq<DeviceKind> for DeviceKind"],["impl<'a> PartialEq<Formatter<'a>> for Formatter<'a>"],["impl<'a> PartialEq<Placeholder<'a>> for Placeholder<'a>"],["impl PartialEq<State> for State"],["impl PartialEq<MouseButton> for MouseButton"],["impl PartialEq<Metadata> for Metadata"],["impl PartialEq<I3BarEvent> for I3BarEvent"],["impl PartialEq<Prefix> for Prefix"],["impl PartialEq<Hsva> for Hsva"],["impl PartialEq<Rgba> for Rgba"]] +"i3status_rs":[["impl<'a> PartialEq<FormatTemplate<'a>> for FormatTemplate<'a>"],["impl PartialEq<TemperatureScale> for TemperatureScale"],["impl PartialEq<I3BarEvent> for I3BarEvent"],["impl PartialEq<Separator> for Separator"],["impl PartialEq<Rgba> for Rgba"],["impl PartialEq<Metadata> for Metadata"],["impl<'a> PartialEq<Placeholder<'a>> for Placeholder<'a>"],["impl PartialEq<State> for State"],["impl PartialEq<Color> for Color"],["impl PartialEq<MouseButton> for MouseButton"],["impl PartialEq<Hsva> for Hsva"],["impl<'a> PartialEq<Token<'a>> for Token<'a>"],["impl PartialEq<DeviceKind> for DeviceKind"],["impl PartialEq<ErrorKind> for ErrorKind"],["impl<'a> PartialEq<TokenList<'a>> for TokenList<'a>"],["impl PartialEq<Prefix> for Prefix"],["impl<'a> PartialEq<Formatter<'a>> for Formatter<'a>"],["impl<'a> PartialEq<Arg<'a>> for Arg<'a>"],["impl PartialEq<Unit> for Unit"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.AsMut.js b/implementors/core/convert/trait.AsMut.js index 6be701179c..8c9f8e9b0c 100644 --- a/implementors/core/convert/trait.AsMut.js +++ b/implementors/core/convert/trait.AsMut.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'c> AsMut<Proxy<'c>> for Battery1ProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for DaemonDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for WlGammarelayRsBusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for Device1ProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for DaemonDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for DeviceDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for Device1Proxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for Battery1Proxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for DunstDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for NotificationsDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for SwayNCDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for SwayNCDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for NotificationsDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for DunstDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for UnitProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for UnitProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for DeviceDbusProxy<'c>"]] +"i3status_rs":[["impl<'c> AsMut<Proxy<'c>> for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for Device1ProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for Battery1Proxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for DaemonDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for DunstDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for NotificationsDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for UnitProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for NotificationsDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for Device1Proxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for SwayNCDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for DeviceDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for DaemonDbusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for DeviceDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for Battery1ProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for UnitProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for WlGammarelayRsBusProxy<'c>"],["impl<'c> AsMut<Proxy<'c>> for SwayNCDbusProxyBlocking<'c>"],["impl<'c> AsMut<Proxy<'c>> for DunstDbusProxyBlocking<'c>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.AsRef.js b/implementors/core/convert/trait.AsRef.js index 818dc627b9..24d9a7664e 100644 --- a/implementors/core/convert/trait.AsRef.js +++ b/implementors/core/convert/trait.AsRef.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'c> AsRef<Proxy<'c>> for UnitProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for UnitProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for DunstDbusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for SwayNCDbusProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for WlGammarelayRsBusProxyBlocking<'c>"],["impl AsRef<Message> for Subscribe"],["impl AsRef<Arc<Message>> for notificationRemoved"],["impl AsRef<Message> for nameChanged"],["impl AsRef<Arc<Message>> for notificationPosted"],["impl<'c> AsRef<Proxy<'c>> for DunstDbusProxyBlocking<'c>"],["impl AsRef<Arc<Message>> for nameChanged"],["impl<'c> AsRef<Proxy<'c>> for DeviceDbusProxyBlocking<'c>"],["impl AsRef<Arc<Message>> for Subscribe"],["impl AsRef<Arc<Message>> for allNotificationsRemoved"],["impl AsRef<Arc<Message>> for reachableChanged"],["impl AsRef<Message> for reachableChanged"],["impl AsRef<Message> for notificationPosted"],["impl<'c> AsRef<Proxy<'c>> for Device1ProxyBlocking<'c>"],["impl AsRef<Arc<Message>> for SubscribeV2"],["impl AsRef<Message> for SubscribeV2"],["impl<'c> AsRef<Proxy<'c>> for Battery1Proxy<'c>"],["impl AsRef<Message> for allNotificationsRemoved"],["impl<'c> AsRef<Proxy<'c>> for DaemonDbusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for NotificationsDbusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for WlGammarelayRsBusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for Battery1ProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for SwayNCDbusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for DaemonDbusProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for DeviceDbusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for Device1Proxy<'c>"],["impl AsRef<Message> for notificationRemoved"],["impl<'c> AsRef<Proxy<'c>> for NotificationsDbusProxyBlocking<'c>"]] +"i3status_rs":[["impl AsRef<Arc<Message>> for nameChanged"],["impl<'c> AsRef<Proxy<'c>> for Device1Proxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for Device1ProxyBlocking<'c>"],["impl AsRef<Arc<Message>> for notificationPosted"],["impl<'c> AsRef<Proxy<'c>> for NotificationsDbusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for WlGammarelayRsBusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for DaemonDbusProxy<'c>"],["impl<'c> AsRef<Proxy<'c>> for UnitProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for DeviceDbusProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for Battery1ProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for DaemonDbusProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for DunstDbusProxy<'c>"],["impl AsRef<Message> for Subscribe"],["impl<'c> AsRef<Proxy<'c>> for DeviceDbusProxy<'c>"],["impl AsRef<Arc<Message>> for SubscribeV2"],["impl AsRef<Arc<Message>> for reachableChanged"],["impl AsRef<Message> for nameChanged"],["impl<'c> AsRef<Proxy<'c>> for DunstDbusProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> AsRef<Proxy<'c>> for SwayNCDbusProxyBlocking<'c>"],["impl AsRef<Arc<Message>> for Subscribe"],["impl<'c> AsRef<Proxy<'c>> for NotificationsDbusProxyBlocking<'c>"],["impl AsRef<Arc<Message>> for allNotificationsRemoved"],["impl<'c> AsRef<Proxy<'c>> for UnitProxy<'c>"],["impl AsRef<Message> for SubscribeV2"],["impl AsRef<Arc<Message>> for notificationRemoved"],["impl AsRef<Message> for notificationPosted"],["impl AsRef<Message> for reachableChanged"],["impl AsRef<Message> for allNotificationsRemoved"],["impl<'c> AsRef<Proxy<'c>> for Battery1Proxy<'c>"],["impl AsRef<Message> for notificationRemoved"],["impl<'c> AsRef<Proxy<'c>> for SwayNCDbusProxy<'c>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.From.js b/implementors/core/convert/trait.From.js index c401c3b2eb..a18d6bb59b 100644 --- a/implementors/core/convert/trait.From.js +++ b/implementors/core/convert/trait.From.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'c> From<Proxy<'c>> for DeviceDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for SwayNCDbusProxyBlocking<'c>"],["impl From<&'static str> for Icon"],["impl<'c> From<Proxy<'c>> for Device1Proxy<'c>"],["impl From<String> for Fragment"],["impl<'c> From<Proxy<'c>> for SwayNCDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for DunstDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for DeviceDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for NotificationsDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for UnitProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for WlGammarelayRsBusProxy<'c>"],["impl<'c> From<Proxy<'c>> for Device1ProxyBlocking<'c>"],["impl From<Rgba> for Hsva"],["impl<'c> From<Proxy<'c>> for DunstDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for Battery1Proxy<'c>"],["impl From<Hsva> for Rgba"],["impl<'c> From<Proxy<'c>> for UnitProxy<'c>"],["impl From<Error> for Error"],["impl<'c> From<Proxy<'c>> for DaemonDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for NotificationsDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for DaemonDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for WlGammarelayRsBusProxyBlocking<'c>"],["impl<const N: usize> From<[&str; N]> for Icon"],["impl<'c> From<Proxy<'c>> for Battery1ProxyBlocking<'c>"]] +"i3status_rs":[["impl<const N: usize> From<[&str; N]> for Icon"],["impl From<Rgba> for Hsva"],["impl<'c> From<Proxy<'c>> for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for Battery1Proxy<'c>"],["impl<'c> From<Proxy<'c>> for DeviceDbusProxy<'c>"],["impl From<String> for Fragment"],["impl<'c> From<Proxy<'c>> for NotificationsDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for DaemonDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for SwayNCDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for DunstDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for Device1Proxy<'c>"],["impl<'c> From<Proxy<'c>> for DaemonDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for DunstDbusProxy<'c>"],["impl From<&'static str> for Icon"],["impl<'c> From<Proxy<'c>> for NotificationsDbusProxy<'c>"],["impl<'c> From<Proxy<'c>> for UnitProxy<'c>"],["impl From<Hsva> for Rgba"],["impl<'c> From<Proxy<'c>> for DeviceDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for Device1ProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for SwayNCDbusProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for UnitProxyBlocking<'c>"],["impl<'c> From<Proxy<'c>> for Battery1ProxyBlocking<'c>"],["impl From<Error> for Error"],["impl<'c> From<Proxy<'c>> for WlGammarelayRsBusProxy<'c>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.TryFrom.js b/implementors/core/convert/trait.TryFrom.js index 0a2ab8b65b..5e21b08dd4 100644 --- a/implementors/core/convert/trait.TryFrom.js +++ b/implementors/core/convert/trait.TryFrom.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'s> TryFrom<&'s Message> for nameChangedArgs<'s>"],["impl TryFrom<FormatTemplate<'_>> for FormatTemplate"],["impl TryFrom<ThemeUserConfig> for Theme"],["impl TryFrom<TokenList<'_>> for TokenList"],["impl<'s> TryFrom<&'s Message> for notificationPostedArgs<'s>"],["impl<'s> TryFrom<&'s Message> for SubscribeArgs<'s>"],["impl<'s> TryFrom<&'s Message> for reachableChangedArgs<'s>"],["impl<'s> TryFrom<&'s Message> for notificationRemovedArgs<'s>"],["impl TryFrom<Token<'_>> for Token"],["impl<'s> TryFrom<&'s Message> for SubscribeV2Args<'s>"]] +"i3status_rs":[["impl<'s> TryFrom<&'s Message> for notificationPostedArgs<'s>"],["impl TryFrom<ThemeUserConfig> for Theme"],["impl<'s> TryFrom<&'s Message> for notificationRemovedArgs<'s>"],["impl<'s> TryFrom<&'s Message> for SubscribeArgs<'s>"],["impl TryFrom<Token<'_>> for Token"],["impl<'s> TryFrom<&'s Message> for nameChangedArgs<'s>"],["impl<'s> TryFrom<&'s Message> for SubscribeV2Args<'s>"],["impl TryFrom<TokenList<'_>> for TokenList"],["impl TryFrom<FormatTemplate<'_>> for FormatTemplate"],["impl<'s> TryFrom<&'s Message> for reachableChangedArgs<'s>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/default/trait.Default.js b/implementors/core/default/trait.Default.js index d2879d4084..58e9bcbb4c 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 Widget"],["impl Default for Config"],["impl Default for Config"],["impl Default for FormatTemplate"],["impl Default for Config"],["impl Default for TemperatureScale"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for ThemeOverrides"],["impl Default for Config"],["impl Default for Metadata"],["impl Default for PlayerName"],["impl Default for Fragment"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Config"],["impl Default for ClickHandler"],["impl Default for Separator"],["impl Default for Config"],["impl Default for Driver"],["impl Default for Config"],["impl Default for Config"],["impl Default for State"],["impl Default for SharedConfig"],["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 SoundDriver"],["impl Default for Config"],["impl Default for I3BarBlock"],["impl Default for DriverType"],["impl Default for DriverType"],["impl Default for Filter"],["impl Default for Rgba"],["impl Default for Config"],["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 Color"],["impl Default for Config"],["impl Default for Config"],["impl Default for BatteryDriver"],["impl Default for Hsva"],["impl Default for Config"],["impl Default for Icons"],["impl Default for KeyboardLayoutDriver"],["impl Default for Config"],["impl Default for Config"],["impl Default for CommonBlockConfig"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Theme"],["impl Default for Config"],["impl Default for DeviceKind"],["impl Default for Config"],["impl Default for Config"],["impl Default for InfoType"],["impl Default for Config"]] +"i3status_rs":[["impl Default for Config"],["impl Default for Separator"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for ClickHandler"],["impl Default for SoundDriver"],["impl Default for Icons"],["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 Color"],["impl Default for TemperatureScale"],["impl Default for Config"],["impl Default for DriverType"],["impl Default for Filter"],["impl Default for Config"],["impl Default for I3BarBlock"],["impl Default for Config"],["impl Default for Config"],["impl Default for PlayerName"],["impl Default for Config"],["impl Default for State"],["impl Default for FormatTemplate"],["impl Default for DriverType"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Config"],["impl Default for Metadata"],["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 KeyboardLayoutDriver"],["impl Default for Config"],["impl Default for Config"],["impl Default for Rgba"],["impl Default for Driver"],["impl Default for Fragment"],["impl Default for DriverType"],["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 Config"],["impl Default for Config"],["impl Default for Hsva"],["impl Default for Config"],["impl Default for Theme"],["impl Default for Config"],["impl Default for Config"],["impl Default for InfoType"],["impl Default for Config"],["impl Default for Config"],["impl Default for DeviceKind"],["impl Default for Widget"],["impl Default for ThemeUserConfig"],["impl Default for Config"],["impl Default for SharedConfig"],["impl Default for CommonBlockConfig"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/error/trait.Error.js b/implementors/core/error/trait.Error.js index 22ff4af504..6916986252 100644 --- a/implementors/core/error/trait.Error.js +++ b/implementors/core/error/trait.Error.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Error for BoxErrorWrapper"],["impl Error for Error"]] +"i3status_rs":[["impl Error for Error"],["impl Error for BoxErrorWrapper"]] };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 9beb89de7a..a3a5f44987 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 ErrorKind"],["impl Debug for Config"],["impl<'s> Debug for notificationRemovedArgs<'s>"],["impl Debug for Config"],["impl<'c> Debug for NotificationsDbusProxy<'c>"],["impl<'s> Debug for reachableChangedArgs<'s>"],["impl Debug for WeatherService"],["impl<'c> Debug for WlGammarelayRsBusProxyBlocking<'c>"],["impl Debug for Config"],["impl Debug for reachableChanged"],["impl<'a> Debug for SubscribeStream<'a>"],["impl Debug for I3BarEvent"],["impl Debug for InfoType"],["impl<'c> Debug for NotificationsDbusProxyBlocking<'c>"],["impl<'c> Debug for SwayNCDbusProxy<'c>"],["impl Debug for Prefix"],["impl Debug for Config"],["impl Debug for StrFormatter"],["impl Debug for PangoStrFormatter"],["impl Debug for Config"],["impl Debug for ClickConfigEntry"],["impl Debug for Format"],["impl Debug for Config"],["impl Debug for HueShifter"],["impl Debug for Rgba"],["impl Debug for Config"],["impl<'c> Debug for DunstDbusProxyBlocking<'c>"],["impl Debug for Config"],["impl<'a> Debug for Placeholder<'a>"],["impl Debug for Config"],["impl<'a> Debug for nameChangedIterator<'a>"],["impl Debug for Config"],["impl Debug for Value"],["impl Debug for SubscribeV2"],["impl Debug for BlockConfigEntry"],["impl Debug for FixFormatter"],["impl Debug for Config"],["impl<'c> Debug for WlGammarelayRsBusProxy<'c>"],["impl Debug for Config"],["impl<'c> Debug for DaemonDbusProxy<'c>"],["impl<'a> Debug for SubscribeV2Stream<'a>"],["impl<'a> Debug for notificationRemovedIterator<'a>"],["impl Debug for ClickHandler"],["impl Debug for Config"],["impl<'a> Debug for Token<'a>"],["impl<'c> Debug for UnitProxy<'c>"],["impl<'a> Debug for TokenList<'a>"],["impl<'c> Debug for DeviceDbusProxy<'c>"],["impl Debug for Config"],["impl Debug for notificationRemoved"],["impl Debug for allNotificationsRemoved"],["impl Debug for Separator"],["impl Debug for Icon"],["impl Debug for Config"],["impl Debug for Config"],["impl<'c> Debug for UnitProxyBlocking<'c>"],["impl<'a> Debug for notificationPostedStream<'a>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl<'s> Debug for notificationPostedArgs<'s>"],["impl Debug for ThemeOverrides"],["impl Debug for Fragment"],["impl Debug for Config"],["impl Debug for Block"],["impl Debug for Config"],["impl Debug for Theme"],["impl<'c> Debug for Device1Proxy<'c>"],["impl Debug for Config"],["impl<'a> Debug for reachableChangedIterator<'a>"],["impl Debug for Timezone"],["impl Debug for EngFormatter"],["impl Debug for CommonBlockConfig"],["impl<'a> Debug for SubscribeV2Iterator<'a>"],["impl Debug for DriverType"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for PlayerName"],["impl<'s> Debug for SubscribeV2Args<'s>"],["impl Debug for Icons"],["impl Debug for TokenList"],["impl Debug for SoundDriver"],["impl<'c> Debug for Battery1ProxyBlocking<'c>"],["impl Debug for Config"],["impl<'a> Debug for allNotificationsRemovedStream<'a>"],["impl Debug for FlagFormatter"],["impl Debug for ValueInner"],["impl Debug for TemperatureScale"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Metadata"],["impl<'c> Debug for DunstDbusProxy<'c>"],["impl Debug for DatetimeFormatter"],["impl Debug for Token"],["impl<'c> Debug for Device1ProxyBlocking<'c>"],["impl Debug for FormatTemplate"],["impl Debug for Config"],["impl Debug for notificationPosted"],["impl<'s> Debug for nameChangedArgs<'s>"],["impl Debug for DriverType"],["impl<'c> Debug for DaemonDbusProxyBlocking<'c>"],["impl Debug for Config"],["impl Debug for ColorOrLink"],["impl Debug for KeyboardLayoutDriver"],["impl Debug for Config"],["impl<'a> Debug for Formatter<'a>"],["impl<'a> Debug for FormatTemplate<'a>"],["impl Debug for PostActions"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for SharedConfig"],["impl Debug for Config"],["impl<'a> Debug for Arg<'a>"],["impl<'c> Debug for DeviceDbusProxyBlocking<'c>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for I3BarBlock"],["impl<'a> Debug for nameChangedStream<'a>"],["impl<'a> Debug for reachableChangedStream<'a>"],["impl Debug for Config"],["impl Debug for Config"],["impl<'a> Debug for allNotificationsRemovedIterator<'a>"],["impl Debug for State"],["impl Debug for Hsva"],["impl Debug for Item"],["impl Debug for Config"],["impl Debug for I3BarBlockMinWidth"],["impl Debug for MouseButton"],["impl Debug for Config"],["impl Debug for nameChanged"],["impl Debug for BoxErrorWrapper"],["impl Debug for Config"],["impl Debug for Filter"],["impl Debug for Config"],["impl<'c> Debug for Battery1Proxy<'c>"],["impl Debug for Color"],["impl Debug for BatteryDriver"],["impl Debug for Subscribe"],["impl Debug for MailType"],["impl Debug for BlockConfig"],["impl Debug for Unit"],["impl Debug for CliArgs"],["impl Debug for DeviceKind"],["impl<'s> Debug for SubscribeArgs<'s>"],["impl Debug for Driver"],["impl Debug for BarFormatter"],["impl Debug for DriverType"],["impl<'a> Debug for notificationRemovedStream<'a>"],["impl<'c> Debug for SwayNCDbusProxyBlocking<'c>"],["impl Debug for Error"],["impl<'a> Debug for notificationPostedIterator<'a>"],["impl Debug for Config"],["impl<'a> Debug for SubscribeIterator<'a>"],["impl Debug for Config"],["impl Debug for Widget"],["impl Debug for I3BarBlockAlign"],["impl Debug for Config"]] +"i3status_rs":[["impl Debug for Config"],["impl<'a> Debug for FormatTemplate<'a>"],["impl Debug for Config"],["impl Debug for FixFormatter"],["impl Debug for Config"],["impl<'c> Debug for WlGammarelayRsBusProxy<'c>"],["impl<'a> Debug for allNotificationsRemovedStream<'a>"],["impl Debug for I3BarBlockAlign"],["impl Debug for Config"],["impl<'a> Debug for SubscribeStream<'a>"],["impl Debug for Config"],["impl Debug for CliArgs"],["impl Debug for SubscribeV2"],["impl Debug for Config"],["impl Debug for DriverType"],["impl Debug for notificationRemoved"],["impl<'a> Debug for Token<'a>"],["impl Debug for Config"],["impl Debug for HueShifter"],["impl Debug for MouseButton"],["impl Debug for Item"],["impl Debug for Config"],["impl Debug for reachableChanged"],["impl Debug for CommonBlockConfig"],["impl Debug for PostActions"],["impl<'s> Debug for nameChangedArgs<'s>"],["impl<'c> Debug for DaemonDbusProxy<'c>"],["impl Debug for I3BarBlockMinWidth"],["impl Debug for Timezone"],["impl<'a> Debug for reachableChangedStream<'a>"],["impl<'a> Debug for Formatter<'a>"],["impl Debug for BarFormatter"],["impl<'c> Debug for DunstDbusProxy<'c>"],["impl<'c> Debug for Battery1ProxyBlocking<'c>"],["impl Debug for Fragment"],["impl Debug for ThemeOverrides"],["impl Debug for Config"],["impl Debug for Config"],["impl<'a> Debug for SubscribeV2Iterator<'a>"],["impl Debug for DeviceKind"],["impl Debug for Token"],["impl<'c> Debug for DeviceDbusProxy<'c>"],["impl Debug for Driver"],["impl Debug for I3BarEvent"],["impl Debug for Config"],["impl Debug for Icon"],["impl Debug for Config"],["impl Debug for Hsva"],["impl Debug for Config"],["impl Debug for FlagFormatter"],["impl Debug for Widget"],["impl Debug for EngFormatter"],["impl<'a> Debug for allNotificationsRemovedIterator<'a>"],["impl Debug for MailType"],["impl Debug for ValueInner"],["impl<'s> Debug for SubscribeArgs<'s>"],["impl<'c> Debug for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'a> Debug for notificationPostedIterator<'a>"],["impl Debug for PangoStrFormatter"],["impl Debug for Config"],["impl<'c> Debug for UnitProxyBlocking<'c>"],["impl Debug for allNotificationsRemoved"],["impl Debug for Config"],["impl<'c> Debug for Device1ProxyBlocking<'c>"],["impl<'a> Debug for notificationRemovedIterator<'a>"],["impl Debug for Theme"],["impl Debug for SoundDriver"],["impl Debug for Config"],["impl<'c> Debug for DeviceDbusProxyBlocking<'c>"],["impl<'c> Debug for NotificationsDbusProxy<'c>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for ColorOrLink"],["impl Debug for Value"],["impl<'a> Debug for notificationRemovedStream<'a>"],["impl Debug for Config"],["impl Debug for ErrorKind"],["impl Debug for Config"],["impl<'a> Debug for notificationPostedStream<'a>"],["impl<'a> Debug for nameChangedIterator<'a>"],["impl<'s> Debug for reachableChangedArgs<'s>"],["impl Debug for ClickConfigEntry"],["impl Debug for Config"],["impl<'a> Debug for SubscribeV2Stream<'a>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for KeyboardLayoutDriver"],["impl Debug for Config"],["impl Debug for BatteryDriver"],["impl Debug for Config"],["impl Debug for Filter"],["impl Debug for Subscribe"],["impl Debug for StrFormatter"],["impl Debug for Color"],["impl Debug for Config"],["impl Debug for PlayerName"],["impl Debug for Config"],["impl<'a> Debug for Placeholder<'a>"],["impl Debug for Config"],["impl<'c> Debug for DaemonDbusProxyBlocking<'c>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl<'a> Debug for reachableChangedIterator<'a>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for DriverType"],["impl<'c> Debug for DunstDbusProxyBlocking<'c>"],["impl Debug for TemperatureScale"],["impl Debug for BoxErrorWrapper"],["impl<'a> Debug for SubscribeIterator<'a>"],["impl Debug for Config"],["impl Debug for nameChanged"],["impl Debug for I3BarBlock"],["impl Debug for ClickHandler"],["impl Debug for Error"],["impl Debug for Config"],["impl Debug for Metadata"],["impl Debug for TokenList"],["impl Debug for Separator"],["impl<'c> Debug for Battery1Proxy<'c>"],["impl Debug for Config"],["impl Debug for Rgba"],["impl Debug for Prefix"],["impl Debug for DriverType"],["impl<'s> Debug for SubscribeV2Args<'s>"],["impl Debug for WeatherService"],["impl Debug for Icons"],["impl Debug for Format"],["impl Debug for InfoType"],["impl<'s> Debug for notificationPostedArgs<'s>"],["impl Debug for notificationPosted"],["impl Debug for Config"],["impl<'c> Debug for UnitProxy<'c>"],["impl Debug for Block"],["impl Debug for BlockConfig"],["impl Debug for Config"],["impl<'s> Debug for notificationRemovedArgs<'s>"],["impl Debug for FormatTemplate"],["impl Debug for Config"],["impl<'a> Debug for nameChangedStream<'a>"],["impl Debug for Config"],["impl<'c> Debug for NotificationsDbusProxyBlocking<'c>"],["impl<'a> Debug for TokenList<'a>"],["impl Debug for Config"],["impl Debug for SharedConfig"],["impl Debug for DatetimeFormatter"],["impl Debug for BlockConfigEntry"],["impl<'c> Debug for SwayNCDbusProxy<'c>"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for Config"],["impl Debug for State"],["impl<'c> Debug for Device1Proxy<'c>"],["impl Debug for Config"],["impl<'c> Debug for SwayNCDbusProxyBlocking<'c>"],["impl Debug for Unit"],["impl<'a> Debug for Arg<'a>"]] };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.Display.js b/implementors/core/fmt/trait.Display.js index 9c813c68be..28288edfef 100644 --- a/implementors/core/fmt/trait.Display.js +++ b/implementors/core/fmt/trait.Display.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Display for Unit"],["impl Display for Prefix"],["impl Display for Error"],["impl Display for BoxErrorWrapper"]] +"i3status_rs":[["impl Display for Error"],["impl Display for Unit"],["impl Display for BoxErrorWrapper"],["impl Display for Prefix"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/hash/trait.Hash.js b/implementors/core/hash/trait.Hash.js index 143a283636..1943962c6c 100644 --- a/implementors/core/hash/trait.Hash.js +++ b/implementors/core/hash/trait.Hash.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Hash for DeviceKind"],["impl Hash for MouseButton"]] +"i3status_rs":[["impl Hash for MouseButton"],["impl Hash for DeviceKind"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/iter/traits/iterator/trait.Iterator.js b/implementors/core/iter/traits/iterator/trait.Iterator.js index adddbec391..b4e4abd77b 100644 --- a/implementors/core/iter/traits/iterator/trait.Iterator.js +++ b/implementors/core/iter/traits/iterator/trait.Iterator.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Iterator for notificationRemovedIterator<'_>"],["impl Iterator for notificationPostedIterator<'_>"],["impl Iterator for reachableChangedIterator<'_>"],["impl Iterator for nameChangedIterator<'_>"],["impl Iterator for allNotificationsRemovedIterator<'_>"],["impl Iterator for SubscribeV2Iterator<'_>"],["impl Iterator for SubscribeIterator<'_>"]] +"i3status_rs":[["impl Iterator for notificationPostedIterator<'_>"],["impl Iterator for notificationRemovedIterator<'_>"],["impl Iterator for SubscribeV2Iterator<'_>"],["impl Iterator for SubscribeIterator<'_>"],["impl Iterator for nameChangedIterator<'_>"],["impl Iterator for allNotificationsRemovedIterator<'_>"],["impl Iterator for reachableChangedIterator<'_>"]] };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.Copy.js b/implementors/core/marker/trait.Copy.js index c1e6197dc7..0e1ddcbe9d 100644 --- a/implementors/core/marker/trait.Copy.js +++ b/implementors/core/marker/trait.Copy.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Copy for DeviceKind"],["impl Copy for State"],["impl Copy for InfoType"],["impl Copy for Color"],["impl Copy for Metadata"],["impl Copy for Hsva"],["impl Copy for Prefix"],["impl Copy for HueShifter"],["impl Copy for SoundDriver"],["impl Copy for I3BarBlockAlign"],["impl Copy for KeyboardLayoutDriver"],["impl Copy for TemperatureScale"],["impl Copy for MouseButton"],["impl Copy for Rgba"],["impl Copy for Unit"]] +"i3status_rs":[["impl Copy for TemperatureScale"],["impl Copy for Unit"],["impl Copy for SoundDriver"],["impl Copy for Hsva"],["impl Copy for InfoType"],["impl Copy for DeviceKind"],["impl Copy for I3BarBlockAlign"],["impl Copy for HueShifter"],["impl Copy for Color"],["impl Copy for Rgba"],["impl Copy for Metadata"],["impl Copy for KeyboardLayoutDriver"],["impl Copy for MouseButton"],["impl Copy for State"],["impl Copy for Prefix"]] };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.StructuralEq.js b/implementors/core/marker/trait.StructuralEq.js index e06dbc419a..f450b7e84a 100644 --- a/implementors/core/marker/trait.StructuralEq.js +++ b/implementors/core/marker/trait.StructuralEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'a> StructuralEq for Token<'a>"],["impl StructuralEq for MouseButton"],["impl StructuralEq for Metadata"],["impl<'a> StructuralEq for Formatter<'a>"],["impl<'a> StructuralEq for Placeholder<'a>"],["impl<'a> StructuralEq for FormatTemplate<'a>"],["impl<'a> StructuralEq for Arg<'a>"],["impl StructuralEq for Prefix"],["impl StructuralEq for TemperatureScale"],["impl StructuralEq for Rgba"],["impl StructuralEq for I3BarEvent"],["impl StructuralEq for ErrorKind"],["impl<'a> StructuralEq for TokenList<'a>"],["impl StructuralEq for Separator"],["impl StructuralEq for State"],["impl StructuralEq for DeviceKind"],["impl StructuralEq for Unit"]] +"i3status_rs":[["impl StructuralEq for DeviceKind"],["impl StructuralEq for TemperatureScale"],["impl<'a> StructuralEq for Formatter<'a>"],["impl StructuralEq for I3BarEvent"],["impl StructuralEq for State"],["impl StructuralEq for Unit"],["impl StructuralEq for Separator"],["impl StructuralEq for MouseButton"],["impl StructuralEq for Metadata"],["impl StructuralEq for Prefix"],["impl<'a> StructuralEq for FormatTemplate<'a>"],["impl<'a> StructuralEq for Token<'a>"],["impl<'a> StructuralEq for Arg<'a>"],["impl StructuralEq for Rgba"],["impl<'a> StructuralEq for TokenList<'a>"],["impl<'a> StructuralEq for Placeholder<'a>"],["impl StructuralEq for ErrorKind"]] };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.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js index 7312ca587e..a975fbdc6b 100644 --- a/implementors/core/marker/trait.StructuralPartialEq.js +++ b/implementors/core/marker/trait.StructuralPartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl StructuralPartialEq for State"],["impl StructuralPartialEq for Metadata"],["impl StructuralPartialEq for Unit"],["impl StructuralPartialEq for I3BarEvent"],["impl StructuralPartialEq for Separator"],["impl<'a> StructuralPartialEq for Formatter<'a>"],["impl<'a> StructuralPartialEq for Arg<'a>"],["impl StructuralPartialEq for Color"],["impl<'a> StructuralPartialEq for FormatTemplate<'a>"],["impl StructuralPartialEq for Rgba"],["impl<'a> StructuralPartialEq for Token<'a>"],["impl StructuralPartialEq for DeviceKind"],["impl<'a> StructuralPartialEq for TokenList<'a>"],["impl<'a> StructuralPartialEq for Placeholder<'a>"],["impl StructuralPartialEq for TemperatureScale"],["impl StructuralPartialEq for Prefix"],["impl StructuralPartialEq for ErrorKind"],["impl StructuralPartialEq for MouseButton"]] +"i3status_rs":[["impl StructuralPartialEq for Rgba"],["impl StructuralPartialEq for ErrorKind"],["impl StructuralPartialEq for State"],["impl<'a> StructuralPartialEq for TokenList<'a>"],["impl<'a> StructuralPartialEq for Token<'a>"],["impl StructuralPartialEq for DeviceKind"],["impl StructuralPartialEq for MouseButton"],["impl StructuralPartialEq for Color"],["impl<'a> StructuralPartialEq for Arg<'a>"],["impl StructuralPartialEq for Unit"],["impl<'a> StructuralPartialEq for Placeholder<'a>"],["impl StructuralPartialEq for Metadata"],["impl<'a> StructuralPartialEq for Formatter<'a>"],["impl StructuralPartialEq for Prefix"],["impl<'a> StructuralPartialEq for FormatTemplate<'a>"],["impl StructuralPartialEq for TemperatureScale"],["impl StructuralPartialEq for Separator"],["impl StructuralPartialEq for I3BarEvent"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/arith/trait.Add.js b/implementors/core/ops/arith/trait.Add.js index f97bc805c1..2c55f4c8a5 100644 --- a/implementors/core/ops/arith/trait.Add.js +++ b/implementors/core/ops/arith/trait.Add.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Add<Color> for Color"],["impl Add<Hsva> for Hsva"],["impl Add<Rgba> for Rgba"]] +"i3status_rs":[["impl Add<Hsva> for Hsva"],["impl Add<Rgba> for Rgba"],["impl Add<Color> for Color"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/deref/trait.Deref.js b/implementors/core/ops/deref/trait.Deref.js index c755c17fd4..b439fd566d 100644 --- a/implementors/core/ops/deref/trait.Deref.js +++ b/implementors/core/ops/deref/trait.Deref.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'a> Deref for notificationPostedStream<'a>"],["impl<'c> Deref for Battery1ProxyBlocking<'c>"],["impl<'c> Deref for WlGammarelayRsBusProxy<'c>"],["impl Deref for notificationRemoved"],["impl<'a> Deref for notificationPostedIterator<'a>"],["impl<'c> Deref for SwayNCDbusProxyBlocking<'c>"],["impl Deref for SubscribeV2"],["impl Deref for nameChanged"],["impl<'a> Deref for SubscribeStream<'a>"],["impl<'c> Deref for Battery1Proxy<'c>"],["impl<'a> Deref for nameChangedStream<'a>"],["impl<'c> Deref for NotificationsDbusProxyBlocking<'c>"],["impl<'c> Deref for DaemonDbusProxyBlocking<'c>"],["impl<'a> Deref for reachableChangedStream<'a>"],["impl<'c> Deref for Device1ProxyBlocking<'c>"],["impl Deref for Subscribe"],["impl<'a> Deref for allNotificationsRemovedIterator<'a>"],["impl<'a> Deref for reachableChangedIterator<'a>"],["impl Deref for notificationPosted"],["impl<'c> Deref for SwayNCDbusProxy<'c>"],["impl<'c> Deref for DeviceDbusProxy<'c>"],["impl<'a> Deref for notificationRemovedStream<'a>"],["impl<'c> Deref for DeviceDbusProxyBlocking<'c>"],["impl<'a> Deref for nameChangedIterator<'a>"],["impl Deref for allNotificationsRemoved"],["impl<'a> Deref for SubscribeIterator<'a>"],["impl<'c> Deref for NotificationsDbusProxy<'c>"],["impl<'c> Deref for UnitProxy<'c>"],["impl Deref for reachableChanged"],["impl<'a> Deref for SubscribeV2Iterator<'a>"],["impl<'c> Deref for DunstDbusProxyBlocking<'c>"],["impl<'c> Deref for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Deref for UnitProxyBlocking<'c>"],["impl<'c> Deref for DunstDbusProxy<'c>"],["impl<'a> Deref for SubscribeV2Stream<'a>"],["impl<'a> Deref for allNotificationsRemovedStream<'a>"],["impl<'a> Deref for notificationRemovedIterator<'a>"],["impl<'c> Deref for Device1Proxy<'c>"],["impl<'c> Deref for DaemonDbusProxy<'c>"]] +"i3status_rs":[["impl<'c> Deref for DeviceDbusProxyBlocking<'c>"],["impl<'c> Deref for DaemonDbusProxy<'c>"],["impl<'a> Deref for reachableChangedIterator<'a>"],["impl<'a> Deref for SubscribeIterator<'a>"],["impl<'c> Deref for Device1ProxyBlocking<'c>"],["impl<'c> Deref for Battery1ProxyBlocking<'c>"],["impl<'a> Deref for notificationRemovedStream<'a>"],["impl<'a> Deref for SubscribeV2Stream<'a>"],["impl<'c> Deref for NotificationsDbusProxy<'c>"],["impl<'a> Deref for SubscribeStream<'a>"],["impl<'a> Deref for notificationRemovedIterator<'a>"],["impl Deref for nameChanged"],["impl<'c> Deref for NotificationsDbusProxyBlocking<'c>"],["impl Deref for notificationRemoved"],["impl Deref for allNotificationsRemoved"],["impl Deref for notificationPosted"],["impl<'a> Deref for nameChangedIterator<'a>"],["impl<'c> Deref for Device1Proxy<'c>"],["impl<'a> Deref for notificationPostedStream<'a>"],["impl<'c> Deref for UnitProxyBlocking<'c>"],["impl<'c> Deref for DunstDbusProxyBlocking<'c>"],["impl<'c> Deref for UnitProxy<'c>"],["impl<'c> Deref for DeviceDbusProxy<'c>"],["impl<'c> Deref for SwayNCDbusProxyBlocking<'c>"],["impl<'c> Deref for SwayNCDbusProxy<'c>"],["impl<'a> Deref for SubscribeV2Iterator<'a>"],["impl Deref for Subscribe"],["impl<'a> Deref for allNotificationsRemovedStream<'a>"],["impl<'a> Deref for reachableChangedStream<'a>"],["impl<'c> Deref for WlGammarelayRsBusProxy<'c>"],["impl<'c> Deref for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Deref for DaemonDbusProxyBlocking<'c>"],["impl<'c> Deref for Battery1Proxy<'c>"],["impl Deref for SubscribeV2"],["impl Deref for reachableChanged"],["impl<'c> Deref for DunstDbusProxy<'c>"],["impl<'a> Deref for notificationPostedIterator<'a>"],["impl<'a> Deref for nameChangedStream<'a>"],["impl<'a> Deref for allNotificationsRemovedIterator<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/deref/trait.DerefMut.js b/implementors/core/ops/deref/trait.DerefMut.js index 272fb78009..94e11616c6 100644 --- a/implementors/core/ops/deref/trait.DerefMut.js +++ b/implementors/core/ops/deref/trait.DerefMut.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'c> DerefMut for Battery1Proxy<'c>"],["impl DerefMut for notificationRemovedIterator<'_>"],["impl DerefMut for allNotificationsRemovedStream<'_>"],["impl DerefMut for allNotificationsRemovedIterator<'_>"],["impl<'c> DerefMut for NotificationsDbusProxy<'c>"],["impl<'c> DerefMut for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> DerefMut for NotificationsDbusProxyBlocking<'c>"],["impl DerefMut for SubscribeV2Stream<'_>"],["impl DerefMut for reachableChangedStream<'_>"],["impl DerefMut for notificationRemovedStream<'_>"],["impl DerefMut for nameChangedIterator<'_>"],["impl<'c> DerefMut for UnitProxyBlocking<'c>"],["impl<'c> DerefMut for SwayNCDbusProxy<'c>"],["impl<'c> DerefMut for DunstDbusProxy<'c>"],["impl DerefMut for notificationPostedIterator<'_>"],["impl DerefMut for nameChangedStream<'_>"],["impl<'c> DerefMut for DeviceDbusProxy<'c>"],["impl DerefMut for SubscribeStream<'_>"],["impl<'c> DerefMut for Device1ProxyBlocking<'c>"],["impl<'c> DerefMut for SwayNCDbusProxyBlocking<'c>"],["impl DerefMut for reachableChangedIterator<'_>"],["impl DerefMut for notificationPostedStream<'_>"],["impl<'c> DerefMut for WlGammarelayRsBusProxy<'c>"],["impl<'c> DerefMut for DeviceDbusProxyBlocking<'c>"],["impl<'c> DerefMut for DaemonDbusProxy<'c>"],["impl<'c> DerefMut for DaemonDbusProxyBlocking<'c>"],["impl<'c> DerefMut for UnitProxy<'c>"],["impl<'c> DerefMut for Battery1ProxyBlocking<'c>"],["impl<'c> DerefMut for DunstDbusProxyBlocking<'c>"],["impl DerefMut for SubscribeV2Iterator<'_>"],["impl DerefMut for SubscribeIterator<'_>"],["impl<'c> DerefMut for Device1Proxy<'c>"]] +"i3status_rs":[["impl DerefMut for SubscribeStream<'_>"],["impl<'c> DerefMut for Battery1Proxy<'c>"],["impl DerefMut for reachableChangedStream<'_>"],["impl<'c> DerefMut for Device1ProxyBlocking<'c>"],["impl<'c> DerefMut for Battery1ProxyBlocking<'c>"],["impl DerefMut for nameChangedIterator<'_>"],["impl<'c> DerefMut for UnitProxy<'c>"],["impl DerefMut for reachableChangedIterator<'_>"],["impl<'c> DerefMut for Device1Proxy<'c>"],["impl DerefMut for allNotificationsRemovedIterator<'_>"],["impl DerefMut for notificationRemovedIterator<'_>"],["impl<'c> DerefMut for UnitProxyBlocking<'c>"],["impl DerefMut for notificationRemovedStream<'_>"],["impl DerefMut for nameChangedStream<'_>"],["impl<'c> DerefMut for DeviceDbusProxy<'c>"],["impl<'c> DerefMut for DunstDbusProxy<'c>"],["impl DerefMut for SubscribeIterator<'_>"],["impl DerefMut for SubscribeV2Stream<'_>"],["impl<'c> DerefMut for SwayNCDbusProxy<'c>"],["impl<'c> DerefMut for SwayNCDbusProxyBlocking<'c>"],["impl DerefMut for SubscribeV2Iterator<'_>"],["impl<'c> DerefMut for DaemonDbusProxyBlocking<'c>"],["impl<'c> DerefMut for WlGammarelayRsBusProxyBlocking<'c>"],["impl DerefMut for notificationPostedStream<'_>"],["impl<'c> DerefMut for NotificationsDbusProxy<'c>"],["impl DerefMut for allNotificationsRemovedStream<'_>"],["impl<'c> DerefMut for DaemonDbusProxy<'c>"],["impl<'c> DerefMut for WlGammarelayRsBusProxy<'c>"],["impl<'c> DerefMut for NotificationsDbusProxyBlocking<'c>"],["impl DerefMut for notificationPostedIterator<'_>"],["impl<'c> DerefMut for DeviceDbusProxyBlocking<'c>"],["impl<'c> DerefMut for DunstDbusProxyBlocking<'c>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/str/traits/trait.FromStr.js b/implementors/core/str/traits/trait.FromStr.js index fefb7457ea..67fa93a908 100644 --- a/implementors/core/str/traits/trait.FromStr.js +++ b/implementors/core/str/traits/trait.FromStr.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl FromStr for Separator"],["impl FromStr for Prefix"],["impl FromStr for Unit"],["impl FromStr for FormatTemplate"],["impl FromStr for Config"],["impl FromStr for Color"]] +"i3status_rs":[["impl FromStr for FormatTemplate"],["impl FromStr for Color"],["impl FromStr for Prefix"],["impl FromStr for Unit"],["impl FromStr for Config"],["impl FromStr for Separator"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/futures_core/stream/trait.FusedStream.js b/implementors/futures_core/stream/trait.FusedStream.js index b646f03bce..da5e26d320 100644 --- a/implementors/futures_core/stream/trait.FusedStream.js +++ b/implementors/futures_core/stream/trait.FusedStream.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl FusedStream for nameChangedStream<'_>"],["impl FusedStream for notificationPostedStream<'_>"],["impl FusedStream for SubscribeStream<'_>"],["impl FusedStream for allNotificationsRemovedStream<'_>"],["impl FusedStream for reachableChangedStream<'_>"],["impl FusedStream for SubscribeV2Stream<'_>"],["impl FusedStream for notificationRemovedStream<'_>"]] +"i3status_rs":[["impl FusedStream for allNotificationsRemovedStream<'_>"],["impl FusedStream for notificationRemovedStream<'_>"],["impl FusedStream for SubscribeStream<'_>"],["impl FusedStream for nameChangedStream<'_>"],["impl FusedStream for notificationPostedStream<'_>"],["impl FusedStream for reachableChangedStream<'_>"],["impl FusedStream for SubscribeV2Stream<'_>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/futures_core/stream/trait.Stream.js b/implementors/futures_core/stream/trait.Stream.js index 5911d4c2d8..5a8de3a015 100644 --- a/implementors/futures_core/stream/trait.Stream.js +++ b/implementors/futures_core/stream/trait.Stream.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl Stream for nameChangedStream<'_>"],["impl Stream for reachableChangedStream<'_>"],["impl Stream for SubscribeV2Stream<'_>"],["impl Stream for notificationPostedStream<'_>"],["impl Stream for notificationRemovedStream<'_>"],["impl Stream for allNotificationsRemovedStream<'_>"],["impl Stream for SubscribeStream<'_>"]] +"i3status_rs":[["impl Stream for notificationPostedStream<'_>"],["impl Stream for SubscribeStream<'_>"],["impl Stream for notificationRemovedStream<'_>"],["impl Stream for reachableChangedStream<'_>"],["impl Stream for nameChangedStream<'_>"],["impl Stream for SubscribeV2Stream<'_>"],["impl Stream for allNotificationsRemovedStream<'_>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/ordered_stream/trait.OrderedStream.js b/implementors/ordered_stream/trait.OrderedStream.js index 2123093dba..2350b43676 100644 --- a/implementors/ordered_stream/trait.OrderedStream.js +++ b/implementors/ordered_stream/trait.OrderedStream.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl OrderedStream for SubscribeV2Stream<'_>"],["impl OrderedStream for allNotificationsRemovedStream<'_>"],["impl OrderedStream for nameChangedStream<'_>"],["impl OrderedStream for SubscribeStream<'_>"],["impl OrderedStream for notificationRemovedStream<'_>"],["impl OrderedStream for notificationPostedStream<'_>"],["impl OrderedStream for reachableChangedStream<'_>"]] +"i3status_rs":[["impl OrderedStream for notificationRemovedStream<'_>"],["impl OrderedStream for notificationPostedStream<'_>"],["impl OrderedStream for allNotificationsRemovedStream<'_>"],["impl OrderedStream for reachableChangedStream<'_>"],["impl OrderedStream for nameChangedStream<'_>"],["impl OrderedStream for SubscribeStream<'_>"],["impl OrderedStream for SubscribeV2Stream<'_>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/de/trait.Deserialize.js b/implementors/serde/de/trait.Deserialize.js index 3f97bd3d9b..fdef818d27 100644 --- a/implementors/serde/de/trait.Deserialize.js +++ b/implementors/serde/de/trait.Deserialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'de> Deserialize<'de> for DriverType"],["impl<'de> Deserialize<'de> for MailType"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for DriverType"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for BlockConfigEntry"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for BlockConfig"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for ThemeUserConfigwhere\n ThemeUserConfig: Default,"],["impl<'de> Deserialize<'de> for Color"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for ClickConfigEntry"],["impl<'de> Deserialize<'de> for HueShifter"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for KeyboardLayoutDriver"],["impl<'de> Deserialize<'de> for ClickHandler"],["impl<'de> Deserialize<'de> for ColorOrLink"],["impl<'de> Deserialize<'de> for Separator"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for BatteryDriver"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for MouseButton"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Driver"],["impl<'de> Deserialize<'de> for State"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for DriverType"],["impl<'de> Deserialize<'de> for Item"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Icon"],["impl<'de> Deserialize<'de> for TemperatureScale"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for SharedConfigwhere\n SharedConfig: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for PlayerName"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Filter"],["impl<'de> Deserialize<'de> for Themewhere\n Theme: Default,"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for ThemeOverrides"],["impl<'de> Deserialize<'de> for SoundDriver"],["impl<'de> Deserialize<'de> for DeviceKind"],["impl<'de> Deserialize<'de> for Timezone"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for CommonBlockConfigwhere\n CommonBlockConfig: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for InfoType"],["impl<'de> Deserialize<'de> for Icons"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for WeatherService"]] +"i3status_rs":[["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for ThemeOverrides"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for WeatherService"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for TemperatureScale"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for BatteryDriver"],["impl<'de> Deserialize<'de> for HueShifter"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for ThemeUserConfigwhere\n ThemeUserConfig: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for DriverType"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Filter"],["impl<'de> Deserialize<'de> for Timezone"],["impl<'de> Deserialize<'de> for Separator"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for SoundDriver"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for BlockConfigEntry"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for DriverType"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for InfoType"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for KeyboardLayoutDriver"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Themewhere\n Theme: Default,"],["impl<'de> Deserialize<'de> for DriverType"],["impl<'de> Deserialize<'de> for Color"],["impl<'de> Deserialize<'de> for BlockConfig"],["impl<'de> Deserialize<'de> for CommonBlockConfigwhere\n CommonBlockConfig: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Item"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Driver"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for ColorOrLink"],["impl<'de> Deserialize<'de> for Icons"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Icon"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for ClickHandler"],["impl<'de> Deserialize<'de> for MailType"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for DeviceKind"],["impl<'de> Deserialize<'de> for SharedConfigwhere\n SharedConfig: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for MouseButton"],["impl<'de> Deserialize<'de> for PlayerName"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Config"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for Configwhere\n Config: Default,"],["impl<'de> Deserialize<'de> for ClickConfigEntry"],["impl<'de> Deserialize<'de> for State"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/ser/trait.Serialize.js b/implementors/serde/ser/trait.Serialize.js index afb8977bc4..d58e58a009 100644 --- a/implementors/serde/ser/trait.Serialize.js +++ b/implementors/serde/ser/trait.Serialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'c> Serialize for NotificationsDbusProxy<'c>"],["impl<'c> Serialize for UnitProxyBlocking<'c>"],["impl<'c> Serialize for UnitProxy<'c>"],["impl<'c> Serialize for Device1ProxyBlocking<'c>"],["impl<'c> Serialize for DeviceDbusProxyBlocking<'c>"],["impl<'c> Serialize for DeviceDbusProxy<'c>"],["impl<'c> Serialize for WlGammarelayRsBusProxy<'c>"],["impl<'c> Serialize for SwayNCDbusProxyBlocking<'c>"],["impl<'c> Serialize for Battery1ProxyBlocking<'c>"],["impl<'c> Serialize for DunstDbusProxy<'c>"],["impl<'c> Serialize for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Serialize for Battery1Proxy<'c>"],["impl Serialize for Color"],["impl<'c> Serialize for DunstDbusProxyBlocking<'c>"],["impl<'c> Serialize for Device1Proxy<'c>"],["impl Serialize for I3BarBlock"],["impl<'c> Serialize for DaemonDbusProxyBlocking<'c>"],["impl<'c> Serialize for NotificationsDbusProxyBlocking<'c>"],["impl Serialize for I3BarBlockMinWidth"],["impl<'c> Serialize for SwayNCDbusProxy<'c>"],["impl Serialize for I3BarBlockAlign"],["impl<'c> Serialize for DaemonDbusProxy<'c>"]] +"i3status_rs":[["impl<'c> Serialize for DeviceDbusProxy<'c>"],["impl<'c> Serialize for DeviceDbusProxyBlocking<'c>"],["impl<'c> Serialize for SwayNCDbusProxy<'c>"],["impl<'c> Serialize for DunstDbusProxy<'c>"],["impl<'c> Serialize for DaemonDbusProxyBlocking<'c>"],["impl Serialize for I3BarBlock"],["impl<'c> Serialize for UnitProxyBlocking<'c>"],["impl<'c> Serialize for NotificationsDbusProxyBlocking<'c>"],["impl Serialize for Color"],["impl Serialize for I3BarBlockAlign"],["impl<'c> Serialize for DunstDbusProxyBlocking<'c>"],["impl<'c> Serialize for Device1ProxyBlocking<'c>"],["impl<'c> Serialize for Battery1Proxy<'c>"],["impl<'c> Serialize for UnitProxy<'c>"],["impl<'c> Serialize for WlGammarelayRsBusProxy<'c>"],["impl<'c> Serialize for Battery1ProxyBlocking<'c>"],["impl<'c> Serialize for NotificationsDbusProxy<'c>"],["impl<'c> Serialize for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Serialize for Device1Proxy<'c>"],["impl<'c> Serialize for SwayNCDbusProxyBlocking<'c>"],["impl Serialize for I3BarBlockMinWidth"],["impl<'c> Serialize for DaemonDbusProxy<'c>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/zbus/abstractions/async_drop/trait.AsyncDrop.js b/implementors/zbus/abstractions/async_drop/trait.AsyncDrop.js index 9f644266c7..7a2602f295 100644 --- a/implementors/zbus/abstractions/async_drop/trait.AsyncDrop.js +++ b/implementors/zbus/abstractions/async_drop/trait.AsyncDrop.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl AsyncDrop for notificationRemovedStream<'_>"],["impl AsyncDrop for nameChangedStream<'_>"],["impl AsyncDrop for SubscribeStream<'_>"],["impl AsyncDrop for reachableChangedStream<'_>"],["impl AsyncDrop for allNotificationsRemovedStream<'_>"],["impl AsyncDrop for notificationPostedStream<'_>"],["impl AsyncDrop for SubscribeV2Stream<'_>"]] +"i3status_rs":[["impl AsyncDrop for notificationPostedStream<'_>"],["impl AsyncDrop for reachableChangedStream<'_>"],["impl AsyncDrop for nameChangedStream<'_>"],["impl AsyncDrop for notificationRemovedStream<'_>"],["impl AsyncDrop for allNotificationsRemovedStream<'_>"],["impl AsyncDrop for SubscribeV2Stream<'_>"],["impl AsyncDrop for SubscribeStream<'_>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/zbus/proxy_builder/trait.ProxyDefault.js b/implementors/zbus/proxy_builder/trait.ProxyDefault.js index fc1e6d62b0..ecb4b6aed4 100644 --- a/implementors/zbus/proxy_builder/trait.ProxyDefault.js +++ b/implementors/zbus/proxy_builder/trait.ProxyDefault.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'a> ProxyDefault for Device1Proxy<'a>"],["impl<'a> ProxyDefault for DaemonDbusProxy<'a>"],["impl<'a> ProxyDefault for DunstDbusProxy<'a>"],["impl<'a> ProxyDefault for UnitProxyBlocking<'a>"],["impl<'a> ProxyDefault for NotificationsDbusProxy<'a>"],["impl<'a> ProxyDefault for Battery1Proxy<'a>"],["impl<'a> ProxyDefault for Battery1ProxyBlocking<'a>"],["impl<'a> ProxyDefault for DunstDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for DeviceDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for WlGammarelayRsBusProxy<'a>"],["impl<'a> ProxyDefault for WlGammarelayRsBusProxyBlocking<'a>"],["impl<'a> ProxyDefault for NotificationsDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for DeviceDbusProxy<'a>"],["impl<'a> ProxyDefault for UnitProxy<'a>"],["impl<'a> ProxyDefault for Device1ProxyBlocking<'a>"],["impl<'a> ProxyDefault for SwayNCDbusProxy<'a>"],["impl<'a> ProxyDefault for SwayNCDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for DaemonDbusProxyBlocking<'a>"]] +"i3status_rs":[["impl<'a> ProxyDefault for Battery1ProxyBlocking<'a>"],["impl<'a> ProxyDefault for DaemonDbusProxy<'a>"],["impl<'a> ProxyDefault for DunstDbusProxy<'a>"],["impl<'a> ProxyDefault for WlGammarelayRsBusProxy<'a>"],["impl<'a> ProxyDefault for DeviceDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for NotificationsDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for Battery1Proxy<'a>"],["impl<'a> ProxyDefault for Device1Proxy<'a>"],["impl<'a> ProxyDefault for Device1ProxyBlocking<'a>"],["impl<'a> ProxyDefault for SwayNCDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for WlGammarelayRsBusProxyBlocking<'a>"],["impl<'a> ProxyDefault for DunstDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for UnitProxyBlocking<'a>"],["impl<'a> ProxyDefault for DaemonDbusProxyBlocking<'a>"],["impl<'a> ProxyDefault for UnitProxy<'a>"],["impl<'a> ProxyDefault for NotificationsDbusProxy<'a>"],["impl<'a> ProxyDefault for DeviceDbusProxy<'a>"],["impl<'a> ProxyDefault for SwayNCDbusProxy<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/zvariant/type/trait.Type.js b/implementors/zvariant/type/trait.Type.js index b60023d078..7f0c3ce352 100644 --- a/implementors/zvariant/type/trait.Type.js +++ b/implementors/zvariant/type/trait.Type.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"i3status_rs":[["impl<'c> Type for NotificationsDbusProxyBlocking<'c>"],["impl<'c> Type for DaemonDbusProxy<'c>"],["impl<'c> Type for Device1Proxy<'c>"],["impl<'c> Type for UnitProxyBlocking<'c>"],["impl<'c> Type for DeviceDbusProxy<'c>"],["impl<'c> Type for WlGammarelayRsBusProxy<'c>"],["impl<'c> Type for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Type for UnitProxy<'c>"],["impl<'c> Type for DunstDbusProxy<'c>"],["impl<'c> Type for DeviceDbusProxyBlocking<'c>"],["impl<'c> Type for Battery1Proxy<'c>"],["impl<'c> Type for SwayNCDbusProxyBlocking<'c>"],["impl<'c> Type for DunstDbusProxyBlocking<'c>"],["impl<'c> Type for Device1ProxyBlocking<'c>"],["impl<'c> Type for SwayNCDbusProxy<'c>"],["impl<'c> Type for DaemonDbusProxyBlocking<'c>"],["impl<'c> Type for Battery1ProxyBlocking<'c>"],["impl<'c> Type for NotificationsDbusProxy<'c>"]] +"i3status_rs":[["impl<'c> Type for SwayNCDbusProxy<'c>"],["impl<'c> Type for DunstDbusProxy<'c>"],["impl<'c> Type for Battery1Proxy<'c>"],["impl<'c> Type for NotificationsDbusProxyBlocking<'c>"],["impl<'c> Type for Device1Proxy<'c>"],["impl<'c> Type for DeviceDbusProxy<'c>"],["impl<'c> Type for DunstDbusProxyBlocking<'c>"],["impl<'c> Type for UnitProxyBlocking<'c>"],["impl<'c> Type for WlGammarelayRsBusProxyBlocking<'c>"],["impl<'c> Type for DaemonDbusProxy<'c>"],["impl<'c> Type for NotificationsDbusProxy<'c>"],["impl<'c> Type for Battery1ProxyBlocking<'c>"],["impl<'c> Type for UnitProxy<'c>"],["impl<'c> Type for WlGammarelayRsBusProxy<'c>"],["impl<'c> Type for Device1ProxyBlocking<'c>"],["impl<'c> Type for DeviceDbusProxyBlocking<'c>"],["impl<'c> Type for DaemonDbusProxyBlocking<'c>"],["impl<'c> Type for SwayNCDbusProxyBlocking<'c>"]] };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 299887ac2f..4668b394a6 100644 --- a/search-index.js +++ b/search-index.js @@ -1,5 +1,5 @@ var searchIndex = JSON.parse('{\ -"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.","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.","Returns some reference to the inner value if it is of type …","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,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,83],[82,[[84,[83]]]],[70,[[84,[83]]]],[70,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],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],8],[83,[[41,[71]]]],[[],8],[83,[[41,[73]]]],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[[],8],[83,[[41,[75]]]],[[],8],[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],[[],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,[[84,[83]]]],[116,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],[[],8],[83,[[41,[117]]]],[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]]]],[[],8],[209,[[13,[214]]]],[208,[[13,[215]]]],[[],8],[[],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":[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"]]}\ +"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.","Returns some reference to the inner value if it is of type …","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.","Returns true if the inner type is the same as T.","Forwards to the method defined on the type dyn Error.","","","","","","","","","","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,83],[82,[[84,[83]]]],[70,83],[70,[[84,[83]]]],[72,[[84,[83]]]],[72,83],[78,32],[79,34],[74,83],[74,[[84,[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],[[],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]]]]]],[[],8],[210,[[13,[213]]]],[209,[[13,[214]]]],[[],8],[208,[[13,[215]]]],[[],8],[[],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":[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/netlink.rs.html b/src/i3status_rs/netlink.rs.html index 6233982a5c..6abc950073 100644 --- a/src/i3status_rs/netlink.rs.html +++ b/src/i3status_rs/netlink.rs.html @@ -461,6 +461,11 @@ 461 462 463 +464 +465 +466 +467 +468
use neli::attr::Attribute;
 use neli::consts::{nl::*, rtnl::*, socket::*};
 use neli::nl::{NlPayload, Nlmsghdr};
@@ -633,6 +638,11 @@
                     continue;
                 };
 
+                // TODO: are there any situations when there is more than one station?
+                let Some(ap) = ap.into_iter().next() else {
+                    continue;
+                };
+
                 let bss = socket
                     .get_bss_info(index)
                     .await