(function() {var implementors = {}; implementors["anyhow"] = [{"text":"impl Display for Error","synthetic":false,"types":["anyhow::Error"]}]; implementors["app_dirs2"] = [{"text":"impl Display for AppDirsError","synthetic":false,"types":["app_dirs2::common::AppDirsError"]}]; implementors["base64"] = [{"text":"impl<'a> Display for Base64Display<'a>","synthetic":false,"types":["base64::display::Base64Display"]},{"text":"impl Display for DecodeError","synthetic":false,"types":["base64::decode::DecodeError"]}]; implementors["bincode"] = [{"text":"impl Display for ErrorKind","synthetic":false,"types":["bincode::error::ErrorKind"]}]; implementors["chrono"] = [{"text":"impl Display for FixedOffset","synthetic":false,"types":["chrono::offset::fixed::FixedOffset"]},{"text":"impl Display for Utc","synthetic":false,"types":["chrono::offset::utc::Utc"]},{"text":"impl Display for NaiveDate","synthetic":false,"types":["chrono::naive::date::NaiveDate"]},{"text":"impl Display for NaiveDateTime","synthetic":false,"types":["chrono::naive::datetime::NaiveDateTime"]},{"text":"impl Display for NaiveTime","synthetic":false,"types":["chrono::naive::time::NaiveTime"]},{"text":"impl<Tz: TimeZone> Display for Date<Tz> where
    Tz::Offset: Display
","synthetic":false,"types":["chrono::date::Date"]},{"text":"impl<Tz: TimeZone> Display for DateTime<Tz> where
    Tz::Offset: Display
","synthetic":false,"types":["chrono::datetime::DateTime"]},{"text":"impl Display for ParseError","synthetic":false,"types":["chrono::format::ParseError"]},{"text":"impl<'a, I: Iterator<Item = B> + Clone, B: Borrow<Item<'a>>> Display for DelayedFormat<I>","synthetic":false,"types":["chrono::format::DelayedFormat"]},{"text":"impl Display for RoundingError","synthetic":false,"types":["chrono::round::RoundingError"]},{"text":"impl Display for Weekday","synthetic":false,"types":["chrono::Weekday"]}]; implementors["clap"] = [{"text":"impl Display for ErrorKind","synthetic":false,"types":["clap::error::kind::ErrorKind"]},{"text":"impl Display for Error","synthetic":false,"types":["clap::error::Error"]},{"text":"impl<'help> Display for Arg<'help>","synthetic":false,"types":["clap::build::arg::Arg"]},{"text":"impl Display for App<'_>","synthetic":false,"types":["clap::build::command::App"]}]; implementors["colored"] = [{"text":"impl Display for ColoredString","synthetic":false,"types":["colored::ColoredString"]}]; implementors["crossbeam_channel"] = [{"text":"impl<T> Display for SendError<T>","synthetic":false,"types":["crossbeam_channel::err::SendError"]},{"text":"impl<T> Display for TrySendError<T>","synthetic":false,"types":["crossbeam_channel::err::TrySendError"]},{"text":"impl<T> Display for SendTimeoutError<T>","synthetic":false,"types":["crossbeam_channel::err::SendTimeoutError"]},{"text":"impl Display for RecvError","synthetic":false,"types":["crossbeam_channel::err::RecvError"]},{"text":"impl Display for TryRecvError","synthetic":false,"types":["crossbeam_channel::err::TryRecvError"]},{"text":"impl Display for RecvTimeoutError","synthetic":false,"types":["crossbeam_channel::err::RecvTimeoutError"]},{"text":"impl Display for TrySelectError","synthetic":false,"types":["crossbeam_channel::err::TrySelectError"]},{"text":"impl Display for SelectTimeoutError","synthetic":false,"types":["crossbeam_channel::err::SelectTimeoutError"]}]; implementors["crossbeam_utils"] = [{"text":"impl<T: ?Sized + Display> Display for ShardedLockReadGuard<'_, T>","synthetic":false,"types":["crossbeam_utils::sync::sharded_lock::ShardedLockReadGuard"]},{"text":"impl<T: ?Sized + Display> Display for ShardedLockWriteGuard<'_, T>","synthetic":false,"types":["crossbeam_utils::sync::sharded_lock::ShardedLockWriteGuard"]}]; implementors["desktop_wrapper"] = [{"text":"impl Display for LoggingSystemInitError","synthetic":false,"types":["desktop_wrapper::logging::LoggingSystemInitError"]}]; implementors["discord_sdk"] = [{"text":"impl Display for Error","synthetic":false,"types":["discord_sdk::error::Error"]},{"text":"impl Display for DiscordErr","synthetic":false,"types":["discord_sdk::error::DiscordErr"]},{"text":"impl Display for DiscordApiErr","synthetic":false,"types":["discord_sdk::error::DiscordApiErr"]},{"text":"impl<'md> Display for SearchKey<'md>","synthetic":false,"types":["discord_sdk::lobby::search::SearchKey"]},{"text":"impl Display for Snowflake","synthetic":false,"types":["discord_sdk::types::Snowflake"]},{"text":"impl Display for User","synthetic":false,"types":["discord_sdk::user::User"]}]; implementors["fern"] = [{"text":"impl Display for InitError","synthetic":false,"types":["fern::errors::InitError"]},{"text":"impl<T> Display for WithFgColor<T> where
    T: Display
","synthetic":false,"types":["fern::colors::WithFgColor"]}]; implementors["hashbrown"] = [{"text":"impl<'a, K: Debug, V: Debug, S, A: Allocator + Clone> Display for OccupiedError<'a, K, V, S, A>","synthetic":false,"types":["hashbrown::map::OccupiedError"]}]; implementors["heck"] = [{"text":"impl<T: AsRef<str>> Display for AsKebabCase<T>","synthetic":false,"types":["heck::kebab::AsKebabCase"]},{"text":"impl<T: AsRef<str>> Display for AsLowerCamelCase<T>","synthetic":false,"types":["heck::lower_camel::AsLowerCamelCase"]},{"text":"impl<T: AsRef<str>> Display for AsShoutyKebabCase<T>","synthetic":false,"types":["heck::shouty_kebab::AsShoutyKebabCase"]},{"text":"impl<T: AsRef<str>> Display for AsShoutySnakeCase<T>","synthetic":false,"types":["heck::shouty_snake::AsShoutySnakeCase"]},{"text":"impl<T: AsRef<str>> Display for AsSnakeCase<T>","synthetic":false,"types":["heck::snake::AsSnakeCase"]},{"text":"impl<T: AsRef<str>> Display for AsTitleCase<T>","synthetic":false,"types":["heck::title::AsTitleCase"]},{"text":"impl<T: AsRef<str>> Display for AsUpperCamelCase<T>","synthetic":false,"types":["heck::upper_camel::AsUpperCamelCase"]}]; implementors["idna"] = [{"text":"impl Display for Errors","synthetic":false,"types":["idna::uts46::Errors"]}]; implementors["lock_api"] = [{"text":"impl<'a, R: RawMutex + 'a, T: Display + ?Sized + 'a> Display for MutexGuard<'a, R, T>","synthetic":false,"types":["lock_api::mutex::MutexGuard"]},{"text":"impl<'a, R: RawMutex + 'a, T: Display + ?Sized + 'a> Display for MappedMutexGuard<'a, R, T>","synthetic":false,"types":["lock_api::mutex::MappedMutexGuard"]},{"text":"impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: Display + ?Sized + 'a> Display for ReentrantMutexGuard<'a, R, G, T>","synthetic":false,"types":["lock_api::remutex::ReentrantMutexGuard"]},{"text":"impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: Display + ?Sized + 'a> Display for MappedReentrantMutexGuard<'a, R, G, T>","synthetic":false,"types":["lock_api::remutex::MappedReentrantMutexGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: Display + ?Sized + 'a> Display for RwLockReadGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::RwLockReadGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: Display + ?Sized + 'a> Display for RwLockWriteGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::RwLockWriteGuard"]},{"text":"impl<'a, R: RawRwLockUpgrade + 'a, T: Display + ?Sized + 'a> Display for RwLockUpgradableReadGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::RwLockUpgradableReadGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: Display + ?Sized + 'a> Display for MappedRwLockReadGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::MappedRwLockReadGuard"]},{"text":"impl<'a, R: RawRwLock + 'a, T: Display + ?Sized + 'a> Display for MappedRwLockWriteGuard<'a, R, T>","synthetic":false,"types":["lock_api::rwlock::MappedRwLockWriteGuard"]}]; implementors["log"] = [{"text":"impl Display for Level","synthetic":false,"types":["log::Level"]},{"text":"impl Display for LevelFilter","synthetic":false,"types":["log::LevelFilter"]},{"text":"impl Display for SetLoggerError","synthetic":false,"types":["log::SetLoggerError"]},{"text":"impl Display for ParseLevelError","synthetic":false,"types":["log::ParseLevelError"]}]; implementors["num_traits"] = [{"text":"impl Display for ParseFloatError","synthetic":false,"types":["num_traits::ParseFloatError"]}]; implementors["os_str_bytes"] = [{"text":"impl Display for EncodingError","synthetic":false,"types":["os_str_bytes::EncodingError"]}]; implementors["percent_encoding"] = [{"text":"impl<'a> Display for PercentEncode<'a>","synthetic":false,"types":["percent_encoding::PercentEncode"]}]; implementors["proc_macro2"] = [{"text":"impl Display for TokenStream","synthetic":false,"types":["proc_macro2::TokenStream"]},{"text":"impl Display for LexError","synthetic":false,"types":["proc_macro2::LexError"]},{"text":"impl Display for TokenTree","synthetic":false,"types":["proc_macro2::TokenTree"]},{"text":"impl Display for Group","synthetic":false,"types":["proc_macro2::Group"]},{"text":"impl Display for Punct","synthetic":false,"types":["proc_macro2::Punct"]},{"text":"impl Display for Ident","synthetic":false,"types":["proc_macro2::Ident"]},{"text":"impl Display for Literal","synthetic":false,"types":["proc_macro2::Literal"]}]; implementors["serde"] = [{"text":"impl Display for Error","synthetic":false,"types":["serde::de::value::Error"]},{"text":"impl<'a> Display for Unexpected<'a>","synthetic":false,"types":["serde::de::Unexpected"]},{"text":"impl<'a> Display for dyn Expected + 'a","synthetic":false,"types":[]}]; implementors["serde_json"] = [{"text":"impl Display for Error","synthetic":false,"types":["serde_json::error::Error"]},{"text":"impl Display for Value","synthetic":false,"types":["serde_json::value::Value"]},{"text":"impl Display for Number","synthetic":false,"types":["serde_json::number::Number"]}]; implementors["smallvec"] = [{"text":"impl Display for CollectionAllocErr","synthetic":false,"types":["smallvec::CollectionAllocErr"]}]; implementors["strsim"] = [{"text":"impl Display for StrSimError","synthetic":false,"types":["strsim::StrSimError"]}]; implementors["syn"] = [{"text":"impl Display for Lifetime","synthetic":false,"types":["syn::lifetime::Lifetime"]},{"text":"impl Display for LitInt","synthetic":false,"types":["syn::lit::LitInt"]},{"text":"impl Display for LitFloat","synthetic":false,"types":["syn::lit::LitFloat"]},{"text":"impl<'a> Display for ParseBuffer<'a>","synthetic":false,"types":["syn::parse::ParseBuffer"]},{"text":"impl Display for Error","synthetic":false,"types":["syn::error::Error"]}]; implementors["termcolor"] = [{"text":"impl Display for ParseColorError","synthetic":false,"types":["termcolor::ParseColorError"]}]; implementors["time"] = [{"text":"impl Display for Date","synthetic":false,"types":["time::date::Date"]},{"text":"impl Display for ComponentRange","synthetic":false,"types":["time::error::component_range::ComponentRange"]},{"text":"impl Display for ConversionRange","synthetic":false,"types":["time::error::conversion_range::ConversionRange"]},{"text":"impl Display for DifferentVariant","synthetic":false,"types":["time::error::different_variant::DifferentVariant"]},{"text":"impl Display for Format","synthetic":false,"types":["time::error::format::Format"]},{"text":"impl Display for IndeterminateOffset","synthetic":false,"types":["time::error::indeterminate_offset::IndeterminateOffset"]},{"text":"impl Display for InvalidFormatDescription","synthetic":false,"types":["time::error::invalid_format_description::InvalidFormatDescription"]},{"text":"impl Display for Error","synthetic":false,"types":["time::error::Error"]},{"text":"impl Display for Month","synthetic":false,"types":["time::month::Month"]},{"text":"impl Display for OffsetDateTime","synthetic":false,"types":["time::offset_date_time::OffsetDateTime"]},{"text":"impl Display for PrimitiveDateTime","synthetic":false,"types":["time::primitive_date_time::PrimitiveDateTime"]},{"text":"impl Display for Time","synthetic":false,"types":["time::time::Time"]},{"text":"impl Display for UtcOffset","synthetic":false,"types":["time::utc_offset::UtcOffset"]},{"text":"impl Display for Weekday","synthetic":false,"types":["time::weekday::Weekday"]}]; implementors["tinyvec"] = [{"text":"impl<A: Array> Display for ArrayVec<A> where
    A::Item: Display
","synthetic":false,"types":["tinyvec::arrayvec::ArrayVec"]},{"text":"impl<'s, T> Display for SliceVec<'s, T> where
    T: Display
","synthetic":false,"types":["tinyvec::slicevec::SliceVec"]},{"text":"impl<A: Array> Display for TinyVec<A> where
    A::Item: Display
","synthetic":false,"types":["tinyvec::tinyvec::TinyVec"]}]; implementors["tokio"] = [{"text":"impl Display for ReuniteError","synthetic":false,"types":["tokio::net::tcp::split_owned::ReuniteError"]},{"text":"impl Display for ReuniteError","synthetic":false,"types":["tokio::net::unix::split_owned::ReuniteError"]},{"text":"impl Display for JoinError","synthetic":false,"types":["tokio::runtime::task::error::JoinError"]},{"text":"impl Display for TryCurrentError","synthetic":false,"types":["tokio::runtime::handle::TryCurrentError"]},{"text":"impl<T> Display for SendError<T>","synthetic":false,"types":["tokio::sync::broadcast::error::SendError"]},{"text":"impl Display for RecvError","synthetic":false,"types":["tokio::sync::broadcast::error::RecvError"]},{"text":"impl Display for TryRecvError","synthetic":false,"types":["tokio::sync::broadcast::error::TryRecvError"]},{"text":"impl<T> Display for SendError<T>","synthetic":false,"types":["tokio::sync::mpsc::error::SendError"]},{"text":"impl<T> Display for TrySendError<T>","synthetic":false,"types":["tokio::sync::mpsc::error::TrySendError"]},{"text":"impl Display for TryRecvError","synthetic":false,"types":["tokio::sync::mpsc::error::TryRecvError"]},{"text":"impl<T> Display for SendTimeoutError<T>","synthetic":false,"types":["tokio::sync::mpsc::error::SendTimeoutError"]},{"text":"impl Display for TryLockError","synthetic":false,"types":["tokio::sync::mutex::TryLockError"]},{"text":"impl<T: ?Sized + Display> Display for MutexGuard<'_, T>","synthetic":false,"types":["tokio::sync::mutex::MutexGuard"]},{"text":"impl<T: ?Sized + Display> Display for OwnedMutexGuard<T>","synthetic":false,"types":["tokio::sync::mutex::OwnedMutexGuard"]},{"text":"impl<'a, T: ?Sized + Display> Display for MappedMutexGuard<'a, T>","synthetic":false,"types":["tokio::sync::mutex::MappedMutexGuard"]},{"text":"impl Display for RecvError","synthetic":false,"types":["tokio::sync::oneshot::error::RecvError"]},{"text":"impl Display for TryRecvError","synthetic":false,"types":["tokio::sync::oneshot::error::TryRecvError"]},{"text":"impl Display for AcquireError","synthetic":false,"types":["tokio::sync::batch_semaphore::AcquireError"]},{"text":"impl Display for TryAcquireError","synthetic":false,"types":["tokio::sync::batch_semaphore::TryAcquireError"]},{"text":"impl<T: ?Sized, U: ?Sized> Display for OwnedRwLockReadGuard<T, U> where
    U: Display
","synthetic":false,"types":["tokio::sync::rwlock::owned_read_guard::OwnedRwLockReadGuard"]},{"text":"impl<T: ?Sized> Display for OwnedRwLockWriteGuard<T> where
    T: Display
","synthetic":false,"types":["tokio::sync::rwlock::owned_write_guard::OwnedRwLockWriteGuard"]},{"text":"impl<T: ?Sized, U: ?Sized> Display for OwnedRwLockMappedWriteGuard<T, U> where
    U: Display
","synthetic":false,"types":["tokio::sync::rwlock::owned_write_guard_mapped::OwnedRwLockMappedWriteGuard"]},{"text":"impl<'a, T: ?Sized> Display for RwLockReadGuard<'a, T> where
    T: Display
","synthetic":false,"types":["tokio::sync::rwlock::read_guard::RwLockReadGuard"]},{"text":"impl<'a, T: ?Sized> Display for RwLockWriteGuard<'a, T> where
    T: Display
","synthetic":false,"types":["tokio::sync::rwlock::write_guard::RwLockWriteGuard"]},{"text":"impl<'a, T: ?Sized> Display for RwLockMappedWriteGuard<'a, T> where
    T: Display
","synthetic":false,"types":["tokio::sync::rwlock::write_guard_mapped::RwLockMappedWriteGuard"]},{"text":"impl<T> Display for SetError<T>","synthetic":false,"types":["tokio::sync::once_cell::SetError"]},{"text":"impl<T: Debug> Display for SendError<T>","synthetic":false,"types":["tokio::sync::watch::error::SendError"]},{"text":"impl Display for RecvError","synthetic":false,"types":["tokio::sync::watch::error::RecvError"]},{"text":"impl Display for Error","synthetic":false,"types":["tokio::time::error::Error"]},{"text":"impl Display for Elapsed","synthetic":false,"types":["tokio::time::error::Elapsed"]}]; implementors["tracing_core"] = [{"text":"impl Display for SetGlobalDefaultError","synthetic":false,"types":["tracing_core::dispatcher::SetGlobalDefaultError"]},{"text":"impl Display for dyn Value","synthetic":false,"types":[]},{"text":"impl<T: Display> Display for DisplayValue<T>","synthetic":false,"types":["tracing_core::field::DisplayValue"]},{"text":"impl Display for Field","synthetic":false,"types":["tracing_core::field::Field"]},{"text":"impl Display for FieldSet","synthetic":false,"types":["tracing_core::field::FieldSet"]},{"text":"impl<'a> Display for ValueSet<'a>","synthetic":false,"types":["tracing_core::field::ValueSet"]},{"text":"impl Display for Level","synthetic":false,"types":["tracing_core::metadata::Level"]},{"text":"impl Display for LevelFilter","synthetic":false,"types":["tracing_core::metadata::LevelFilter"]},{"text":"impl Display for ParseLevelError","synthetic":false,"types":["tracing_core::metadata::ParseLevelError"]},{"text":"impl Display for ParseLevelFilterError","synthetic":false,"types":["tracing_core::metadata::ParseLevelFilterError"]}]; implementors["unicode_normalization"] = [{"text":"impl<I: Iterator<Item = char> + Clone> Display for Decompositions<I>","synthetic":false,"types":["unicode_normalization::decompose::Decompositions"]},{"text":"impl<I: Iterator<Item = char> + Clone> Display for Recompositions<I>","synthetic":false,"types":["unicode_normalization::recompose::Recompositions"]},{"text":"impl<I: Iterator<Item = char> + Clone> Display for Replacements<I>","synthetic":false,"types":["unicode_normalization::replace::Replacements"]}]; implementors["url"] = [{"text":"impl<S: AsRef<str>> Display for Host<S>","synthetic":false,"types":["url::host::Host"]},{"text":"impl Display for ParseError","synthetic":false,"types":["url::parser::ParseError"]},{"text":"impl Display for SyntaxViolation","synthetic":false,"types":["url::parser::SyntaxViolation"]},{"text":"impl Display for Url","synthetic":false,"types":["url::Url"]}]; implementors["xdg"] = [{"text":"impl Display for BaseDirectoriesError","synthetic":false,"types":["xdg::BaseDirectoriesError"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()