pub unsafe auto trait Send { }
๐Ÿ”ฌThis is a nightly-only experimental API. (prelude_2024)
Expand description

Types that can be transferred across thread boundaries.

This trait is automatically implemented when the compiler determines itโ€™s appropriate.

An example of a non-Send type is the reference-counting pointer rc::Rc. If two threads attempt to clone Rcs that point to the same reference-counted value, they might try to update the reference count at the same time, which is undefined behavior because Rc doesnโ€™t use atomic operations. Its cousin sync::Arc does use atomic operations (incurring some overhead) and thus is Send.

See the Nomicon and the Sync trait for more details.

Implementorsยง

1.29.0 ยท Sourceยง

impl !Send for rustmax::proc_macro::TokenTree

Sourceยง

impl !Send for ExpandError

1.29.0 ยท Sourceยง

impl !Send for rustmax::proc_macro::Group

1.15.0 ยท Sourceยง

impl !Send for rustmax::proc_macro::LexError

1.29.0 ยท Sourceยง

impl !Send for rustmax::proc_macro::Punct

1.29.0 ยท Sourceยง

impl !Send for rustmax::proc_macro::Span

1.15.0 ยท Sourceยง

impl !Send for rustmax::proc_macro::TokenStream

1.26.0 ยท Sourceยง

impl !Send for Args

1.26.0 ยท Sourceยง

impl !Send for ArgsOs

1.0.0 ยท Sourceยง

impl !Send for Arguments<'_>

Sourceยง

impl !Send for LocalWaker

Sourceยง

impl Send for atomic_waker::AtomicWaker

Sourceยง

impl Send for libloading::os::unix::Library

Sourceยง

impl Send for libloading::safe::Library

Sourceยง

impl Send for Asn1BitString

Sourceยง

impl Send for Asn1BitStringRef

Sourceยง

impl Send for Asn1Enumerated

Sourceยง

impl Send for Asn1EnumeratedRef

Sourceยง

impl Send for Asn1GeneralizedTime

Sourceยง

impl Send for Asn1GeneralizedTimeRef

Sourceยง

impl Send for Asn1Integer

Sourceยง

impl Send for Asn1IntegerRef

Sourceยง

impl Send for Asn1Object

Sourceยง

impl Send for Asn1ObjectRef

Sourceยง

impl Send for Asn1OctetString

Sourceยง

impl Send for Asn1OctetStringRef

Sourceยง

impl Send for Asn1String

Sourceยง

impl Send for Asn1StringRef

Sourceยง

impl Send for Asn1Time

Sourceยง

impl Send for Asn1TimeRef

Sourceยง

impl Send for BigNum

Sourceยง

impl Send for BigNumContext

Sourceยง

impl Send for BigNumContextRef

Sourceยง

impl Send for BigNumRef

Sourceยง

impl Send for openssl::cipher::Cipher

Sourceยง

impl Send for CipherRef

Sourceยง

impl Send for CipherCtx

Sourceยง

impl Send for CipherCtxRef

Sourceยง

impl Send for CmsContentInfo

Sourceยง

impl Send for CmsContentInfoRef

Sourceยง

impl Send for Conf

Sourceยง

impl Send for ConfRef

Sourceยง

impl Send for Deriver<'_>

Sourceยง

impl Send for DsaSig

Sourceยง

impl Send for DsaSigRef

Sourceยง

impl Send for EcGroup

Sourceยง

impl Send for EcGroupRef

Sourceยง

impl Send for EcPoint

Sourceยง

impl Send for EcPointRef

Sourceยง

impl Send for EcdsaSig

Sourceยง

impl Send for EcdsaSigRef

Sourceยง

impl Send for Decrypter<'_>

Sourceยง

impl Send for Encrypter<'_>

Sourceยง

impl Send for openssl::error::Error

Sourceยง

impl Send for openssl::hash::Hasher

Sourceยง

impl Send for MessageDigest

Sourceยง

impl Send for LibCtx

Sourceยง

impl Send for LibCtxRef

Sourceยง

impl Send for Md

Sourceยง

impl Send for MdRef

Sourceยง

impl Send for MdCtx

Sourceยง

impl Send for MdCtxRef

Sourceยง

impl Send for OcspBasicResponse

Sourceยง

impl Send for OcspBasicResponseRef

Sourceยง

impl Send for OcspCertId

Sourceยง

impl Send for OcspCertIdRef

Sourceยง

impl Send for OcspOneReq

Sourceยง

impl Send for OcspOneReqRef

Sourceยง

impl Send for OcspRequest

Sourceยง

impl Send for OcspRequestRef

Sourceยง

impl Send for OcspResponse

Sourceยง

impl Send for OcspResponseRef

Sourceยง

impl Send for Pkcs7

Sourceยง

impl Send for Pkcs7Ref

Sourceยง

impl Send for Pkcs7Signed

Sourceยง

impl Send for Pkcs7SignedRef

Sourceยง

impl Send for Pkcs7SignerInfo

Sourceยง

impl Send for Pkcs7SignerInfoRef

Sourceยง

impl Send for Pkcs12

Sourceยง

impl Send for Pkcs12Ref

Sourceยง

impl Send for Provider

Sourceยง

impl Send for ProviderRef

Sourceยง

impl Send for Signer<'_>

Sourceยง

impl Send for Verifier<'_>

Sourceยง

impl Send for SrtpProtectionProfile

Sourceยง

impl Send for SrtpProtectionProfileRef

Sourceยง

impl Send for Ssl

Sourceยง

impl Send for SslContext

Sourceยง

impl Send for SslContextRef

Sourceยง

impl Send for SslMethod

Sourceยง

impl Send for SslRef

Sourceยง

impl Send for SslSession

Sourceยง

impl Send for SslSessionRef

Sourceยง

impl Send for OpensslString

Sourceยง

impl Send for OpensslStringRef

Sourceยง

impl Send for openssl::symm::Cipher

Sourceยง

impl Send for X509Store

Sourceยง

impl Send for X509StoreBuilder

Sourceยง

impl Send for X509StoreBuilderRef

Sourceยง

impl Send for X509StoreRef

Sourceยง

impl Send for AccessDescription

Sourceยง

impl Send for AccessDescriptionRef

Sourceยง

impl Send for DistPoint

Sourceยง

impl Send for DistPointName

Sourceยง

impl Send for DistPointNameRef

Sourceยง

impl Send for DistPointRef

Sourceยง

impl Send for GeneralName

Sourceยง

impl Send for GeneralNameRef

Sourceยง

impl Send for X509

Sourceยง

impl Send for X509Algorithm

Sourceยง

impl Send for X509AlgorithmRef

Sourceยง

impl Send for X509Crl

Sourceยง

impl Send for X509CrlRef

Sourceยง

impl Send for X509Extension

Sourceยง

impl Send for X509ExtensionRef

Sourceยง

impl Send for X509Name

Sourceยง

impl Send for X509NameEntry

Sourceยง

impl Send for X509NameEntryRef

Sourceยง

impl Send for X509NameRef

Sourceยง

impl Send for X509Object

Sourceยง

impl Send for X509ObjectRef

Sourceยง

impl Send for X509Ref

Sourceยง

impl Send for X509Req

Sourceยง

impl Send for X509ReqRef

Sourceยง

impl Send for X509Revoked

Sourceยง

impl Send for X509RevokedRef

Sourceยง

impl Send for X509StoreContext

Sourceยง

impl Send for X509StoreContextRef

Sourceยง

impl Send for X509VerifyParam

Sourceยง

impl Send for X509VerifyParamRef

Sourceยง

impl Send for BytesMut

Sourceยง

impl Send for rustmax::core::ffi::c_str::Bytes<'_>

Sourceยง

impl Send for rustmax::crossbeam::channel::Select<'_>

Sourceยง

impl Send for Collector

Sourceยง

impl Send for Parker

Sourceยง

impl Send for Unparker

Sourceยง

impl Send for rustmax::futures::task::AtomicWaker

Sourceยง

impl Send for rustmax::hyper::body::Bytes

1.6.0 ยท Sourceยง

impl Send for rustmax::std::string::Drain<'_>

1.36.0 ยท Sourceยง

impl Send for Waker

Sourceยง

impl Send for rustmax::tokio::task::AbortHandle

1.44.0 ยท Sourceยง

impl<'a> Send for IoSlice<'a>

1.44.0 ยท Sourceยง

impl<'a> Send for IoSliceMut<'a>

Sourceยง

impl<'a> Send for Notified<'a>

Sourceยง

impl<'a, R, T> Send for lock_api::mutex::MappedMutexGuard<'a, R, T>
where R: RawMutex + 'a, T: Send + 'a + ?Sized, <R as RawMutex>::GuardMarker: Send,

Sourceยง

impl<'a, R, T> Send for lock_api::rwlock::MappedRwLockReadGuard<'a, R, T>
where R: RawRwLock + 'a, T: Sync + 'a + ?Sized, <R as RawRwLock>::GuardMarker: Send,

Sourceยง

impl<'a, R, T> Send for lock_api::rwlock::MappedRwLockWriteGuard<'a, R, T>
where R: RawRwLock + 'a, T: Send + 'a + ?Sized, <R as RawRwLock>::GuardMarker: Send,

Sourceยง

impl<'a, T> Send for smallvec::Drain<'a, T>
where T: Send + Array,

Sourceยง

impl<'a, T> Send for ZeroVec<'a, T>
where T: AsULE, <T as AsULE>::ULE: Send + Sync,

Sourceยง

impl<'a, T> Send for rustmax::reqwest::header::Drain<'a, T>
where T: Send,

Sourceยง

impl<'a, T> Send for rustmax::reqwest::header::Iter<'a, T>
where T: Sync,

Sourceยง

impl<'a, T> Send for rustmax::reqwest::header::IterMut<'a, T>
where T: Send,

Sourceยง

impl<'a, T> Send for ValueDrain<'a, T>
where T: Send,

Sourceยง

impl<'a, T> Send for ValueIterMut<'a, T>
where T: Send,

Sourceยง

impl<'a, T> Send for rustmax::tokio::sync::MappedMutexGuard<'a, T>
where T: Send + 'a + ?Sized,

Sourceยง

impl<'a, T, const CAP: usize> Send for arrayvec::arrayvec::Drain<'a, T, CAP>
where T: Send,

Sourceยง

impl<A> Send for SmallVec<A>
where A: Array, <A as Array>::Item: Send,

Sourceยง

impl<C> Send for CartableOptionPointer<C>

Sourceยง

impl<Dyn> Send for DynMetadata<Dyn>
where Dyn: ?Sized,

Sourceยง

impl<Fut> Send for rustmax::futures::prelude::stream::futures_unordered::IntoIter<Fut>
where Fut: Send + Unpin,

Sourceยง

impl<Fut> Send for IterPinMut<'_, Fut>
where Fut: Send,

Sourceยง

impl<Fut> Send for IterPinRef<'_, Fut>
where Fut: Send,

Sourceยง

impl<Fut> Send for FuturesUnordered<Fut>
where Fut: Send,

Sourceยง

impl<K, V> Send for hashbrown::map::IterMut<'_, K, V>
where K: Send, V: Send,

Sourceยง

impl<K, V, S, A> Send for hashbrown::map::OccupiedEntry<'_, K, V, S, A>
where K: Send, V: Send, S: Send, A: Send + Allocator,

Sourceยง

impl<R, G> Send for RawReentrantMutex<R, G>
where R: RawMutex + Send, G: GetThreadId + Send,

Sourceยง

impl<R, G, T> Send for ReentrantMutex<R, G, T>
where R: RawMutex + Send, G: GetThreadId + Send, T: Send + ?Sized,

Sourceยง

impl<R, T> Send for lock_api::mutex::Mutex<R, T>
where R: RawMutex + Send, T: Send + ?Sized,

Sourceยง

impl<R, T> Send for lock_api::rwlock::RwLock<R, T>
where R: RawRwLock + Send, T: Send + ?Sized,

Sourceยง

impl<S> Send for AllowStd<S>
where S: Send,

1.0.0 ยท Sourceยง

impl<T> !Send for *const T
where T: ?Sized,

1.0.0 ยท Sourceยง

impl<T> !Send for *mut T
where T: ?Sized,

1.25.0 ยท Sourceยง

impl<T> !Send for NonNull<T>
where T: ?Sized,

NonNull pointers are not Send because the data they reference may be aliased.

Sourceยง

impl<T> !Send for rustmax::std::sync::MappedMutexGuard<'_, T>
where T: ?Sized,

Sourceยง

impl<T> !Send for rustmax::std::sync::MappedRwLockReadGuard<'_, T>
where T: ?Sized,

Sourceยง

impl<T> !Send for rustmax::std::sync::MappedRwLockWriteGuard<'_, T>
where T: ?Sized,

1.0.0 ยท Sourceยง

impl<T> !Send for rustmax::std::sync::MutexGuard<'_, T>
where T: ?Sized,

Sourceยง

impl<T> !Send for ReentrantLockGuard<'_, T>
where T: ?Sized,

1.0.0 ยท Sourceยง

impl<T> !Send for rustmax::std::sync::RwLockReadGuard<'_, T>
where T: ?Sized,

1.0.0 ยท Sourceยง

impl<T> !Send for rustmax::std::sync::RwLockWriteGuard<'_, T>
where T: ?Sized,

1.0.0 ยท Sourceยง

impl<T> Send for &T
where T: Sync + ?Sized,

Sourceยง

impl<T> Send for libloading::os::unix::Symbol<T>
where T: Send,

Sourceยง

impl<T> Send for libloading::safe::Symbol<'_, T>
where T: Send,

Sourceยง

impl<T> Send for Dh<T>

Sourceยง

impl<T> Send for DhRef<T>

Sourceยง

impl<T> Send for Dsa<T>

Sourceยง

impl<T> Send for DsaRef<T>

Sourceยง

impl<T> Send for EcKey<T>

Sourceยง

impl<T> Send for EcKeyRef<T>

Sourceยง

impl<T> Send for PKey<T>

Sourceยง

impl<T> Send for PKeyRef<T>

Sourceยง

impl<T> Send for PkeyCtx<T>

Sourceยง

impl<T> Send for PkeyCtxRef<T>

Sourceยง

impl<T> Send for Rsa<T>

Sourceยง

impl<T> Send for RsaRef<T>

Sourceยง

impl<T> Send for openssl::stack::Stack<T>
where T: Stackable + Send,

Sourceยง

impl<T> Send for StackRef<T>
where T: Stackable + Send,

Sourceยง

impl<T> Send for X509Lookup<T>

Sourceยง

impl<T> Send for X509LookupMethod<T>

Sourceยง

impl<T> Send for X509LookupMethodRef<T>

Sourceยง

impl<T> Send for X509LookupRef<T>

Sourceยง

impl<T> Send for TryLock<T>
where T: Send,

Sourceยง

impl<T> Send for AtomicCell<T>
where T: Send,

Sourceยง

impl<T> Send for rustmax::crossbeam::channel::Receiver<T>
where T: Send,

Sourceยง

impl<T> Send for rustmax::crossbeam::channel::Sender<T>
where T: Send,

Sourceยง

impl<T> Send for Injector<T>
where T: Send,

Sourceยง

impl<T> Send for Stealer<T>
where T: Send,

Sourceยง

impl<T> Send for Worker<T>
where T: Send,

Sourceยง

impl<T> Send for Atomic<T>
where T: Pointable + Send + Sync + ?Sized,

Sourceยง

impl<T> Send for ArrayQueue<T>
where T: Send,

Sourceยง

impl<T> Send for SegQueue<T>
where T: Send,

Sourceยง

impl<T> Send for ShardedLock<T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for rustmax::crossbeam::thread::ScopedJoinHandle<'_, T>

Sourceยง

impl<T> Send for CachePadded<T>
where T: Send,

Sourceยง

impl<T> Send for SharedPtr<T>
where T: Send + Sync + SharedPtrTarget,

Sourceยง

impl<T> Send for UniquePtr<T>
where T: Send + UniquePtrTarget,

Sourceยง

impl<T> Send for WeakPtr<T>
where T: Send + Sync + WeakPtrTarget,

Sourceยง

impl<T> Send for rustmax::futures::lock::Mutex<T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for rustmax::futures::lock::MutexGuard<'_, T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for MutexLockFuture<'_, T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for rustmax::futures::lock::OwnedMutexGuard<T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for OwnedMutexLockFuture<T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for FutureObj<'_, T>

Sourceยง

impl<T> Send for ThinBox<T>
where T: Send + ?Sized,

ThinBox<T> is Send if T is Send because the data is owned.

1.0.0 ยท Sourceยง

impl<T> Send for Cell<T>
where T: Send + ?Sized,

1.0.0 ยท Sourceยง

impl<T> Send for RefCell<T>
where T: Send + ?Sized,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::collections::linked_list::Iter<'_, T>
where T: Sync,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::collections::linked_list::IterMut<'_, T>
where T: Send,

1.28.0 ยท Sourceยง

impl<T> Send for NonZero<T>

1.31.0 ยท Sourceยง

impl<T> Send for rustmax::std::slice::ChunksExactMut<'_, T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::slice::ChunksMut<'_, T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::slice::Iter<'_, T>
where T: Sync,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::slice::IterMut<'_, T>
where T: Send,

1.31.0 ยท Sourceยง

impl<T> Send for rustmax::std::slice::RChunksExactMut<'_, T>
where T: Send,

1.31.0 ยท Sourceยง

impl<T> Send for rustmax::std::slice::RChunksMut<'_, T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T> Send for AtomicPtr<T>

Sourceยง

impl<T> Send for rustmax::std::sync::mpmc::Receiver<T>
where T: Send,

Sourceยง

impl<T> Send for rustmax::std::sync::mpmc::Sender<T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::sync::mpsc::Receiver<T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::sync::mpsc::Sender<T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T> Send for SyncSender<T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::sync::Mutex<T>
where T: Send + ?Sized,

1.70.0 ยท Sourceยง

impl<T> Send for OnceLock<T>
where T: Send,

Sourceยง

impl<T> Send for ReentrantLock<T>
where T: Send + ?Sized,

1.0.0 ยท Sourceยง

impl<T> Send for rustmax::std::sync::RwLock<T>
where T: Send + ?Sized,

1.29.0 ยท Sourceยง

impl<T> Send for rustmax::std::thread::JoinHandle<T>

Sourceยง

impl<T> Send for rustmax::tokio::io::ReadHalf<T>
where T: Send,

Sourceยง

impl<T> Send for rustmax::tokio::io::WriteHalf<T>
where T: Send,

Sourceยง

impl<T> Send for rustmax::tokio::sync::broadcast::Receiver<T>
where T: Send,

Sourceยง

impl<T> Send for rustmax::tokio::sync::broadcast::Sender<T>
where T: Send,

Sourceยง

impl<T> Send for rustmax::tokio::sync::Mutex<T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for rustmax::tokio::sync::OnceCell<T>
where T: Send,

Sourceยง

impl<T> Send for OwnedRwLockWriteGuard<T>
where T: Send + Sync + ?Sized,

Sourceยง

impl<T> Send for rustmax::tokio::sync::RwLock<T>
where T: Send + ?Sized,

Sourceยง

impl<T> Send for RwLockMappedWriteGuard<'_, T>
where T: Send + Sync + ?Sized,

Sourceยง

impl<T> Send for rustmax::tokio::sync::RwLockReadGuard<'_, T>
where T: Sync + ?Sized,

Sourceยง

impl<T> Send for rustmax::tokio::sync::RwLockWriteGuard<'_, T>
where T: Send + Sync + ?Sized,

Sourceยง

impl<T> Send for rustmax::tokio::task::JoinHandle<T>
where T: Send,

1.0.0 ยท Sourceยง

impl<T, A> !Send for Rc<T, A>
where A: Allocator, T: ?Sized,

1.4.0 ยท Sourceยง

impl<T, A> !Send for rustmax::std::rc::Weak<T, A>
where A: Allocator, T: ?Sized,

Sourceยง

impl<T, A> Send for hashbrown::table::OccupiedEntry<'_, T, A>
where T: Send, A: Send + Allocator,

Sourceยง

impl<T, A> Send for rustmax::std::collections::linked_list::Cursor<'_, T, A>
where T: Sync, A: Allocator + Sync,

Sourceยง

impl<T, A> Send for rustmax::std::collections::linked_list::CursorMut<'_, T, A>
where T: Send, A: Allocator + Send,

1.0.0 ยท Sourceยง

impl<T, A> Send for LinkedList<T, A>
where T: Send, A: Allocator + Send,

1.6.0 ยท Sourceยง

impl<T, A> Send for rustmax::std::collections::vec_deque::Drain<'_, T, A>
where T: Send, A: Allocator + Send,

1.0.0 ยท Sourceยง

impl<T, A> Send for Arc<T, A>
where T: Sync + Send + ?Sized, A: Allocator + Send,

1.4.0 ยท Sourceยง

impl<T, A> Send for rustmax::std::sync::Weak<T, A>
where T: Sync + Send + ?Sized, A: Allocator + Send,

1.6.0 ยท Sourceยง

impl<T, A> Send for rustmax::std::vec::Drain<'_, T, A>
where T: Send, A: Send + Allocator,

1.0.0 ยท Sourceยง

impl<T, A> Send for rustmax::std::vec::IntoIter<T, A>
where T: Send, A: Allocator + Send,

Sourceยง

impl<T, N> Send for GenericArray<T, N>
where T: Send, N: ArrayLength<T>,

Sourceยง

impl<T, U> Send for rustmax::futures::lock::MappedMutexGuard<'_, T, U>
where T: Send + ?Sized, U: Send + ?Sized,

Sourceยง

impl<T, U> Send for OwnedMappedMutexGuard<T, U>
where T: Send + ?Sized, U: Send + ?Sized,

Sourceยง

impl<T, U> Send for OwnedRwLockMappedWriteGuard<T, U>
where T: Send + Sync + ?Sized, U: Send + Sync + ?Sized,

Sourceยง

impl<T, U> Send for OwnedRwLockReadGuard<T, U>
where T: Send + Sync + ?Sized, U: Sync + ?Sized,

Sourceยง

impl<Tz> Send for rustmax::chrono::Date<Tz>
where Tz: TimeZone, <Tz as TimeZone>::Offset: Send,

Auto implementorsยง

ยง

impl !Send for rustmax::proc_macro2::TokenTree

ยง

impl !Send for AttrStyle

ยง

impl !Send for BinOp

ยง

impl !Send for CapturedParam

ยง

impl !Send for Data

ยง

impl !Send for rustmax::syn::Expr

ยง

impl !Send for Fields

ยง

impl !Send for FnArg

ยง

impl !Send for ForeignItem

ยง

impl !Send for GenericArgument

ยง

impl !Send for GenericParam

ยง

impl !Send for ImplItem

ยง

impl !Send for rustmax::syn::Item

ยง

impl !Send for Lit

ยง

impl !Send for MacroDelimiter

ยง

impl !Send for Member

ยง

impl !Send for Meta

ยง

impl !Send for Pat

ยง

impl !Send for PathArguments

ยง

impl !Send for PointerMutability

ยง

impl !Send for RangeLimits

ยง

impl !Send for ReturnType

ยง

impl !Send for StaticMutability

ยง

impl !Send for Stmt

ยง

impl !Send for TraitBoundModifier

ยง

impl !Send for TraitItem

ยง

impl !Send for rustmax::syn::Type

ยง

impl !Send for TypeParamBound

ยง

impl !Send for UnOp

ยง

impl !Send for UseTree

ยง

impl !Send for Visibility

ยง

impl !Send for WherePredicate

ยง

impl !Send for rustmax::backtrace::Symbol

ยง

impl !Send for Bindings

ยง

impl !Send for rustmax::bindgen::Builder

ยง

impl !Send for Guard

ยง

impl !Send for LocalHandle

ยง

impl !Send for rustmax::env_logger::fmt::Formatter

ยง

impl !Send for LocalPool

ยง

impl !Send for LocalSpawner

ยง

impl !Send for Dl_info

ยง

impl !Send for addrinfo

ยง

impl !Send for aiocb

ยง

impl !Send for dl_phdr_info

ยง

impl !Send for ff_periodic_effect

ยง

impl !Send for glob64_t

ยง

impl !Send for glob_t

ยง

impl !Send for group

ยง

impl !Send for hostent

ยง

impl !Send for if_nameindex

ยง

impl !Send for ifaddrs

ยง

impl !Send for ifconf

ยง

impl !Send for ifreq

ยง

impl !Send for iovec

ยง

impl !Send for iw_event

ยง

impl !Send for iw_point

ยง

impl !Send for iwreq

ยง

impl !Send for lconv

ยง

impl !Send for mcontext_t

ยง

impl !Send for mmsghdr

ยง

impl !Send for mntent

ยง

impl !Send for msghdr

ยง

impl !Send for option

ยง

impl !Send for passwd

ยง

impl !Send for posix_spawn_file_actions_t

ยง

impl !Send for protoent

ยง

impl !Send for regex_t

ยง

impl !Send for rtentry

ยง

impl !Send for servent

ยง

impl !Send for sigevent

ยง

impl !Send for sigval

ยง

impl !Send for sock_fprog

ยง

impl !Send for spwd

ยง

impl !Send for stack_t

ยง

impl !Send for tm

ยง

impl !Send for ucontext_t

ยง

impl !Send for user

ยง

impl !Send for rustmax::proc_macro2::extra::DelimSpan

ยง

impl !Send for rustmax::proc_macro2::Group

ยง

impl !Send for rustmax::proc_macro2::LexError

ยง

impl !Send for rustmax::proc_macro2::Literal

ยง

impl !Send for rustmax::proc_macro2::Punct

ยง

impl !Send for rustmax::proc_macro2::Span

ยง

impl !Send for rustmax::proc_macro2::TokenStream

ยง

impl !Send for rustmax::proc_macro2::token_stream::IntoIter

ยง

impl !Send for rustmax::proc_macro::Diagnostic

ยง

impl !Send for rustmax::proc_macro::Ident

ยง

impl !Send for rustmax::proc_macro::Literal

ยง

impl !Send for SourceFile

ยง

impl !Send for rustmax::proc_macro::token_stream::IntoIter

ยง

impl !Send for ThreadRng

ยง

impl !Send for FnContext

ยง

impl !Send for Vars

ยง

impl !Send for VarsOs

ยง

impl !Send for RawWaker

ยง

impl !Send for TokenBuffer

ยง

impl !Send for rustmax::syn::Abi

ยง

impl !Send for AngleBracketedGenericArguments

ยง

impl !Send for Arm

ยง

impl !Send for AssocConst

ยง

impl !Send for AssocType

ยง

impl !Send for Attribute

ยง

impl !Send for BareFnArg

ยง

impl !Send for BareVariadic

ยง

impl !Send for rustmax::syn::Block

ยง

impl !Send for BoundLifetimes

ยง

impl !Send for ConstParam

ยง

impl !Send for Constraint

ยง

impl !Send for DataEnum

ยง

impl !Send for DataStruct

ยง

impl !Send for DataUnion

ยง

impl !Send for DeriveInput

ยง

impl !Send for ExprArray

ยง

impl !Send for ExprAssign

ยง

impl !Send for ExprAsync

ยง

impl !Send for ExprAwait

ยง

impl !Send for ExprBinary

ยง

impl !Send for ExprBlock

ยง

impl !Send for ExprBreak

ยง

impl !Send for ExprCall

ยง

impl !Send for ExprCast

ยง

impl !Send for ExprClosure

ยง

impl !Send for ExprContinue

ยง

impl !Send for ExprField

ยง

impl !Send for ExprForLoop

ยง

impl !Send for ExprGroup

ยง

impl !Send for ExprIf

ยง

impl !Send for ExprIndex

ยง

impl !Send for ExprInfer

ยง

impl !Send for ExprLet

ยง

impl !Send for ExprLoop

ยง

impl !Send for ExprMatch

ยง

impl !Send for ExprMethodCall

ยง

impl !Send for ExprParen

ยง

impl !Send for ExprRawAddr

ยง

impl !Send for ExprReference

ยง

impl !Send for ExprRepeat

ยง

impl !Send for ExprReturn

ยง

impl !Send for ExprStruct

ยง

impl !Send for ExprTry

ยง

impl !Send for ExprTryBlock

ยง

impl !Send for ExprTuple

ยง

impl !Send for ExprUnary

ยง

impl !Send for ExprUnsafe

ยง

impl !Send for ExprWhile

ยง

impl !Send for ExprYield

ยง

impl !Send for Field

ยง

impl !Send for FieldPat

ยง

impl !Send for FieldValue

ยง

impl !Send for FieldsNamed

ยง

impl !Send for FieldsUnnamed

ยง

impl !Send for rustmax::syn::File

ยง

impl !Send for ForeignItemFn

ยง

impl !Send for ForeignItemMacro

ยง

impl !Send for ForeignItemStatic

ยง

impl !Send for ForeignItemType

ยง

impl !Send for Generics

ยง

impl !Send for rustmax::syn::Ident

ยง

impl !Send for ImplItemConst

ยง

impl !Send for ImplItemFn

ยง

impl !Send for ImplItemMacro

ยง

impl !Send for ImplItemType

ยง

impl !Send for rustmax::syn::Index

ยง

impl !Send for ItemConst

ยง

impl !Send for ItemEnum

ยง

impl !Send for ItemExternCrate

ยง

impl !Send for ItemFn

ยง

impl !Send for ItemForeignMod

ยง

impl !Send for ItemImpl

ยง

impl !Send for ItemMacro

ยง

impl !Send for ItemMod

ยง

impl !Send for ItemStatic

ยง

impl !Send for ItemStruct

ยง

impl !Send for ItemTrait

ยง

impl !Send for ItemTraitAlias

ยง

impl !Send for ItemType

ยง

impl !Send for ItemUnion

ยง

impl !Send for ItemUse

ยง

impl !Send for Label

ยง

impl !Send for Lifetime

ยง

impl !Send for LifetimeParam

ยง

impl !Send for LitBool

ยง

impl !Send for LitByte

ยง

impl !Send for LitByteStr

ยง

impl !Send for LitCStr

ยง

impl !Send for LitChar

ยง

impl !Send for LitFloat

ยง

impl !Send for LitInt

ยง

impl !Send for LitStr

ยง

impl !Send for rustmax::syn::Local

ยง

impl !Send for LocalInit

ยง

impl !Send for rustmax::syn::Macro

ยง

impl !Send for MetaList

ยง

impl !Send for MetaNameValue

ยง

impl !Send for ParenthesizedGenericArguments

ยง

impl !Send for ExprConst

ยง

impl !Send for PatIdent

ยง

impl !Send for ExprLit

ยง

impl !Send for ExprMacro

ยง

impl !Send for PatOr

ยง

impl !Send for PatParen

ยง

impl !Send for ExprPath

ยง

impl !Send for ExprRange

ยง

impl !Send for PatReference

ยง

impl !Send for PatRest

ยง

impl !Send for PatSlice

ยง

impl !Send for PatStruct

ยง

impl !Send for PatTuple

ยง

impl !Send for PatTupleStruct

ยง

impl !Send for PatType

ยง

impl !Send for PatWild

ยง

impl !Send for rustmax::syn::Path

ยง

impl !Send for PathSegment

ยง

impl !Send for PreciseCapture

ยง

impl !Send for PredicateLifetime

ยง

impl !Send for PredicateType

ยง

impl !Send for QSelf

ยง

impl !Send for rustmax::syn::Receiver

ยง

impl !Send for Signature

ยง

impl !Send for StmtMacro

ยง

impl !Send for TraitBound

ยง

impl !Send for TraitItemConst

ยง

impl !Send for TraitItemFn

ยง

impl !Send for TraitItemMacro

ยง

impl !Send for TraitItemType

ยง

impl !Send for TypeArray

ยง

impl !Send for TypeBareFn

ยง

impl !Send for TypeGroup

ยง

impl !Send for TypeImplTrait

ยง

impl !Send for TypeInfer

ยง

impl !Send for TypeMacro

ยง

impl !Send for TypeNever

ยง

impl !Send for TypeParam

ยง

impl !Send for TypeParen

ยง

impl !Send for TypePath

ยง

impl !Send for TypePtr

ยง

impl !Send for TypeReference

ยง

impl !Send for TypeSlice

ยง

impl !Send for TypeTraitObject

ยง

impl !Send for TypeTuple

ยง

impl !Send for UseGlob

ยง

impl !Send for UseGroup

ยง

impl !Send for UseName

ยง

impl !Send for UsePath

ยง

impl !Send for UseRename

ยง

impl !Send for Variadic

ยง

impl !Send for Variant

ยง

impl !Send for VisRestricted

ยง

impl !Send for WhereClause

ยง

impl !Send for Abstract

ยง

impl !Send for rustmax::syn::token::And

ยง

impl !Send for AndAnd

ยง

impl !Send for AndEq

ยง

impl !Send for As

ยง

impl !Send for Async

ยง

impl !Send for rustmax::syn::token::At

ยง

impl !Send for Auto

ยง

impl !Send for Await

ยง

impl !Send for Become

ยง

impl !Send for rustmax::syn::token::Box

ยง

impl !Send for Brace

ยง

impl !Send for Bracket

ยง

impl !Send for Break

ยง

impl !Send for Caret

ยง

impl !Send for CaretEq

ยง

impl !Send for Colon

ยง

impl !Send for Comma

ยง

impl !Send for Const

ยง

impl !Send for Continue

ยง

impl !Send for Crate

ยง

impl !Send for Default

ยง

impl !Send for Do

ยง

impl !Send for Dollar

ยง

impl !Send for Dot

ยง

impl !Send for DotDot

ยง

impl !Send for DotDotDot

ยง

impl !Send for DotDotEq

ยง

impl !Send for Dyn

ยง

impl !Send for Else

ยง

impl !Send for Enum

ยง

impl !Send for Eq

ยง

impl !Send for EqEq

ยง

impl !Send for Extern

ยง

impl !Send for FatArrow

ยง

impl !Send for Final

ยง

impl !Send for Fn

ยง

impl !Send for For

ยง

impl !Send for Ge

ยง

impl !Send for rustmax::syn::token::Group

ยง

impl !Send for Gt

ยง

impl !Send for rustmax::syn::token::If

ยง

impl !Send for Impl

ยง

impl !Send for rustmax::syn::token::In

ยง

impl !Send for LArrow

ยง

impl !Send for Le

ยง

impl !Send for Let

ยง

impl !Send for Loop

ยง

impl !Send for Lt

ยง

impl !Send for rustmax::syn::token::Macro

ยง

impl !Send for rustmax::syn::token::Match

ยง

impl !Send for Minus

ยง

impl !Send for MinusEq

ยง

impl !Send for Mod

ยง

impl !Send for Move

ยง

impl !Send for Mut

ยง

impl !Send for Ne

ยง

impl !Send for rustmax::syn::token::Not

ยง

impl !Send for rustmax::syn::token::Or

ยง

impl !Send for OrEq

ยง

impl !Send for OrOr

ยง

impl !Send for Override

ยง

impl !Send for Paren

ยง

impl !Send for PathSep

ยง

impl !Send for Percent

ยง

impl !Send for PercentEq

ยง

impl !Send for Plus

ยง

impl !Send for PlusEq

ยง

impl !Send for Pound

ยง

impl !Send for Priv

ยง

impl !Send for Pub

ยง

impl !Send for Question

ยง

impl !Send for RArrow

ยง

impl !Send for Raw

ยง

impl !Send for rustmax::syn::token::Ref

ยง

impl !Send for Return

ยง

impl !Send for SelfType

ยง

impl !Send for SelfValue

ยง

impl !Send for Semi

ยง

impl !Send for Shl

ยง

impl !Send for ShlEq

ยง

impl !Send for Shr

ยง

impl !Send for ShrEq

ยง

impl !Send for Slash

ยง

impl !Send for SlashEq

ยง

impl !Send for Star

ยง

impl !Send for StarEq

ยง

impl !Send for Static

ยง

impl !Send for Struct

ยง

impl !Send for Super

ยง

impl !Send for Tilde

ยง

impl !Send for Trait

ยง

impl !Send for Try

ยง

impl !Send for rustmax::syn::token::Type

ยง

impl !Send for Typeof

ยง

impl !Send for Underscore

ยง

impl !Send for rustmax::syn::token::Union

ยง

impl !Send for Unsafe

ยง

impl !Send for Unsized

ยง

impl !Send for Use

ยง

impl !Send for Virtual

ยง

impl !Send for Where

ยง

impl !Send for While

ยง

impl !Send for rustmax::syn::token::Yield

ยง

impl !Send for LocalEnterGuard

ยง

impl !Send for LocalSet

ยง

impl !Send for __c_anonymous_ifc_ifcu

ยง

impl !Send for __c_anonymous_ifr_ifru

ยง

impl !Send for iwreq_data

ยง

impl Send for rustmax::axum::extract::path::ErrorKind

ยง

impl Send for BytesRejection

ยง

impl Send for ExtensionRejection

ยง

impl Send for FailedToBufferBody

ยง

impl Send for FormRejection

ยง

impl Send for JsonRejection

ยง

impl Send for MatchedPathRejection

ยง

impl Send for PathRejection

ยง

impl Send for QueryRejection

ยง

impl Send for RawFormRejection

ยง

impl Send for RawPathParamsRejection

ยง

impl Send for StringRejection

ยง

impl Send for PrintFmt

ยง

impl Send for ParseAlphabetError

ยง

impl Send for DecodePaddingMode

ยง

impl Send for DecodeError

ยง

impl Send for DecodeSliceError

ยง

impl Send for EncodeSliceError

ยง

impl Send for DeriveTrait

ยง

impl Send for DiscoveredItem

ยง

impl Send for EnumVariantCustomBehavior

ยง

impl Send for EnumVariantValue

ยง

impl Send for CanDerive

ยง

impl Send for IntKind

ยง

impl Send for ItemKind

ยง

impl Send for MacroParsingBehavior

ยง

impl Send for TypeKind

ยง

impl Send for rustmax::bindgen::Abi

ยง

impl Send for AliasVariation

ยง

impl Send for BindgenError

ยง

impl Send for EnumVariation

ยง

impl Send for FieldVisibilityKind

ยง

impl Send for rustmax::bindgen::Formatter

ยง

impl Send for MacroTypeVariation

ยง

impl Send for NonCopyUnionStyle

ยง

impl Send for RustEdition

ยง

impl Send for BigEndian

ยง

impl Send for LittleEndian

ยง

impl Send for VsVers

ยง

impl Send for Month

ยง

impl Send for RoundingError

ยง

impl Send for SecondsFormat

ยง

impl Send for rustmax::chrono::Weekday

ยง

impl Send for Colons

ยง

impl Send for Fixed

ยง

impl Send for Numeric

ยง

impl Send for OffsetPrecision

ยง

impl Send for Pad

ยง

impl Send for ParseErrorKind

ยง

impl Send for ArgPredicate

ยง

impl Send for ArgAction

ยง

impl Send for rustmax::clap::ColorChoice

ยง

impl Send for ValueHint

ยง

impl Send for ContextKind

ยง

impl Send for ContextValue

ยง

impl Send for rustmax::clap::error::ErrorKind

ยง

impl Send for MatchesError

ยง

impl Send for ValueSource

ยง

impl Send for rustmax::crossbeam::channel::RecvTimeoutError

ยง

impl Send for rustmax::crossbeam::channel::TryRecvError

ยง

impl Send for rustmax::ctrlc::Error

ยง

impl Send for SignalType

ยง

impl Send for Opaque

ยง

impl Send for Trivial

ยง

impl Send for BinaryError

ยง

impl Send for Target

ยง

impl Send for TimestampPrecision

ยง

impl Send for WriteStyle

ยง

impl Send for AnsiColor

ยง

impl Send for rustmax::env_logger::fmt::style::Color

ยง

impl Send for PollNext

ยง

impl Send for FromHexError

ยง

impl Send for rustmax::itertools::Position

ยง

impl Send for Era

ยง

impl Send for rustmax::jiff::civil::Weekday

ยง

impl Send for RoundMode

ยง

impl Send for Unit

ยง

impl Send for Designator

ยง

impl Send for rustmax::jiff::fmt::friendly::Direction

ยง

impl Send for FractionalUnit

ยง

impl Send for rustmax::jiff::fmt::friendly::Spacing

ยง

impl Send for Meridiem

ยง

impl Send for PiecesOffset

ยง

impl Send for AmbiguousOffset

ยง

impl Send for Disambiguation

ยง

impl Send for Dst

ยง

impl Send for OffsetConflict

ยง

impl Send for rustmax::json5::Error

ยง

impl Send for DIR

ยง

impl Send for FILE

ยง

impl Send for fpos64_t

ยง

impl Send for fpos_t

ยง

impl Send for timezone

ยง

impl Send for tpacket_versions

ยง

impl Send for rustmax::log::Level

ยง

impl Send for LevelFilter

ยง

impl Send for CompareResult

ยง

impl Send for Needed

ยง

impl Send for rustmax::nom::error::ErrorKind

ยง

impl Send for Endianness

ยง

impl Send for rustmax::num_bigint::Sign

ยง

impl Send for rustmax::proc_macro2::Delimiter

ยง

impl Send for rustmax::proc_macro2::Spacing

ยง

impl Send for rustmax::proc_macro::Delimiter

ยง

impl Send for rustmax::proc_macro::Level

ยง

impl Send for rustmax::proc_macro::Spacing

ยง

impl Send for TestCaseError

ยง

impl Send for rustmax::proptest::string::Error

ยง

impl Send for FileFailurePersistence

ยง

impl Send for RngAlgorithm

ยง

impl Send for BernoulliError

ยง

impl Send for rustmax::rand::distr::uniform::Error

ยง

impl Send for rustmax::rand::seq::WeightError

ยง

impl Send for IndexVec

ยง

impl Send for IndexVecIntoIter

ยง

impl Send for rustmax::rayon::Yield

ยง

impl Send for rustmax::regex::Error

ยง

impl Send for Quote

ยง

impl Send for BellStyle

ยง

impl Send for Anchor

ยง

impl Send for rustmax::rustyline::At

ยง

impl Send for Behavior

ยง

impl Send for CharSearch

ยง

impl Send for rustmax::rustyline::Cmd

ยง

impl Send for ColorMode

ยง

impl Send for CompletionType

ยง

impl Send for EditMode

ยง

impl Send for rustmax::rustyline::Event

ยง

impl Send for EventHandler

ยง

impl Send for HistoryDuplicates

ยง

impl Send for InputMode

ยง

impl Send for KeyCode

ยง

impl Send for Movement

ยง

impl Send for Word

ยง

impl Send for ReadlineError

ยง

impl Send for CmdKind

ยง

impl Send for SearchDirection

ยง

impl Send for rustmax::rustyline::line_buffer::Direction

ยง

impl Send for WordAction

ยง

impl Send for ValidationResult

ยง

impl Send for Op

ยง

impl Send for Category

ยง

impl Send for CharEscape

ยง

impl Send for TruncSide

ยง

impl Send for InterfaceIndexOrAddress

ยง

impl Send for AsciiChar

ยง

impl Send for BacktraceStatus

ยง

impl Send for rustmax::std::cmp::Ordering

ยง

impl Send for TryReserveErrorKind

ยง

impl Send for Infallible

ยง

impl Send for VarError

ยง

impl Send for c_void

ยง

impl Send for rustmax::std::fmt::Alignment

ยง

impl Send for BasicBlock

ยง

impl Send for UnwindTerminateReason

ยง

impl Send for rustmax::std::io::ErrorKind

ยง

impl Send for SeekFrom

ยง

impl Send for IpAddr

ยง

impl Send for Ipv6MulticastScope

ยง

impl Send for Shutdown

ยง

impl Send for rustmax::std::net::SocketAddr

ยง

impl Send for FpCategory

ยง

impl Send for IntErrorKind

ยง

impl Send for AncillaryError

ยง

impl Send for BacktraceStyle

ยง

impl Send for SearchStep

ยง

impl Send for rustmax::std::sync::atomic::Ordering

ยง

impl Send for rustmax::std::sync::mpsc::RecvTimeoutError

ยง

impl Send for rustmax::std::sync::mpsc::TryRecvError

ยง

impl Send for FieldMutability

ยง

impl Send for ImplRestriction

ยง

impl Send for SpooledData

ยง

impl Send for ExprVal

ยง

impl Send for LogicOperator

ยง

impl Send for MathOperator

ยง

impl Send for Node

ยง

impl Send for rustmax::tera::ErrorKind

ยง

impl Send for rustmax::tera::Value

ยง

impl Send for rustmax::termcolor::Color

ยง

impl Send for rustmax::termcolor::ColorChoice

ยง

impl Send for RuntimeFlavor

ยง

impl Send for rustmax::tokio::sync::broadcast::error::RecvError

ยง

impl Send for rustmax::tokio::sync::broadcast::error::TryRecvError

ยง

impl Send for TryAcquireError

ยง

impl Send for rustmax::tokio::sync::mpsc::error::TryRecvError

ยง

impl Send for rustmax::tokio::sync::oneshot::error::TryRecvError

ยง

impl Send for MissedTickBehavior

ยง

impl Send for rustmax::toml::Value

ยง

impl Send for rustmax::toml::value::Offset

ยง

impl Send for GraphemeIncomplete

ยง

impl Send for Origin

ยง

impl Send for rustmax::url::ParseError

ยง

impl Send for rustmax::url::Position

ยง

impl Send for SyntaxViolation

ยง

impl Send for AHasher

ยง

impl Send for rustmax::ahash::RandomState

ยง

impl Send for rustmax::anyhow::Error

ยง

impl Send for rustmax::axum::body::Body

ยง

impl Send for BodyDataStream

ยง

impl Send for HandleErrorFuture

ยง

impl Send for FailedToDeserializeForm

ยง

impl Send for FailedToDeserializeFormBody

ยง

impl Send for FailedToDeserializePathParams

ยง

impl Send for FailedToDeserializeQueryString

ยง

impl Send for InvalidFormContentType

ยง

impl Send for InvalidUtf8

ยง

impl Send for InvalidUtf8InPathParam

ยง

impl Send for JsonDataError

ยง

impl Send for JsonSyntaxError

ยง

impl Send for LengthLimitError

ยง

impl Send for MatchedPathMissing

ยง

impl Send for MissingExtension

ยง

impl Send for MissingJsonContentType

ยง

impl Send for MissingPathParams

ยง

impl Send for NestedPathRejection

ยง

impl Send for UnknownBodyError

ยง

impl Send for DefaultBodyLimit

ยง

impl Send for MatchedPath

ยง

impl Send for NestedPath

ยง

impl Send for OriginalUri

ยง

impl Send for RawForm

ยง

impl Send for RawPathParams

ยง

impl Send for RawQuery

ยง

impl Send for rustmax::axum::middleware::future::FromFnResponseFuture

ยง

impl Send for rustmax::axum::middleware::future::MapRequestResponseFuture

ยง

impl Send for rustmax::axum::middleware::future::MapResponseResponseFuture

ยง

impl Send for rustmax::axum::middleware::Next

ยง

impl Send for rustmax::axum::response::sse::Event

ยง

impl Send for KeepAlive

ยง

impl Send for ErrorResponse

ยง

impl Send for NoContent

ยง

impl Send for Redirect

ยง

impl Send for ResponseParts

ยง

impl Send for InfallibleRouteFuture

ยง

impl Send for MethodFilter

ยง

impl Send for rustmax::axum::Error

ยง

impl Send for rustmax::backtrace::Backtrace

ยง

impl Send for rustmax::backtrace::BacktraceFrame

ยง

impl Send for BacktraceSymbol

ยง

impl Send for rustmax::backtrace::Frame

ยง

impl Send for Alphabet

ยง

impl Send for DecodeMetadata

ยง

impl Send for GeneralPurpose

ยง

impl Send for GeneralPurposeConfig

ยง

impl Send for DiscoveredItemId

ยง

impl Send for CargoCallbacks

ยง

impl Send for ClangVersion

ยง

impl Send for CodegenConfig

ยง

impl Send for RustTarget

ยง

impl Send for rustmax::bitflags::parser::ParseError

ยง

impl Send for Hash

ยง

impl Send for rustmax::blake3::Hasher

ยง

impl Send for HexError

ยง

impl Send for OutputReader

ยง

impl Send for UninitSlice

ยง

impl Send for Build

ยง

impl Send for rustmax::cc::Error

ยง

impl Send for Tool

ยง

impl Send for InternalFixed

ยง

impl Send for InternalNumeric

ยง

impl Send for OffsetFormat

ยง

impl Send for Parsed

ยง

impl Send for NaiveDateDaysIterator

ยง

impl Send for NaiveDateWeeksIterator

ยง

impl Send for Days

ยง

impl Send for FixedOffset

ยง

impl Send for IsoWeek

ยง

impl Send for rustmax::chrono::Local

ยง

impl Send for Months

ยง

impl Send for NaiveDate

ยง

impl Send for NaiveDateTime

ยง

impl Send for NaiveTime

ยง

impl Send for NaiveWeek

ยง

impl Send for OutOfRange

ยง

impl Send for OutOfRangeError

ยง

impl Send for rustmax::chrono::ParseError

ยง

impl Send for ParseMonthError

ยง

impl Send for ParseWeekdayError

ยง

impl Send for TimeDelta

ยง

impl Send for Utc

ยง

impl Send for BoolValueParser

ยง

impl Send for BoolishValueParser

ยง

impl Send for FalseyValueParser

ยง

impl Send for NonEmptyStringValueParser

ยง

impl Send for rustmax::clap::builder::OsStr

ยง

impl Send for OsStringValueParser

ยง

impl Send for PathBufValueParser

ยง

impl Send for PossibleValue

ยง

impl Send for PossibleValuesParser

ยง

impl Send for Str

ยง

impl Send for StringValueParser

ยง

impl Send for StyledStr

ยง

impl Send for Styles

ยง

impl Send for UnknownArgumentValueParser

ยง

impl Send for ValueParser

ยง

impl Send for ValueRange

ยง

impl Send for RichFormatter

ยง

impl Send for KindFormatter

ยง

impl Send for Arg

ยง

impl Send for ArgGroup

ยง

impl Send for ArgMatches

ยง

impl Send for rustmax::clap::Command

ยง

impl Send for rustmax::clap::Id

ยง

impl Send for ReadyTimeoutError

ยง

impl Send for rustmax::crossbeam::channel::RecvError

ยง

impl Send for SelectTimeoutError

ยง

impl Send for TryReadyError

ยง

impl Send for TrySelectError

ยง

impl Send for WaitGroup

ยง

impl Send for Backoff

ยง

impl Send for CxxString

ยง

impl Send for Exception

ยง

impl Send for rustmax::derive_more::FromStrError

ยง

impl Send for rustmax::derive_more::UnitError

ยง

impl Send for WrongVariantError

ยง

impl Send for rustmax::env_logger::fmt::Timestamp

ยง

impl Send for Ansi256Color

ยง

impl Send for EffectIter

ยง

impl Send for Effects

ยง

impl Send for Reset

ยง

impl Send for RgbColor

ยง

impl Send for Style

ยง

impl Send for rustmax::env_logger::Builder

ยง

impl Send for Logger

ยง

impl Send for rustmax::futures::channel::mpsc::SendError

ยง

impl Send for rustmax::futures::channel::mpsc::TryRecvError

ยง

impl Send for Canceled

ยง

impl Send for Enter

ยง

impl Send for EnterError

ยง

impl Send for rustmax::futures::io::Empty

ยง

impl Send for rustmax::futures::io::Repeat

ยง

impl Send for rustmax::futures::io::Sink

ยง

impl Send for rustmax::futures::prelude::stream::AbortHandle

ยง

impl Send for AbortRegistration

ยง

impl Send for Aborted

ยง

impl Send for SpawnError

ยง

impl Send for rustmax::hyper::body::Incoming

ยง

impl Send for SizeHint

ยง

impl Send for rustmax::hyper::client::conn::http1::Builder

ยง

impl Send for rustmax::hyper::ext::Protocol

ยง

impl Send for ReasonPhrase

ยง

impl Send for InvalidMethod

ยง

impl Send for rustmax::hyper::http::request::Builder

ยง

impl Send for rustmax::hyper::http::request::Parts

ยง

impl Send for rustmax::hyper::http::response::Builder

ยง

impl Send for rustmax::hyper::http::response::Parts

ยง

impl Send for InvalidStatusCode

ยง

impl Send for rustmax::hyper::http::Error

ยง

impl Send for Extensions

ยง

impl Send for Authority

ยง

impl Send for rustmax::hyper::http::uri::Builder

ยง

impl Send for InvalidUri

ยง

impl Send for InvalidUriParts

ยง

impl Send for rustmax::hyper::http::uri::Parts

ยง

impl Send for PathAndQuery

ยง

impl Send for Scheme

ยง

impl Send for rustmax::hyper::server::conn::http1::Builder

ยง

impl Send for rustmax::hyper::Error

ยง

impl Send for Uri

ยง

impl Send for OnUpgrade

ยง

impl Send for rustmax::hyper::upgrade::Upgraded

ยง

impl Send for rustmax::jiff::civil::Date

ยง

impl Send for DateArithmetic

ยง

impl Send for DateDifference

ยง

impl Send for DateSeries

ยง

impl Send for rustmax::jiff::civil::DateTime

ยง

impl Send for DateTimeArithmetic

ยง

impl Send for DateTimeDifference

ยง

impl Send for DateTimeRound

ยง

impl Send for DateTimeSeries

ยง

impl Send for DateTimeWith

ยง

impl Send for DateWith

ยง

impl Send for ISOWeekDate

ยง

impl Send for rustmax::jiff::civil::Time

ยง

impl Send for TimeArithmetic

ยง

impl Send for TimeDifference

ยง

impl Send for TimeRound

ยง

impl Send for TimeSeries

ยง

impl Send for TimeWith

ยง

impl Send for WeekdaysForward

ยง

impl Send for WeekdaysReverse

ยง

impl Send for rustmax::jiff::fmt::friendly::SpanParser

ยง

impl Send for rustmax::jiff::fmt::friendly::SpanPrinter

ยง

impl Send for rustmax::jiff::fmt::rfc2822::DateTimeParser

ยง

impl Send for rustmax::jiff::fmt::rfc2822::DateTimePrinter

ยง

impl Send for BrokenDownTime

ยง

impl Send for rustmax::jiff::fmt::temporal::DateTimeParser

ยง

impl Send for rustmax::jiff::fmt::temporal::DateTimePrinter

ยง

impl Send for PiecesNumericOffset

ยง

impl Send for rustmax::jiff::fmt::temporal::SpanParser

ยง

impl Send for rustmax::jiff::fmt::temporal::SpanPrinter

ยง

impl Send for rustmax::jiff::Error

ยง

impl Send for SignedDuration

ยง

impl Send for SignedDurationRound

ยง

impl Send for rustmax::jiff::Span

ยง

impl Send for SpanFieldwise

ยง

impl Send for rustmax::jiff::Timestamp

ยง

impl Send for TimestampArithmetic

ยง

impl Send for TimestampDifference

ยง

impl Send for TimestampDisplayWithOffset

ยง

impl Send for TimestampRound

ยง

impl Send for TimestampSeries

ยง

impl Send for Zoned

ยง

impl Send for ZonedArithmetic

ยง

impl Send for ZonedRound

ยง

impl Send for ZonedWith

ยง

impl Send for AmbiguousTimestamp

ยง

impl Send for AmbiguousZoned

ยง

impl Send for rustmax::jiff::tz::Offset

ยง

impl Send for OffsetArithmetic

ยง

impl Send for OffsetRound

ยง

impl Send for TimeZone

ยง

impl Send for TimeZoneDatabase

ยง

impl Send for rustmax::json5::Location

ยง

impl Send for Elf32_Chdr

ยง

impl Send for Elf32_Ehdr

ยง

impl Send for Elf32_Phdr

ยง

impl Send for Elf32_Shdr

ยง

impl Send for Elf32_Sym

ยง

impl Send for Elf64_Chdr

ยง

impl Send for Elf64_Ehdr

ยง

impl Send for Elf64_Phdr

ยง

impl Send for Elf64_Shdr

ยง

impl Send for Elf64_Sym

ยง

impl Send for __c_anonymous__kernel_fsid_t

ยง

impl Send for __c_anonymous_elf32_rel

ยง

impl Send for __c_anonymous_elf32_rela

ยง

impl Send for __c_anonymous_elf64_rel

ยง

impl Send for __c_anonymous_elf64_rela

ยง

impl Send for __c_anonymous_ifru_map

ยง

impl Send for __c_anonymous_ptrace_syscall_info_entry

ยง

impl Send for __c_anonymous_ptrace_syscall_info_exit

ยง

impl Send for __c_anonymous_ptrace_syscall_info_seccomp

ยง

impl Send for __c_anonymous_sockaddr_can_j1939

ยง

impl Send for __c_anonymous_sockaddr_can_tp

ยง

impl Send for __exit_status

ยง

impl Send for __timeval

ยง

impl Send for _libc_fpstate

ยง

impl Send for _libc_fpxreg

ยง

impl Send for _libc_xmmreg

ยง

impl Send for af_alg_iv

ยง

impl Send for arpd_request

ยง

impl Send for arphdr

ยง

impl Send for arpreq

ยง

impl Send for arpreq_old

ยง

impl Send for can_filter

ยง

impl Send for can_frame

ยง

impl Send for canfd_frame

ยง

impl Send for canxl_frame

ยง

impl Send for clone_args

ยง

impl Send for cmsghdr

ยง

impl Send for cpu_set_t

ยง

impl Send for dirent64

ยง

impl Send for dirent

ยง

impl Send for dqblk

ยง

impl Send for epoll_event

ยง

impl Send for epoll_params

ยง

impl Send for fanotify_event_info_error

ยง

impl Send for fanotify_event_info_fid

ยง

impl Send for fanotify_event_info_header

ยง

impl Send for fanotify_event_info_pidfd

ยง

impl Send for fanotify_event_metadata

ยง

impl Send for fanotify_response

ยง

impl Send for fanout_args

ยง

impl Send for fd_set

ยง

impl Send for ff_condition_effect

ยง

impl Send for ff_constant_effect

ยง

impl Send for ff_effect

ยง

impl Send for ff_envelope

ยง

impl Send for ff_ramp_effect

ยง

impl Send for ff_replay

ยง

impl Send for ff_rumble_effect

ยง

impl Send for ff_trigger

ยง

impl Send for file_clone_range

ยง

impl Send for flock64

ยง

impl Send for flock

ยง

impl Send for fsid_t

ยง

impl Send for genlmsghdr

ยง

impl Send for hwtstamp_config

ยง

impl Send for in6_addr

ยง

impl Send for in6_ifreq

ยง

impl Send for in6_pktinfo

ยง

impl Send for in6_rtmsg

ยง

impl Send for in_addr

ยง

impl Send for in_pktinfo

ยง

impl Send for inotify_event

ยง

impl Send for input_absinfo

ยง

impl Send for input_event

ยง

impl Send for input_id

ยง

impl Send for input_keymap_entry

ยง

impl Send for input_mask

ยง

impl Send for iocb

ยง

impl Send for ip_mreq

ยง

impl Send for ip_mreq_source

ยง

impl Send for ip_mreqn

ยง

impl Send for ipc_perm

ยง

impl Send for ipv6_mreq

ยง

impl Send for itimerspec

ยง

impl Send for itimerval

ยง

impl Send for iw_discarded

ยง

impl Send for iw_encode_ext

ยง

impl Send for iw_freq

ยง

impl Send for iw_michaelmicfailure

ยง

impl Send for iw_missed

ยง

impl Send for iw_mlme

ยง

impl Send for iw_param

ยง

impl Send for iw_pmkid_cand

ยง

impl Send for iw_pmksa

ยง

impl Send for iw_priv_args

ยง

impl Send for iw_quality

ยง

impl Send for iw_range

ยง

impl Send for iw_scan_req

ยง

impl Send for iw_statistics

ยง

impl Send for iw_thrspy

ยง

impl Send for j1939_filter

ยง

impl Send for linger

ยง

impl Send for mallinfo2

ยง

impl Send for mallinfo

ยง

impl Send for max_align_t

ยง

impl Send for mount_attr

ยง

impl Send for mq_attr

ยง

impl Send for msginfo

ยง

impl Send for msqid_ds

ยง

impl Send for nl_mmap_hdr

ยง

impl Send for nl_mmap_req

ยง

impl Send for nl_pktinfo

ยง

impl Send for nlattr

ยง

impl Send for nlmsgerr

ยง

impl Send for nlmsghdr

ยง

impl Send for ntptimeval

ยง

impl Send for open_how

ยง

impl Send for packet_mreq

ยง

impl Send for pollfd

ยง

impl Send for posix_spawnattr_t

ยง

impl Send for pthread_attr_t

ยง

impl Send for pthread_barrier_t

ยง

impl Send for pthread_barrierattr_t

ยง

impl Send for pthread_cond_t

ยง

impl Send for pthread_condattr_t

ยง

impl Send for pthread_mutex_t

ยง

impl Send for pthread_mutexattr_t

ยง

impl Send for pthread_rwlock_t

ยง

impl Send for pthread_rwlockattr_t

ยง

impl Send for ptp_clock_caps

ยง

impl Send for ptp_clock_time

ยง

impl Send for ptp_extts_event

ยง

impl Send for ptp_extts_request

ยง

impl Send for ptp_perout_request

ยง

impl Send for ptp_pin_desc

ยง

impl Send for ptp_sys_offset

ยง

impl Send for ptp_sys_offset_extended

ยง

impl Send for ptp_sys_offset_precise

ยง

impl Send for ptrace_peeksiginfo_args

ยง

impl Send for ptrace_rseq_configuration

ยง

impl Send for ptrace_syscall_info

ยง

impl Send for regmatch_t

ยง

impl Send for rlimit64

ยง

impl Send for rlimit

ยง

impl Send for rusage

ยง

impl Send for sched_attr

ยง

impl Send for sched_param

ยง

impl Send for sctp_authinfo

ยง

impl Send for sctp_initmsg

ยง

impl Send for sctp_nxtinfo

ยง

impl Send for sctp_prinfo

ยง

impl Send for sctp_rcvinfo

ยง

impl Send for sctp_sndinfo

ยง

impl Send for sctp_sndrcvinfo

ยง

impl Send for seccomp_data

ยง

impl Send for seccomp_notif

ยง

impl Send for seccomp_notif_addfd

ยง

impl Send for seccomp_notif_resp

ยง

impl Send for seccomp_notif_sizes

ยง

impl Send for sem_t

ยง

impl Send for sembuf

ยง

impl Send for semid_ds

ยง

impl Send for seminfo

ยง

impl Send for shmid_ds

ยง

impl Send for sigaction

ยง

impl Send for siginfo_t

ยง

impl Send for signalfd_siginfo

ยง

impl Send for sigset_t

ยง

impl Send for sock_extended_err

ยง

impl Send for sock_filter

ยง

impl Send for sock_txtime

ยง

impl Send for sockaddr

ยง

impl Send for sockaddr_alg

ยง

impl Send for sockaddr_can

ยง

impl Send for sockaddr_in6

ยง

impl Send for sockaddr_in

ยง

impl Send for sockaddr_ll

ยง

impl Send for sockaddr_nl

ยง

impl Send for sockaddr_pkt

ยง

impl Send for sockaddr_storage

ยง

impl Send for sockaddr_un

ยง

impl Send for sockaddr_vm

ยง

impl Send for sockaddr_xdp

ยง

impl Send for stat64

ยง

impl Send for rustmax::libc::stat

ยง

impl Send for statfs64

ยง

impl Send for statfs

ยง

impl Send for statvfs64

ยง

impl Send for statvfs

ยง

impl Send for statx

ยง

impl Send for statx_timestamp

ยง

impl Send for sysinfo

ยง

impl Send for tcp_info

ยง

impl Send for termios2

ยง

impl Send for termios

ยง

impl Send for timespec

ยง

impl Send for timeval

ยง

impl Send for timex

ยง

impl Send for tls12_crypto_info_aes_gcm_128

ยง

impl Send for tls12_crypto_info_aes_gcm_256

ยง

impl Send for tls12_crypto_info_chacha20_poly1305

ยง

impl Send for tls_crypto_info

ยง

impl Send for tms

ยง

impl Send for tpacket2_hdr

ยง

impl Send for tpacket3_hdr

ยง

impl Send for tpacket_auxdata

ยง

impl Send for tpacket_bd_ts

ยง

impl Send for tpacket_block_desc

ยง

impl Send for tpacket_hdr

ยง

impl Send for tpacket_hdr_v1

ยง

impl Send for tpacket_hdr_variant1

ยง

impl Send for tpacket_req3

ยง

impl Send for tpacket_req

ยง

impl Send for tpacket_rollover_stats

ยง

impl Send for tpacket_stats

ยง

impl Send for tpacket_stats_v3

ยง

impl Send for ucred

ยง

impl Send for uinput_abs_setup

ยง

impl Send for uinput_ff_erase

ยง

impl Send for uinput_ff_upload

ยง

impl Send for uinput_setup

ยง

impl Send for uinput_user_dev

ยง

impl Send for user_fpregs_struct

ยง

impl Send for user_regs_struct

ยง

impl Send for utimbuf

ยง

impl Send for utmpx

ยง

impl Send for utsname

ยง

impl Send for winsize

ยง

impl Send for xdp_desc

ยง

impl Send for xdp_mmap_offsets

ยง

impl Send for xdp_mmap_offsets_v1

ยง

impl Send for xdp_options

ยง

impl Send for xdp_ring_offset

ยง

impl Send for xdp_ring_offset_v1

ยง

impl Send for xdp_statistics

ยง

impl Send for xdp_statistics_v1

ยง

impl Send for xdp_umem_reg

ยง

impl Send for xdp_umem_reg_v1

ยง

impl Send for xsk_tx_metadata

ยง

impl Send for xsk_tx_metadata_completion

ยง

impl Send for xsk_tx_metadata_request

ยง

impl Send for ParseLevelError

ยง

impl Send for SetLoggerError

ยง

impl Send for rustmax::mime::FromStrError

ยง

impl Send for Mime

ยง

impl Send for Check

ยง

impl Send for Complete

ยง

impl Send for Emit

ยง

impl Send for SaturatingIterator

ยง

impl Send for Streaming

ยง

impl Send for BigInt

ยง

impl Send for BigUint

ยง

impl Send for ParseBigIntError

ยง

impl Send for LineColumn

ยง

impl Send for VarBitSet

ยง

impl Send for rustmax::proptest::bool::Any

ยง

impl Send for BoolValueTree

ยง

impl Send for Weighted

ยง

impl Send for CharValueTree

ยง

impl Send for rustmax::proptest::num::f32::Any

ยง

impl Send for rustmax::proptest::num::f32::BinarySearch

ยง

impl Send for rustmax::proptest::num::f64::Any

ยง

impl Send for rustmax::proptest::num::f64::BinarySearch

ยง

impl Send for rustmax::proptest::num::i8::Any

ยง

impl Send for rustmax::proptest::num::i8::BinarySearch

ยง

impl Send for rustmax::proptest::num::i16::Any

ยง

impl Send for rustmax::proptest::num::i16::BinarySearch

ยง

impl Send for rustmax::proptest::num::i32::Any

ยง

impl Send for rustmax::proptest::num::i32::BinarySearch

ยง

impl Send for rustmax::proptest::num::i64::Any

ยง

impl Send for rustmax::proptest::num::i64::BinarySearch

ยง

impl Send for rustmax::proptest::num::i128::Any

ยง

impl Send for rustmax::proptest::num::i128::BinarySearch

ยง

impl Send for rustmax::proptest::num::isize::Any

ยง

impl Send for rustmax::proptest::num::isize::BinarySearch

ยง

impl Send for rustmax::proptest::num::u8::Any

ยง

impl Send for rustmax::proptest::num::u8::BinarySearch

ยง

impl Send for rustmax::proptest::num::u16::Any

ยง

impl Send for rustmax::proptest::num::u16::BinarySearch

ยง

impl Send for rustmax::proptest::num::u32::Any

ยง

impl Send for rustmax::proptest::num::u32::BinarySearch

ยง

impl Send for rustmax::proptest::num::u64::Any

ยง

impl Send for rustmax::proptest::num::u64::BinarySearch

ยง

impl Send for rustmax::proptest::num::u128::Any

ยง

impl Send for rustmax::proptest::num::u128::BinarySearch

ยง

impl Send for rustmax::proptest::num::usize::Any

ยง

impl Send for rustmax::proptest::num::usize::BinarySearch

ยง

impl Send for PathParams

ยง

impl Send for rustmax::proptest::prelude::ProptestConfig

ยง

impl Send for Probability

ยง

impl Send for rustmax::proptest::sample::Index

ยง

impl Send for IndexStrategy

ยง

impl Send for IndexValueTree

ยง

impl Send for Selector

ยง

impl Send for SelectorStrategy

ยง

impl Send for SelectorValueTree

ยง

impl Send for SizeRange

ยง

impl Send for CheckStrategySanityOptions

ยง

impl Send for StringParam

ยง

impl Send for MapFailurePersistence

ยง

impl Send for PersistedSeed

ยง

impl Send for Reason

ยง

impl Send for TestRng

ยง

impl Send for TestRunner

ยง

impl Send for rustmax::rand::distr::slice::Empty

ยง

impl Send for Alphanumeric

ยง

impl Send for Bernoulli

ยง

impl Send for Open01

ยง

impl Send for OpenClosed01

ยง

impl Send for StandardUniform

ยง

impl Send for UniformChar

ยง

impl Send for UniformDuration

ยง

impl Send for UniformUsize

ยง

impl Send for StepRng

ยง

impl Send for StdRng

ยง

impl Send for ChaCha8Core

ยง

impl Send for ChaCha8Rng

ยง

impl Send for ChaCha12Core

ยง

impl Send for ChaCha12Rng

ยง

impl Send for ChaCha20Core

ยง

impl Send for ChaCha20Rng

ยง

impl Send for OsError

ยง

impl Send for OsRng

ยง

impl Send for Lcg64Xsh32

ยง

impl Send for Lcg128CmDxsm64

ยง

impl Send for Lcg128Xsl64

ยง

impl Send for Mcg128Xsl64

ยง

impl Send for ThreadBuilder

ยง

impl Send for ThreadPool

ยง

impl Send for ThreadPoolBuildError

ยง

impl Send for rustmax::regex::bytes::CaptureLocations

ยง

impl Send for rustmax::regex::bytes::Regex

ยง

impl Send for rustmax::regex::bytes::RegexBuilder

ยง

impl Send for rustmax::regex::bytes::RegexSet

ยง

impl Send for rustmax::regex::bytes::RegexSetBuilder

ยง

impl Send for rustmax::regex::bytes::SetMatches

ยง

impl Send for rustmax::regex::bytes::SetMatchesIntoIter

ยง

impl Send for rustmax::regex::CaptureLocations

ยง

impl Send for rustmax::regex::Regex

ยง

impl Send for rustmax::regex::RegexBuilder

ยง

impl Send for rustmax::regex::RegexSet

ยง

impl Send for rustmax::regex::RegexSetBuilder

ยง

impl Send for rustmax::regex::SetMatches

ยง

impl Send for rustmax::regex::SetMatchesIntoIter

ยง

impl Send for rustmax::reqwest::blocking::Body

ยง

impl Send for rustmax::reqwest::blocking::Client

ยง

impl Send for rustmax::reqwest::blocking::ClientBuilder

ยง

impl Send for rustmax::reqwest::blocking::Request

ยง

impl Send for rustmax::reqwest::blocking::RequestBuilder

ยง

impl Send for rustmax::reqwest::blocking::Response

ยง

impl Send for rustmax::reqwest::dns::Name

ยง

impl Send for HeaderName

ยง

impl Send for HeaderValue

ยง

impl Send for InvalidHeaderName

ยง

impl Send for InvalidHeaderValue

ยง

impl Send for MaxSizeReached

ยง

impl Send for ToStrError

ยง

impl Send for Action

ยง

impl Send for Policy

ยง

impl Send for rustmax::reqwest::Body

ยง

impl Send for Certificate

ยง

impl Send for rustmax::reqwest::Client

ยง

impl Send for rustmax::reqwest::ClientBuilder

ยง

impl Send for rustmax::reqwest::Error

ยง

impl Send for rustmax::reqwest::Identity

ยง

impl Send for Method

ยง

impl Send for NoProxy

ยง

impl Send for Proxy

ยง

impl Send for rustmax::reqwest::Request

ยง

impl Send for rustmax::reqwest::RequestBuilder

ยง

impl Send for rustmax::reqwest::Response

ยง

impl Send for StatusCode

ยง

impl Send for rustmax::reqwest::Upgraded

ยง

impl Send for rustmax::reqwest::Version

ยง

impl Send for TlsInfo

ยง

impl Send for rustmax::reqwest::tls::Version

ยง

impl Send for FilenameCompleter

ยง

impl Send for rustmax::rustyline::completion::Pair

ยง

impl Send for rustmax::rustyline::config::Builder

ยง

impl Send for MatchingBracketHighlighter

ยง

impl Send for HistoryHinter

ยง

impl Send for FileHistory

ยง

impl Send for MemHistory

ยง

impl Send for LineBuffer

ยง

impl Send for Changeset

ยง

impl Send for rustmax::rustyline::Config

ยง

impl Send for KeyEvent

ยง

impl Send for Modifiers

ยง

impl Send for MatchingBracketValidator

ยง

impl Send for BuildMetadata

ยง

impl Send for Comparator

ยง

impl Send for rustmax::semver::Error

ยง

impl Send for Prerelease

ยง

impl Send for rustmax::semver::Version

ยง

impl Send for VersionReq

ยง

impl Send for IgnoredAny

ยง

impl Send for rustmax::serde::de::value::Error

ยง

impl Send for rustmax::serde_json::map::IntoIter

ยง

impl Send for CompactFormatter

ยง

impl Send for rustmax::serde_json::Error

ยง

impl Send for RawValue

ยง

impl Send for rustmax::serde_json::value::Serializer

ยง

impl Send for ATerm

ยง

impl Send for B0

ยง

impl Send for B1

ยง

impl Send for Equal

ยง

impl Send for Greater

ยง

impl Send for Less

ยง

impl Send for UTerm

ยง

impl Send for Z0

ยง

impl Send for Eager

ยง

impl Send for rustmax::sha2::digest::block_buffer::Error

ยง

impl Send for rustmax::sha2::digest::block_buffer::Lazy

ยง

impl Send for InvalidLength

ยง

impl Send for InvalidBufferSize

ยง

impl Send for InvalidOutputSize

ยง

impl Send for Sha256VarCore

ยง

impl Send for Sha512VarCore

ยง

impl Send for Domain

ยง

impl Send for rustmax::socket2::Protocol

ยง

impl Send for RecvFlags

ยง

impl Send for SockAddr

ยง

impl Send for Socket

ยง

impl Send for TcpKeepalive

ยง

impl Send for rustmax::socket2::Type

ยง

impl Send for AllocError

ยง

impl Send for Global

ยง

impl Send for Layout

ยง

impl Send for LayoutError

ยง

impl Send for System

ยง

impl Send for TypeId

ยง

impl Send for CpuidResult

ยง

impl Send for __m128

ยง

impl Send for __m128bh

ยง

impl Send for __m128d

ยง

impl Send for __m128h

ยง

impl Send for __m128i

ยง

impl Send for __m256

ยง

impl Send for __m256bh

ยง

impl Send for __m256d

ยง

impl Send for __m256h

ยง

impl Send for __m256i

ยง

impl Send for __m512

ยง

impl Send for __m512bh

ยง

impl Send for __m512d

ยง

impl Send for __m512h

ยง

impl Send for __m512i

ยง

impl Send for bf16

ยง

impl Send for TryFromSliceError

ยง

impl Send for rustmax::std::ascii::EscapeDefault

ยง

impl Send for rustmax::std::backtrace::Backtrace

ยง

impl Send for rustmax::std::backtrace::BacktraceFrame

ยง

impl Send for BorrowError

ยง

impl Send for BorrowMutError

ยง

impl Send for CharTryFromError

ยง

impl Send for DecodeUtf16Error

ยง

impl Send for rustmax::std::char::EscapeDebug

ยง

impl Send for rustmax::std::char::EscapeDefault

ยง

impl Send for rustmax::std::char::EscapeUnicode

ยง

impl Send for ParseCharError

ยง

impl Send for ToLowercase

ยง

impl Send for ToUppercase

ยง

impl Send for TryFromCharError

ยง

impl Send for UnorderedKeyError

ยง

impl Send for TryReserveError

ยง

impl Send for JoinPathsError

ยง

impl Send for CStr

ยง

impl Send for CString

ยง

impl Send for FromBytesUntilNulError

ยง

impl Send for FromBytesWithNulError

ยง

impl Send for FromVecWithNulError

ยง

impl Send for IntoStringError

ยง

impl Send for NulError

ยง

impl Send for rustmax::std::ffi::OsStr

ยง

impl Send for OsString

ยง

impl Send for rustmax::std::fmt::Error

ยง

impl Send for rustmax::std::fs::DirBuilder

ยง

impl Send for rustmax::std::fs::DirEntry

ยง

impl Send for rustmax::std::fs::File

ยง

impl Send for FileTimes

ยง

impl Send for FileType

ยง

impl Send for rustmax::std::fs::Metadata

ยง

impl Send for rustmax::std::fs::OpenOptions

ยง

impl Send for Permissions

ยง

impl Send for rustmax::std::fs::ReadDir

ยง

impl Send for DefaultHasher

ยง

impl Send for rustmax::std::hash::RandomState

ยง

impl Send for SipHasher

ยง

impl Send for ReturnToArg

ยง

impl Send for UnwindActionArg

ยง

impl Send for rustmax::std::io::Empty

ยง

impl Send for rustmax::std::io::Error

ยง

impl Send for rustmax::std::io::Repeat

ยง

impl Send for rustmax::std::io::Sink

ยง

impl Send for rustmax::std::io::Stderr

ยง

impl Send for rustmax::std::io::Stdin

ยง

impl Send for rustmax::std::io::Stdout

ยง

impl Send for WriterPanicked

ยง

impl Send for PhantomPinned

ยง

impl Send for Assume

ยง

impl Send for AddrParseError

ยง

impl Send for IntoIncoming

ยง

impl Send for Ipv4Addr

ยง

impl Send for Ipv6Addr

ยง

impl Send for SocketAddrV4

ยง

impl Send for SocketAddrV6

ยง

impl Send for rustmax::std::net::TcpListener

ยง

impl Send for rustmax::std::net::TcpStream

ยง

impl Send for rustmax::std::net::UdpSocket

ยง

impl Send for ParseFloatError

ยง

impl Send for ParseIntError

ยง

impl Send for TryFromIntError

ยง

impl Send for RangeFull

ยง

impl Send for OwnedFd

ยง

impl Send for PidFd

ยง

impl Send for rustmax::std::os::linux::raw::stat

ยง

impl Send for rustmax::std::os::unix::net::SocketAddr

ยง

impl Send for SocketCred

ยง

impl Send for rustmax::std::os::unix::net::UCred

ยง

impl Send for rustmax::std::os::unix::net::UnixDatagram

ยง

impl Send for rustmax::std::os::unix::net::UnixListener

ยง

impl Send for rustmax::std::os::unix::net::UnixStream

ยง

impl Send for rustmax::std::path::Path

ยง

impl Send for PathBuf

ยง

impl Send for StripPrefixError

ยง

impl Send for PipeReader

ยง

impl Send for PipeWriter

ยง

impl Send for rustmax::std::process::Child

ยง

impl Send for rustmax::std::process::ChildStderr

ยง

impl Send for rustmax::std::process::ChildStdin

ยง

impl Send for rustmax::std::process::ChildStdout

ยง

impl Send for rustmax::std::process::Command

ยง

impl Send for ExitCode

ยง

impl Send for ExitStatus

ยง

impl Send for ExitStatusError

ยง

impl Send for Output

ยง

impl Send for Stdio

ยง

impl Send for rustmax::std::ptr::Alignment

ยง

impl Send for DefaultRandomSource

ยง

impl Send for ParseBoolError

ยง

impl Send for Utf8Error

ยง

impl Send for FromUtf8Error

ยง

impl Send for FromUtf16Error

ยง

impl Send for String

ยง

impl Send for AtomicBool

ยง

impl Send for AtomicI8

ยง

impl Send for AtomicI16

ยง

impl Send for AtomicI32

ยง

impl Send for AtomicI64

ยง

impl Send for AtomicIsize

ยง

impl Send for AtomicU8

ยง

impl Send for AtomicU16

ยง

impl Send for AtomicU32

ยง

impl Send for AtomicU64

ยง

impl Send for AtomicUsize

ยง

impl Send for rustmax::std::sync::mpsc::RecvError

ยง

impl Send for rustmax::std::sync::Barrier

ยง

impl Send for rustmax::std::sync::BarrierWaitResult

ยง

impl Send for Condvar

ยง

impl Send for rustmax::std::sync::Once

ยง

impl Send for OnceState

ยง

impl Send for WaitTimeoutResult

ยง

impl Send for RawWakerVTable

ยง

impl Send for AccessError

ยง

impl Send for rustmax::std::thread::Builder

ยง

impl Send for Thread

ยง

impl Send for ThreadId

ยง

impl Send for Duration

ยง

impl Send for rustmax::std::time::Instant

ยง

impl Send for SystemTime

ยง

impl Send for SystemTimeError

ยง

impl Send for TryFromFloatSecsError

ยง

impl Send for End

ยง

impl Send for Nothing

ยง

impl Send for rustmax::syn::Error

ยง

impl Send for PathPersistError

ยง

impl Send for SpooledTempFile

ยง

impl Send for rustmax::tempfile::TempDir

ยง

impl Send for TempPath

ยง

impl Send for rustmax::tera::ast::Block

ยง

impl Send for rustmax::tera::ast::Expr

ยง

impl Send for FilterSection

ยง

impl Send for Forloop

ยง

impl Send for FunctionCall

ยง

impl Send for rustmax::tera::ast::If

ยง

impl Send for rustmax::tera::ast::In

ยง

impl Send for LogicExpr

ยง

impl Send for MacroCall

ยง

impl Send for MacroDefinition

ยง

impl Send for MathExpr

ยง

impl Send for Set

ยง

impl Send for StringConcat

ยง

impl Send for Test

ยง

impl Send for WS

ยง

impl Send for rustmax::tera::Context

ยง

impl Send for rustmax::tera::Error

ยง

impl Send for rustmax::tera::Number

ยง

impl Send for Template

ยง

impl Send for Tera

ยง

impl Send for rustmax::termcolor::Buffer

ยง

impl Send for BufferWriter

ยง

impl Send for BufferedStandardStream

ยง

impl Send for ColorChoiceParseError

ยง

impl Send for ColorSpec

ยง

impl Send for ParseColorError

ยง

impl Send for StandardStream

ยง

impl Send for rustmax::tokio::fs::DirBuilder

ยง

impl Send for rustmax::tokio::fs::DirEntry

ยง

impl Send for rustmax::tokio::fs::File

ยง

impl Send for rustmax::tokio::fs::OpenOptions

ยง

impl Send for rustmax::tokio::fs::ReadDir

ยง

impl Send for DuplexStream

ยง

impl Send for rustmax::tokio::io::Empty

ยง

impl Send for Interest

ยง

impl Send for rustmax::tokio::io::Ready

ยง

impl Send for rustmax::tokio::io::Repeat

ยง

impl Send for SimplexStream

ยง

impl Send for rustmax::tokio::io::Sink

ยง

impl Send for rustmax::tokio::io::Stderr

ยง

impl Send for rustmax::tokio::io::Stdin

ยง

impl Send for rustmax::tokio::io::Stdout

ยง

impl Send for TryIoError

ยง

impl Send for rustmax::tokio::net::TcpListener

ยง

impl Send for TcpSocket

ยง

impl Send for rustmax::tokio::net::TcpStream

ยง

impl Send for rustmax::tokio::net::UdpSocket

ยง

impl Send for rustmax::tokio::net::UnixDatagram

ยง

impl Send for rustmax::tokio::net::UnixListener

ยง

impl Send for UnixSocket

ยง

impl Send for rustmax::tokio::net::UnixStream

ยง

impl Send for rustmax::tokio::net::tcp::OwnedReadHalf

ยง

impl Send for rustmax::tokio::net::tcp::OwnedWriteHalf

ยง

impl Send for rustmax::tokio::net::tcp::ReuniteError

ยง

impl Send for rustmax::tokio::net::unix::pipe::OpenOptions

ยง

impl Send for rustmax::tokio::net::unix::pipe::Receiver

ยง

impl Send for rustmax::tokio::net::unix::pipe::Sender

ยง

impl Send for rustmax::tokio::net::unix::OwnedReadHalf

ยง

impl Send for rustmax::tokio::net::unix::OwnedWriteHalf

ยง

impl Send for rustmax::tokio::net::unix::ReuniteError

ยง

impl Send for rustmax::tokio::net::unix::SocketAddr

ยง

impl Send for rustmax::tokio::net::unix::UCred

ยง

impl Send for rustmax::tokio::process::Child

ยง

impl Send for rustmax::tokio::process::ChildStderr

ยง

impl Send for rustmax::tokio::process::ChildStdin

ยง

impl Send for rustmax::tokio::process::ChildStdout

ยง

impl Send for rustmax::tokio::process::Command

ยง

impl Send for rustmax::tokio::runtime::Builder

ยง

impl Send for rustmax::tokio::runtime::Handle

ยง

impl Send for Runtime

ยง

impl Send for RuntimeMetrics

ยง

impl Send for TryCurrentError

ยง

impl Send for Signal

ยง

impl Send for SignalKind

ยง

impl Send for rustmax::tokio::sync::oneshot::error::RecvError

ยง

impl Send for AcquireError

ยง

impl Send for rustmax::tokio::sync::Barrier

ยง

impl Send for rustmax::tokio::sync::BarrierWaitResult

ยง

impl Send for Notify

ยง

impl Send for OwnedSemaphorePermit

ยง

impl Send for Semaphore

ยง

impl Send for rustmax::tokio::sync::TryLockError

ยง

impl Send for rustmax::tokio::sync::watch::error::RecvError

ยง

impl Send for rustmax::tokio::task::Id

ยง

impl Send for JoinError

ยง

impl Send for rustmax::tokio::time::error::Elapsed

ยง

impl Send for rustmax::tokio::time::error::Error

ยง

impl Send for rustmax::tokio::time::Instant

ยง

impl Send for Interval

ยง

impl Send for Sleep

ยง

impl Send for rustmax::toml::de::Error

ยง

impl Send for rustmax::toml::map::IntoIter

ยง

impl Send for rustmax::toml::ser::Error

ยง

impl Send for rustmax::toml::value::Date

ยง

impl Send for Datetime

ยง

impl Send for DatetimeParseError

ยง

impl Send for rustmax::toml::value::Time

ยง

impl Send for Discover

ยง

impl Send for Closed

ยง

impl Send for ServiceError

ยง

impl Send for rustmax::tower::layer::util::Identity

ยง

impl Send for Rate

ยง

impl Send for ConcurrencyLimitLayer

ยง

impl Send for GlobalConcurrencyLimitLayer

ยง

impl Send for RateLimitLayer

ยง

impl Send for Cost

ยง

impl Send for rustmax::tower::load::peak_ewma::Handle

ยง

impl Send for rustmax::tower::load::pending_requests::Count

ยง

impl Send for rustmax::tower::load::pending_requests::Handle

ยง

impl Send for CompleteOnResponse

ยง

impl Send for Overloaded

ยง

impl Send for LoadShedLayer

ยง

impl Send for InvalidBackoff

ยง

impl Send for TpsBudget

ยง

impl Send for SpawnReadyLayer

ยง

impl Send for rustmax::tower::timeout::error::Elapsed

ยง

impl Send for TimeoutLayer

ยง

impl Send for None

ยง

impl Send for GraphemeCursor

ยง

impl Send for OpaqueOrigin

ยง

impl Send for Url

ยง

impl Send for rustmax::walkdir::DirEntry

ยง

impl Send for rustmax::walkdir::Error

ยง

impl Send for rustmax::walkdir::IntoIter

ยง

impl Send for WalkDir

ยง

impl Send for rustmax::xshell::Error

ยง

impl Send for Shell

ยง

impl Send for rustmax::xshell::TempDir

ยง

impl Send for __c_anonymous_iwreq

ยง

impl Send for __c_anonymous_ptp_perout_request_1

ยง

impl Send for __c_anonymous_ptp_perout_request_2

ยง

impl Send for __c_anonymous_ptrace_syscall_info_data

ยง

impl Send for __c_anonymous_sockaddr_can_can_addr

ยง

impl Send for __c_anonymous_xsk_tx_metadata_union

ยง

impl Send for tpacket_bd_header_u

ยง

impl Send for tpacket_req_u

ยง

impl Send for Big8x3

ยง

impl Send for Big32x40

ยง

impl Send for Decoded

ยง

impl Send for FullDecoded

ยง

impl Send for InvertedUTerm

ยง

impl Send for LitKind

ยง

impl Send for MustAbort

ยง

impl Send for Number

ยง

impl Send for PanicMessage

ยง

impl Send for ProcMacro

ยง

impl Send for SameThread

ยง

impl Send for Sign

ยง

impl Send for TryCaptureWithDebug

ยง

impl Send for TryCaptureWithoutDebug

ยง

impl<'a> !Send for rustmax::anyhow::Chain<'a>

ยง

impl<'a> !Send for Source<'a>

ยง

impl<'a> !Send for PanicInfo<'a>

ยง

impl<'a> !Send for rustmax::core::panic::PanicMessage<'a>

ยง

impl<'a> !Send for SelectedOperation<'a>

ยง

impl<'a> !Send for Record<'a>

ยง

impl<'a> !Send for RecordBuilder<'a>

ยง

impl<'a> !Send for ResultCacheKey<'a>

ยง

impl<'a> !Send for BroadcastContext<'a>

ยง

impl<'a> !Send for rustmax::std::error::Request<'a>

ยง

impl<'a> !Send for rustmax::std::fmt::Formatter<'a>

ยง

impl<'a> !Send for StderrLock<'a>

ยง

impl<'a> !Send for StdinLock<'a>

ยง

impl<'a> !Send for StdoutLock<'a>

ยง

impl<'a> !Send for PanicHookInfo<'a>

ยง

impl<'a> !Send for rustmax::std::task::Context<'a>

ยง

impl<'a> !Send for ContextBuilder<'a>

ยง

impl<'a> !Send for rustmax::syn::buffer::Cursor<'a>

ยง

impl<'a> !Send for ParseNestedMeta<'a>

ยง

impl<'a> !Send for Lookahead1<'a>

ยง

impl<'a> !Send for ParseBuffer<'a>

ยง

impl<'a> !Send for ImplGenerics<'a>

ยง

impl<'a> !Send for Turbofish<'a>

ยง

impl<'a> !Send for TypeGenerics<'a>

ยง

impl<'a> !Send for StandardStreamLock<'a>

ยง

impl<'a> !Send for EnterGuard<'a>

ยง

impl<'a> !Send for ParseOptions<'a>

ยง

impl<'a> !Send for rustmax::xshell::Cmd<'a>

ยง

impl<'a> !Send for PushDir<'a>

ยง

impl<'a> !Send for PushEnv<'a>

ยง

impl<'a> !Send for BridgeConfig<'a>

ยง

impl<'a> Send for BytesOrWideString<'a>

ยง

impl<'a> Send for rustmax::chrono::format::Item<'a>

ยง

impl<'a> Send for IndexVecIter<'a>

ยง

impl<'a> Send for Unexpected<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::Entry<'a>

ยง

impl<'a> Send for AncillaryData<'a>

ยง

impl<'a> Send for Component<'a>

ยง

impl<'a> Send for Prefix<'a>

ยง

impl<'a> Send for Utf8Pattern<'a>

ยง

impl<'a> Send for rustmax::toml::map::Entry<'a>

ยง

impl<'a> Send for RawPathParamsIter<'a>

ยง

impl<'a> Send for SymbolName<'a>

ยง

impl<'a> Send for AttributeInfo<'a>

ยง

impl<'a> Send for DeriveInfo<'a>

ยง

impl<'a> Send for FieldInfo<'a>

ยง

impl<'a> Send for ItemInfo<'a>

ยง

impl<'a> Send for StrftimeItems<'a>

ยง

impl<'a> Send for IdsRef<'a>

ยง

impl<'a> Send for Indices<'a>

ยง

impl<'a> Send for RawValues<'a>

ยง

impl<'a> Send for Env<'a>

ยง

impl<'a> Send for WakerRef<'a>

ยง

impl<'a> Send for rustmax::hyper::rt::ReadBuf<'a>

ยง

impl<'a> Send for ReadBufCursor<'a>

ยง

impl<'a> Send for SpanArithmetic<'a>

ยง

impl<'a> Send for SpanCompare<'a>

ยง

impl<'a> Send for SpanRelativeTo<'a>

ยง

impl<'a> Send for SpanRound<'a>

ยง

impl<'a> Send for SpanTotal<'a>

ยง

impl<'a> Send for ZonedDifference<'a>

ยง

impl<'a> Send for rustmax::log::Metadata<'a>

ยง

impl<'a> Send for MetadataBuilder<'a>

ยง

impl<'a> Send for MimeIter<'a>

ยง

impl<'a> Send for rustmax::mime::Name<'a>

ยง

impl<'a> Send for Params<'a>

ยง

impl<'a> Send for U32Digits<'a>

ยง

impl<'a> Send for U64Digits<'a>

ยง

impl<'a> Send for CharStrategy<'a>

ยง

impl<'a> Send for rustmax::rayon::string::Drain<'a>

ยง

impl<'a> Send for rustmax::regex::bytes::SetMatchesIter<'a>

ยง

impl<'a> Send for rustmax::regex::SetMatchesIter<'a>

ยง

impl<'a> Send for Attempt<'a>

ยง

impl<'a> Send for SearchResult<'a>

ยง

impl<'a> Send for SliceRead<'a>

ยง

impl<'a> Send for StrRead<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::Iter<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::IterMut<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::Keys<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::OccupiedEntry<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::VacantEntry<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::Values<'a>

ยง

impl<'a> Send for rustmax::serde_json::map::ValuesMut<'a>

ยง

impl<'a> Send for PrettyFormatter<'a>

ยง

impl<'a> Send for MaybeUninitSlice<'a>

ยง

impl<'a> Send for SplitPaths<'a>

ยง

impl<'a> Send for rustmax::std::ffi::os_str::Display<'a>

ยง

impl<'a> Send for BorrowedCursor<'a>

ยง

impl<'a> Send for rustmax::std::net::Incoming<'a>

ยง

impl<'a> Send for rustmax::std::os::unix::net::Incoming<'a>

ยง

impl<'a> Send for Messages<'a>

ยง

impl<'a> Send for ScmCredentials<'a>

ยง

impl<'a> Send for ScmRights<'a>

ยง

impl<'a> Send for SocketAncillary<'a>

ยง

impl<'a> Send for rustmax::std::panic::Location<'a>

ยง

impl<'a> Send for Ancestors<'a>

ยง

impl<'a> Send for Components<'a>

ยง

impl<'a> Send for rustmax::std::path::Display<'a>

ยง

impl<'a> Send for rustmax::std::path::Iter<'a>

ยง

impl<'a> Send for PrefixComponent<'a>

ยง

impl<'a> Send for CommandArgs<'a>

ยง

impl<'a> Send for CommandEnvs<'a>

ยง

impl<'a> Send for EscapeAscii<'a>

ยง

impl<'a> Send for CharSearcher<'a>

ยง

impl<'a> Send for rustmax::std::str::Bytes<'a>

ยง

impl<'a> Send for rustmax::std::str::CharIndices<'a>

ยง

impl<'a> Send for rustmax::std::str::Chars<'a>

ยง

impl<'a> Send for rustmax::std::str::EncodeUtf16<'a>

ยง

impl<'a> Send for rustmax::std::str::EscapeDebug<'a>

ยง

impl<'a> Send for rustmax::std::str::EscapeDefault<'a>

ยง

impl<'a> Send for rustmax::std::str::EscapeUnicode<'a>

ยง

impl<'a> Send for rustmax::std::str::Lines<'a>

ยง

impl<'a> Send for LinesAny<'a>

ยง

impl<'a> Send for rustmax::std::str::SplitAsciiWhitespace<'a>

ยง

impl<'a> Send for rustmax::std::str::SplitWhitespace<'a>

ยง

impl<'a> Send for Utf8Chunk<'a>

ยง

impl<'a> Send for Utf8Chunks<'a>

ยง

impl<'a> Send for HyperlinkSpec<'a>

ยง

impl<'a> Send for rustmax::tokio::io::ReadBuf<'a>

ยง

impl<'a> Send for rustmax::tokio::net::tcp::ReadHalf<'a>

ยง

impl<'a> Send for rustmax::tokio::net::tcp::WriteHalf<'a>

ยง

impl<'a> Send for rustmax::tokio::net::unix::ReadHalf<'a>

ยง

impl<'a> Send for rustmax::tokio::net::unix::WriteHalf<'a>

ยง

impl<'a> Send for SemaphorePermit<'a>

ยง

impl<'a> Send for ValueDeserializer<'a>

ยง

impl<'a> Send for rustmax::toml::map::Iter<'a>

ยง

impl<'a> Send for rustmax::toml::map::IterMut<'a>

ยง

impl<'a> Send for rustmax::toml::map::Keys<'a>

ยง

impl<'a> Send for rustmax::toml::map::OccupiedEntry<'a>

ยง

impl<'a> Send for rustmax::toml::map::VacantEntry<'a>

ยง

impl<'a> Send for rustmax::toml::map::Values<'a>

ยง

impl<'a> Send for rustmax::toml::Deserializer<'a>

ยง

impl<'a> Send for GraphemeIndices<'a>

ยง

impl<'a> Send for Graphemes<'a>

ยง

impl<'a> Send for USentenceBoundIndices<'a>

ยง

impl<'a> Send for USentenceBounds<'a>

ยง

impl<'a> Send for UWordBoundIndices<'a>

ยง

impl<'a> Send for UWordBounds<'a>

ยง

impl<'a> Send for UnicodeSentences<'a>

ยง

impl<'a> Send for UnicodeWordIndices<'a>

ยง

impl<'a> Send for UnicodeWords<'a>

ยง

impl<'a> Send for ByteSerialize<'a>

ยง

impl<'a> Send for Parse<'a>

ยง

impl<'a> Send for ParseIntoOwned<'a>

ยง

impl<'a> Send for PathSegmentsMut<'a>

ยง

impl<'a> Send for UrlQuery<'a>

ยง

impl<'a> Send for Formatted<'a>

ยง

impl<'a> Send for Part<'a>

ยง

impl<'a, 'b> !Send for BacktraceFmt<'a, 'b>

ยง

impl<'a, 'b> !Send for DebugList<'a, 'b>

ยง

impl<'a, 'b> !Send for DebugMap<'a, 'b>

ยง

impl<'a, 'b> !Send for DebugSet<'a, 'b>

ยง

impl<'a, 'b> !Send for DebugStruct<'a, 'b>

ยง

impl<'a, 'b> !Send for DebugTuple<'a, 'b>

ยง

impl<'a, 'b> Send for CharSliceSearcher<'a, 'b>

ยง

impl<'a, 'b> Send for StrSearcher<'a, 'b>

ยง

impl<'a, 'b> Send for rustmax::tempfile::Builder<'a, 'b>

ยง

impl<'a, 'b, const N: usize> Send for CharArrayRefSearcher<'a, 'b, N>

ยง

impl<'a, 'e, E> Send for Base64Display<'a, 'e, E>

ยง

impl<'a, 'f> !Send for VaList<'a, 'f>

ยง

impl<'a, A> Send for rustmax::std::option::Iter<'a, A>
where A: Sync,

ยง

impl<'a, A> Send for rustmax::std::option::IterMut<'a, A>
where A: Send,

ยง

impl<'a, B> Send for Cow<'a, B>
where <B as ToOwned>::Owned: Send, B: Sync + ?Sized,

ยง

impl<'a, B, S> Send for RouterAsService<'a, B, S>
where B: Send,

ยง

impl<'a, E> Send for BytesDeserializer<'a, E>
where E: Send,

ยง

impl<'a, E> Send for CowStrDeserializer<'a, E>
where E: Send,

ยง

impl<'a, E> Send for StrDeserializer<'a, E>
where E: Send,

ยง

impl<'a, F> Send for CharPredicateSearcher<'a, F>
where F: Send,

ยง

impl<'a, F, O> Send for Fill<'a, F, O>
where F: Send, O: Send,

ยง

impl<'a, Fut> Send for rustmax::futures::prelude::stream::futures_unordered::Iter<'a, Fut>
where Fut: Send,

ยง

impl<'a, Fut> Send for rustmax::futures::prelude::stream::futures_unordered::IterMut<'a, Fut>
where Fut: Send,

ยง

impl<'a, I> !Send for Chunk<'a, I>

ยง

impl<'a, I> !Send for rustmax::itertools::Chunks<'a, I>

ยง

impl<'a, I> Send for Format<'a, I>
where I: Send,

ยง

impl<'a, I> Send for ByRefSized<'a, I>
where I: Send,

ยง

impl<'a, I, A> Send for Splice<'a, I, A>
where I: Send, <I as Iterator>::Item: Send, A: Send,

ยง

impl<'a, I, E> Send for ProcessResults<'a, I, E>
where I: Send, E: Send,

ยง

impl<'a, I, F> Send for FormatWith<'a, I, F>
where I: Send, F: Send,

ยง

impl<'a, I, F> Send for PeekingTakeWhile<'a, I, F>
where F: Send, I: Send,

ยง

impl<'a, I, F> Send for TakeWhileRef<'a, I, F>
where F: Send, I: Send,

ยง

impl<'a, K> Send for rustmax::std::collections::btree_set::Cursor<'a, K>
where K: Sync,

ยง

impl<'a, K> Send for rustmax::std::collections::hash_set::Drain<'a, K>
where K: Send,

ยง

impl<'a, K> Send for rustmax::std::collections::hash_set::Iter<'a, K>
where K: Sync,

ยง

impl<'a, K, A> Send for rustmax::std::collections::btree_set::CursorMut<'a, K, A>
where A: Send, K: Send,

ยง

impl<'a, K, A> Send for rustmax::std::collections::btree_set::CursorMutKey<'a, K, A>
where A: Send, K: Send,

ยง

impl<'a, K, F> Send for rustmax::std::collections::hash_set::ExtractIf<'a, K, F>
where F: Send, K: Send,

ยง

impl<'a, K, I, F> !Send for rustmax::itertools::Group<'a, K, I, F>

ยง

impl<'a, K, I, F> !Send for Groups<'a, K, I, F>

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::Entry<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::rayon::collections::btree_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Send for rustmax::rayon::collections::btree_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Send for rustmax::rayon::collections::hash_map::Drain<'a, K, V>

ยง

impl<'a, K, V> Send for rustmax::rayon::collections::hash_map::Iter<'a, K, V>

ยง

impl<'a, K, V> Send for rustmax::rayon::collections::hash_map::IterMut<'a, K, V>

ยง

impl<'a, K, V> Send for rustmax::std::collections::btree_map::Cursor<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for rustmax::std::collections::btree_map::Iter<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for rustmax::std::collections::btree_map::IterMut<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::btree_map::Keys<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for rustmax::std::collections::btree_map::Range<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for RangeMut<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::btree_map::Values<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for rustmax::std::collections::btree_map::ValuesMut<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::Drain<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::Iter<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::IterMut<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::Keys<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::OccupiedEntry<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::OccupiedError<'a, K, V>
where V: Send, K: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::VacantEntry<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::Values<'a, K, V>
where K: Sync, V: Sync,

ยง

impl<'a, K, V> Send for rustmax::std::collections::hash_map::ValuesMut<'a, K, V>
where K: Send, V: Send,

ยง

impl<'a, K, V, A> Send for rustmax::std::collections::btree_map::Entry<'a, K, V, A>
where K: Send, A: Send, V: Send,

ยง

impl<'a, K, V, A> Send for rustmax::std::collections::btree_map::CursorMut<'a, K, V, A>
where A: Send, K: Send, V: Send,

ยง

impl<'a, K, V, A> Send for rustmax::std::collections::btree_map::CursorMutKey<'a, K, V, A>
where A: Send, K: Send, V: Send,

ยง

impl<'a, K, V, A> Send for rustmax::std::collections::btree_map::OccupiedEntry<'a, K, V, A>
where A: Send, K: Send, V: Send,

ยง

impl<'a, K, V, A> Send for rustmax::std::collections::btree_map::OccupiedError<'a, K, V, A>
where V: Send, A: Send, K: Send,

ยง

impl<'a, K, V, A> Send for rustmax::std::collections::btree_map::VacantEntry<'a, K, V, A>
where K: Send, A: Send, V: Send,

ยง

impl<'a, K, V, F> Send for rustmax::std::collections::hash_map::ExtractIf<'a, K, V, F>
where F: Send, K: Send, V: Send,

ยง

impl<'a, K, V, F, A> Send for rustmax::std::collections::btree_map::ExtractIf<'a, K, V, F, A>
where F: Send, A: Send, K: Send, V: Send,

ยง

impl<'a, K, V, S> Send for RawEntryMut<'a, K, V, S>
where K: Send, V: Send, S: Send + Sync,

ยง

impl<'a, K, V, S> Send for RawEntryBuilder<'a, K, V, S>
where S: Sync, K: Sync, V: Sync,

ยง

impl<'a, K, V, S> Send for RawEntryBuilderMut<'a, K, V, S>
where S: Send, K: Send, V: Send,

ยง

impl<'a, K, V, S> Send for RawOccupiedEntryMut<'a, K, V, S>
where K: Send, V: Send, S: Send,

ยง

impl<'a, K, V, S> Send for RawVacantEntryMut<'a, K, V, S>
where S: Sync, K: Send, V: Send,

ยง

impl<'a, L> Send for IncomingStream<'a, L>
where <L as Listener>::Io: Sync,

ยง

impl<'a, M, Request> Send for AsService<'a, M, Request>
where M: Send, Request: Send,

ยง

impl<'a, P> Send for rustmax::std::str::MatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for rustmax::std::str::Matches<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for RMatchIndices<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for RMatches<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for rustmax::std::str::RSplit<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for rustmax::std::str::RSplitN<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for RSplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for rustmax::std::str::Split<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for rustmax::std::str::SplitInclusive<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for rustmax::std::str::SplitN<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, P> Send for rustmax::std::str::SplitTerminator<'a, P>
where <P as Pattern>::Searcher<'a>: Send,

ยง

impl<'a, R> Send for FillBuf<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for Read<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for ReadExact<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for ReadLine<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for ReadToEnd<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for ReadToString<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for ReadUntil<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for ReadVectored<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for SeeKRelative<'a, R>
where R: Send,

ยง

impl<'a, R> Send for RngReadAdapter<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for rustmax::regex::bytes::ReplacerRef<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R> Send for rustmax::regex::ReplacerRef<'a, R>
where R: Send + ?Sized,

ยง

impl<'a, R, W> Send for Copy<'a, R, W>
where R: Send, W: Send + ?Sized,

ยง

impl<'a, R, W> Send for CopyBuf<'a, R, W>
where R: Send, W: Send + ?Sized,

ยง

impl<'a, R, W> Send for CopyBufAbortable<'a, R, W>
where R: Send, W: Send + ?Sized,

ยง

impl<'a, S> Send for Seek<'a, S>
where S: Send + ?Sized,

ยง

impl<'a, S, T> Send for SliceChooseIter<'a, S, T>
where S: Sync + ?Sized, T: Send,

ยง

impl<'a, Si, Item> Send for rustmax::futures::prelude::sink::Close<'a, Si, Item>
where Si: Send + ?Sized,

ยง

impl<'a, Si, Item> Send for Feed<'a, Si, Item>
where Si: Send + ?Sized, Item: Send,

ยง

impl<'a, Si, Item> Send for rustmax::futures::prelude::sink::Flush<'a, Si, Item>
where Si: Send + ?Sized,

ยง

impl<'a, Si, Item> Send for Send<'a, Si, Item>
where Si: Send + ?Sized, Item: Send,

ยง

impl<'a, Si, St> Send for SendAll<'a, Si, St>
where Si: Send + ?Sized, <St as TryStream>::Ok: Send, St: Send + ?Sized,

ยง

impl<'a, St> Send for rustmax::futures::prelude::stream::select_all::Iter<'a, St>
where St: Send,

ยง

impl<'a, St> Send for rustmax::futures::prelude::stream::select_all::IterMut<'a, St>
where St: Send,

ยง

impl<'a, St> Send for rustmax::futures::prelude::stream::Next<'a, St>
where St: Send + ?Sized,

ยง

impl<'a, St> Send for rustmax::futures::prelude::stream::Peek<'a, St>
where St: Send, <St as Stream>::Item: Send,

ยง

impl<'a, St> Send for rustmax::futures::prelude::stream::PeekMut<'a, St>
where St: Send, <St as Stream>::Item: Send,

ยง

impl<'a, St> Send for SelectNextSome<'a, St>
where St: Send + ?Sized,

ยง

impl<'a, St> Send for TryNext<'a, St>
where St: Send + ?Sized,

ยง

impl<'a, St, F> Send for NextIf<'a, St, F>
where F: Send, St: Send, <St as Stream>::Item: Send,

ยง

impl<'a, St, T> Send for NextIfEq<'a, St, T>
where T: Sync + ?Sized, <St as Stream>::Item: Send, St: Send,

ยง

impl<'a, T> !Send for ShardedLockReadGuard<'a, T>

ยง

impl<'a, T> !Send for ShardedLockWriteGuard<'a, T>

ยง

impl<'a, T> !Send for LocalFutureObj<'a, T>

ยง

impl<'a, T> !Send for rustmax::std::sync::mpsc::Iter<'a, T>

ยง

impl<'a, T> !Send for rustmax::std::sync::mpsc::TryIter<'a, T>

ยง

impl<'a, T> !Send for rustmax::syn::punctuated::Iter<'a, T>

ยง

impl<'a, T> !Send for rustmax::syn::punctuated::IterMut<'a, T>

ยง

impl<'a, T> !Send for rustmax::tokio::sync::watch::Ref<'a, T>

ยง

impl<'a, T> !Send for rustmax::url::form_urlencoded::Serializer<'a, T>

ยง

impl<'a, T> Send for rustmax::reqwest::header::Entry<'a, T>
where T: Send,

ยง

impl<'a, T> Send for ValuesRef<'a, T>

ยง

impl<'a, T> Send for rustmax::crossbeam::channel::Iter<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::crossbeam::channel::TryIter<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::cxx_build::vector::Iter<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::cxx_build::vector::IterMut<'a, T>
where T: Send,

ยง

impl<'a, T> Send for Cancellation<'a, T>
where T: Send,

ยง

impl<'a, T> Send for Choose<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::rayon::collections::binary_heap::Drain<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::binary_heap::Iter<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::btree_set::Iter<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::hash_set::Drain<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::hash_set::Iter<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::linked_list::Iter<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::linked_list::IterMut<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::vec_deque::Drain<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::vec_deque::Iter<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::collections::vec_deque::IterMut<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::option::Iter<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::option::IterMut<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::result::Iter<'a, T>

ยง

impl<'a, T> Send for rustmax::rayon::result::IterMut<'a, T>

ยง

impl<'a, T> Send for GetAll<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::reqwest::header::Keys<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::reqwest::header::OccupiedEntry<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::reqwest::header::VacantEntry<'a, T>
where T: Send,

ยง

impl<'a, T> Send for ValueIter<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::reqwest::header::Values<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::reqwest::header::ValuesMut<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::std::collections::binary_heap::Iter<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::collections::btree_set::Iter<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::collections::btree_set::Range<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::collections::btree_set::SymmetricDifference<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::collections::btree_set::Union<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::collections::vec_deque::Iter<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::collections::vec_deque::IterMut<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::std::result::Iter<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::result::IterMut<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::std::slice::Chunks<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::slice::ChunksExact<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::slice::RChunks<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::slice::RChunksExact<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::slice::Windows<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for rustmax::std::sync::mpmc::Iter<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::std::sync::mpmc::TryIter<'a, T>
where T: Send,

ยง

impl<'a, T> Send for AsyncFdReadyGuard<'a, T>
where T: Sync,

ยง

impl<'a, T> Send for AsyncFdReadyMutGuard<'a, T>
where T: Send,

ยง

impl<'a, T> Send for Permit<'a, T>
where T: Send,

ยง

impl<'a, T> Send for PermitIterator<'a, T>
where T: Send,

ยง

impl<'a, T> Send for rustmax::tokio::sync::MutexGuard<'a, T>
where T: Send + ?Sized,

ยง

impl<'a, T, A> Send for rustmax::std::collections::binary_heap::Drain<'a, T, A>
where T: Send, A: Send,

ยง

impl<'a, T, A> Send for DrainSorted<'a, T, A>
where A: Send, T: Send,

ยง

impl<'a, T, A> Send for rustmax::std::collections::binary_heap::PeekMut<'a, T, A>
where A: Send, T: Send,

ยง

impl<'a, T, A> Send for rustmax::std::collections::btree_set::Difference<'a, T, A>
where T: Sync, A: Sync,

ยง

impl<'a, T, A> Send for rustmax::std::collections::btree_set::Intersection<'a, T, A>
where T: Sync, A: Sync,

ยง

impl<'a, T, F, A = Global> !Send for rustmax::std::collections::linked_list::ExtractIf<'a, T, F, A>

ยง

impl<'a, T, F, A> Send for rustmax::std::collections::btree_set::ExtractIf<'a, T, F, A>
where F: Send, A: Send, T: Send,

ยง

impl<'a, T, F, A> Send for rustmax::std::vec::ExtractIf<'a, T, F, A>
where F: Send, A: Send, T: Send,

ยง

impl<'a, T, P> Send for rustmax::std::slice::ChunkBy<'a, T, P>
where P: Send, T: Sync,

ยง

impl<'a, T, P> Send for rustmax::std::slice::ChunkByMut<'a, T, P>
where P: Send, T: Send,

ยง

impl<'a, T, P> Send for rustmax::std::slice::RSplit<'a, T, P>
where P: Send, T: Sync,

ยง

impl<'a, T, P> Send for RSplitMut<'a, T, P>
where P: Send, T: Send,

ยง

impl<'a, T, P> Send for rustmax::std::slice::RSplitN<'a, T, P>
where P: Send, T: Sync,

ยง

impl<'a, T, P> Send for RSplitNMut<'a, T, P>
where P: Send, T: Send,

ยง

impl<'a, T, P> Send for rustmax::std::slice::Split<'a, T, P>
where P: Send, T: Sync,

ยง

impl<'a, T, P> Send for rustmax::std::slice::SplitInclusive<'a, T, P>
where P: Send, T: Sync,

ยง

impl<'a, T, P> Send for rustmax::std::slice::SplitInclusiveMut<'a, T, P>
where P: Send, T: Send,

ยง

impl<'a, T, P> Send for rustmax::std::slice::SplitMut<'a, T, P>
where P: Send, T: Send,

ยง

impl<'a, T, P> Send for rustmax::std::slice::SplitN<'a, T, P>
where P: Send, T: Sync,

ยง

impl<'a, T, P> Send for SplitNMut<'a, T, P>
where P: Send, T: Send,

ยง

impl<'a, T, P> Send for Pairs<'a, T, P>
where T: Sync, P: Sync,

ยง

impl<'a, T, P> Send for PairsMut<'a, T, P>
where T: Send, P: Send,

ยง

impl<'a, T, Request> Send for rustmax::tower::util::Ready<'a, T, Request>
where T: Send,

ยง

impl<'a, T, S> Send for rustmax::std::collections::hash_set::Entry<'a, T, S>
where T: Send, S: Send,

ยง

impl<'a, T, S> Send for rustmax::std::collections::hash_set::Difference<'a, T, S>
where S: Sync, T: Sync,

ยง

impl<'a, T, S> Send for rustmax::std::collections::hash_set::Intersection<'a, T, S>
where S: Sync, T: Sync,

ยง

impl<'a, T, S> Send for rustmax::std::collections::hash_set::OccupiedEntry<'a, T, S>
where T: Send, S: Send,

ยง

impl<'a, T, S> Send for rustmax::std::collections::hash_set::SymmetricDifference<'a, T, S>
where S: Sync, T: Sync,

ยง

impl<'a, T, S> Send for rustmax::std::collections::hash_set::Union<'a, T, S>
where S: Sync, T: Sync,

ยง

impl<'a, T, S> Send for rustmax::std::collections::hash_set::VacantEntry<'a, T, S>
where T: Send, S: Send,

ยง

impl<'a, T, const N: usize> !Send for ArrayWindows<'a, T, N>

ยง

impl<'a, T, const N: usize> Send for rustmax::std::slice::ArrayChunks<'a, T, N>
where T: Sync,

ยง

impl<'a, T, const N: usize> Send for ArrayChunksMut<'a, T, N>
where T: Send,

ยง

impl<'a, W> Send for rustmax::futures::io::Close<'a, W>
where W: Send + ?Sized,

ยง

impl<'a, W> Send for rustmax::futures::io::Flush<'a, W>
where W: Send + ?Sized,

ยง

impl<'a, W> Send for Write<'a, W>
where W: Send + ?Sized,

ยง

impl<'a, W> Send for WriteAll<'a, W>
where W: Send + ?Sized,

ยง

impl<'a, W> Send for WriteVectored<'a, W>
where W: Send + ?Sized,

ยง

impl<'a, const N: usize> Send for CharArraySearcher<'a, N>

ยง

impl<'addr, 'bufs, 'control> !Send for MsgHdr<'addr, 'bufs, 'control>

ยง

impl<'addr, 'bufs, 'control> !Send for MsgHdrMut<'addr, 'bufs, 'control>

ยง

impl<'b, T> !Send for rustmax::std::cell::Ref<'b, T>

ยง

impl<'b, T> !Send for RefMut<'b, T>

ยง

impl<'c, 'a> !Send for StepCursor<'c, 'a>

ยง

impl<'c, 'h> Send for rustmax::regex::bytes::SubCaptureMatches<'c, 'h>

ยง

impl<'c, 'h> Send for rustmax::regex::SubCaptureMatches<'c, 'h>

ยง

impl<'ch> Send for rustmax::rayon::str::Bytes<'ch>

ยง

impl<'ch> Send for rustmax::rayon::str::CharIndices<'ch>

ยง

impl<'ch> Send for rustmax::rayon::str::Chars<'ch>

ยง

impl<'ch> Send for rustmax::rayon::str::EncodeUtf16<'ch>

ยง

impl<'ch> Send for rustmax::rayon::str::Lines<'ch>

ยง

impl<'ch> Send for rustmax::rayon::str::SplitAsciiWhitespace<'ch>

ยง

impl<'ch> Send for rustmax::rayon::str::SplitWhitespace<'ch>

ยง

impl<'ch, P> Send for rustmax::rayon::str::MatchIndices<'ch, P>

ยง

impl<'ch, P> Send for rustmax::rayon::str::Matches<'ch, P>

ยง

impl<'ch, P> Send for rustmax::rayon::str::Split<'ch, P>

ยง

impl<'ch, P> Send for rustmax::rayon::str::SplitInclusive<'ch, P>

ยง

impl<'ch, P> Send for rustmax::rayon::str::SplitTerminator<'ch, P>

ยง

impl<'d> Send for TimeZoneName<'d>

ยง

impl<'d> Send for TimeZoneNameIter<'d>

ยง

impl<'d> Send for ValueSerializer<'d>

ยง

impl<'d> Send for rustmax::toml::Serializer<'d>

ยง

impl<'data> Send for BorrowedBuf<'data>

ยง

impl<'data, T> Send for rustmax::rayon::slice::Chunks<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::ChunksExact<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::ChunksExactMut<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::ChunksMut<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::Iter<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::IterMut<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::RChunks<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::RChunksExact<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::RChunksExactMut<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::RChunksMut<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::slice::Windows<'data, T>

ยง

impl<'data, T> Send for rustmax::rayon::vec::Drain<'data, T>

ยง

impl<'data, T, P> Send for rustmax::rayon::slice::ChunkBy<'data, T, P>
where P: Send, T: Sync,

ยง

impl<'data, T, P> Send for rustmax::rayon::slice::ChunkByMut<'data, T, P>
where P: Send, T: Send,

ยง

impl<'data, T, P> Send for rustmax::rayon::slice::Split<'data, T, P>
where P: Send, T: Sync,

ยง

impl<'data, T, P> Send for rustmax::rayon::slice::SplitInclusive<'data, T, P>
where P: Send, T: Sync,

ยง

impl<'data, T, P> Send for rustmax::rayon::slice::SplitInclusiveMut<'data, T, P>
where P: Send, T: Send,

ยง

impl<'data, T, P> Send for rustmax::rayon::slice::SplitMut<'data, T, P>
where P: Send, T: Send,

ยง

impl<'de> !Send for rustmax::json5::Deserializer<'de>

ยง

impl<'de, E> Send for BorrowedBytesDeserializer<'de, E>
where E: Send,

ยง

impl<'de, E> Send for BorrowedStrDeserializer<'de, E>
where E: Send,

ยง

impl<'de, I, E> Send for MapDeserializer<'de, I, E>
where <<I as Iterator>::Item as Pair>::Second: Send, E: Send, I: Send,

ยง

impl<'de, R, T> Send for StreamDeserializer<'de, R, T>
where R: Send, T: Send,

ยง

impl<'e, E, R> Send for DecoderReader<'e, E, R>
where R: Send,

ยง

impl<'e, E, S> Send for EncoderStringWriter<'e, E, S>
where S: Send,

ยง

impl<'e, E, W> Send for EncoderWriter<'e, E, W>
where W: Send,

ยง

impl<'env> Send for rustmax::crossbeam::thread::Scope<'env>

ยง

impl<'f> !Send for VaListImpl<'f>

ยง

impl<'f> Send for rustmax::jiff::fmt::strtime::Display<'f>

ยง

impl<'fd> Send for BorrowedFd<'fd>

ยง

impl<'fmt, 'a, 'b> !Send for BacktraceFrameFmt<'fmt, 'a, 'b>

ยง

impl<'g, T> !Send for rustmax::crossbeam::epoch::Shared<'g, T>

ยง

impl<'g, T, P> !Send for CompareExchangeError<'g, T, P>

ยง

impl<'h> !Send for rustmax::rustyline::Context<'h>

ยง

impl<'h> Send for rustmax::regex::bytes::Captures<'h>

ยง

impl<'h> Send for rustmax::regex::bytes::Match<'h>

ยง

impl<'h> Send for rustmax::regex::Captures<'h>

ยง

impl<'h> Send for rustmax::regex::Match<'h>

ยง

impl<'i> !Send for ValidationContext<'i>

ยง

impl<'n> Send for TimeZoneAnnotationKind<'n>

ยง

impl<'n> Send for Pieces<'n>

ยง

impl<'n> Send for TimeZoneAnnotation<'n>

ยง

impl<'n> Send for TimeZoneAnnotationName<'n>

ยง

impl<'r> !Send for EventContext<'r>

ยง

impl<'r> Send for rustmax::regex::bytes::CaptureNames<'r>

ยง

impl<'r> Send for rustmax::regex::CaptureNames<'r>

ยง

impl<'r, 'h> Send for rustmax::regex::bytes::CaptureMatches<'r, 'h>

ยง

impl<'r, 'h> Send for rustmax::regex::bytes::Matches<'r, 'h>

ยง

impl<'r, 'h> Send for rustmax::regex::bytes::Split<'r, 'h>

ยง

impl<'r, 'h> Send for rustmax::regex::bytes::SplitN<'r, 'h>

ยง

impl<'r, 'h> Send for rustmax::regex::CaptureMatches<'r, 'h>

ยง

impl<'r, 'h> Send for rustmax::regex::Matches<'r, 'h>

ยง

impl<'r, 'h> Send for rustmax::regex::Split<'r, 'h>

ยง

impl<'r, 'h> Send for rustmax::regex::SplitN<'r, 'h>

ยง

impl<'s> Send for rustmax::regex::bytes::NoExpand<'s>

ยง

impl<'s> Send for rustmax::regex::NoExpand<'s>

ยง

impl<'s> Send for SockRef<'s>

ยง

impl<'scope> Send for rustmax::rayon::Scope<'scope>

ยง

impl<'scope> Send for ScopeFifo<'scope>

ยง

impl<'scope, 'env> Send for ScopedThreadBuilder<'scope, 'env>

ยง

impl<'scope, 'env> Send for rustmax::std::thread::Scope<'scope, 'env>

ยง

impl<'scope, T> Send for rustmax::std::thread::ScopedJoinHandle<'scope, T>
where T: Send,

ยง

impl<'t> Send for TimeZoneFollowingTransitions<'t>

ยง

impl<'t> Send for TimeZoneOffsetInfo<'t>

ยง

impl<'t> Send for TimeZonePrecedingTransitions<'t>

ยง

impl<'t> Send for TimeZoneTransition<'t>

ยง

impl<A> Send for IterRange<A>
where A: Send,

ยง

impl<A> Send for IterRangeFrom<A>
where A: Send,

ยง

impl<A> Send for IterRangeInclusive<A>
where A: Send,

ยง

impl<A> Send for rustmax::itertools::RepeatN<A>
where A: Send,

ยง

impl<A> Send for EnumAccessDeserializer<A>
where A: Send,

ยง

impl<A> Send for MapAccessDeserializer<A>
where A: Send,

ยง

impl<A> Send for SeqAccessDeserializer<A>
where A: Send,

ยง

impl<A> Send for rustmax::std::iter::Repeat<A>
where A: Send,

ยง

impl<A> Send for rustmax::std::iter::RepeatN<A>
where A: Send,

ยง

impl<A> Send for rustmax::std::option::IntoIter<A>
where A: Send,

ยง

impl<A, B> Send for rustmax::futures::prelude::future::Either<A, B>
where A: Send, B: Send,

ยง

impl<A, B> Send for EitherOrBoth<A, B>
where A: Send, B: Send,

ยง

impl<A, B> Send for rustmax::tower::util::Either<A, B>
where A: Send, B: Send,

ยง

impl<A, B> Send for rustmax::futures::prelude::future::Select<A, B>
where A: Send, B: Send,

ยง

impl<A, B> Send for TrySelect<A, B>
where A: Send, B: Send,

ยง

impl<A, B> Send for rustmax::rayon::iter::Chain<A, B>

ยง

impl<A, B> Send for rustmax::rayon::iter::Zip<A, B>

ยง

impl<A, B> Send for rustmax::rayon::iter::ZipEq<A, B>

ยง

impl<A, B> Send for rustmax::std::iter::Chain<A, B>
where A: Send, B: Send,

ยง

impl<A, B> Send for rustmax::std::iter::Zip<A, B>
where A: Send, B: Send,

ยง

impl<A, B> Send for EitherResponseFuture<A, B>
where A: Send, B: Send,

ยง

impl<B> Send for rustmax::bitflags::iter::Iter<B>
where B: Send + Sync,

ยง

impl<B> Send for IterNames<B>
where B: Send + Sync,

ยง

impl<B> Send for Flag<B>
where B: Send,

ยง

impl<B> Send for Reader<B>
where B: Send,

ยง

impl<B> Send for Writer<B>
where B: Send,

ยง

impl<B> Send for rustmax::hyper::client::conn::http1::SendRequest<B>
where B: Send,

ยง

impl<B> Send for rustmax::hyper::client::conn::http2::SendRequest<B>
where B: Send,

ยง

impl<B> Send for rustmax::std::io::Lines<B>
where B: Send,

ยง

impl<B> Send for rustmax::std::io::Split<B>
where B: Send,

ยง

impl<B, C> Send for ControlFlow<B, C>
where C: Send, B: Send,

ยง

impl<B, S> Send for RouterIntoService<B, S>
where B: Send,

ยง

impl<B, T, E, S> Send for rustmax::axum::middleware::future::FromExtractorResponseFuture<B, T, E, S>
where <T as Service<Request<B>>>::Future: Send, T: Send,

ยง

impl<BlockSize, Kind> Send for BlockBuffer<BlockSize, Kind>
where Kind: Send,

ยง

impl<D, C> Send for PeakEwmaDiscover<D, C>
where D: Send, C: Send,

ยง

impl<D, C> Send for PendingRequestsDiscover<D, C>
where D: Send, C: Send,

ยง

impl<D, F, T, S> Send for rustmax::rand::distr::Map<D, F, T, S>
where D: Send, F: Send,

ยง

impl<D, R, T> Send for rustmax::rand::distr::Iter<D, R, T>
where D: Send, R: Send, T: Send,

ยง

impl<D, Req> Send for Balance<D, Req>
where D: Send, Req: Send, <D as Discover>::Key: Send, <D as Discover>::Service: Send,

ยง

impl<D, Req> Send for MakeBalanceLayer<D, Req>

ยง

impl<D, S> Send for rustmax::rayon::iter::Split<D, S>
where D: Send, S: Send,

ยง

impl<E> Send for RouteFuture<E>

ยง

impl<E> Send for Route<E>

ยง

impl<E> Send for EnumValueParser<E>

ยง

impl<E> Send for rustmax::hyper::server::conn::http2::Builder<E>
where E: Send,

ยง

impl<E> Send for rustmax::nom::bytes::Take<E>
where E: Send,

ยง

impl<E> Send for AnyChar<E>
where E: Send,

ยง

impl<E> Send for Char<E>
where E: Send,

ยง

impl<E> Send for Digit1<E>
where E: Send,

ยง

impl<E> Send for MultiSpace0<E>
where E: Send,

ยง

impl<E> Send for BoolDeserializer<E>
where E: Send,

ยง

impl<E> Send for CharDeserializer<E>
where E: Send,

ยง

impl<E> Send for F32Deserializer<E>
where E: Send,

ยง

impl<E> Send for F64Deserializer<E>
where E: Send,

ยง

impl<E> Send for I8Deserializer<E>
where E: Send,

ยง

impl<E> Send for I16Deserializer<E>
where E: Send,

ยง

impl<E> Send for I32Deserializer<E>
where E: Send,

ยง

impl<E> Send for I64Deserializer<E>
where E: Send,

ยง

impl<E> Send for I128Deserializer<E>
where E: Send,

ยง

impl<E> Send for IsizeDeserializer<E>
where E: Send,

ยง

impl<E> Send for StringDeserializer<E>
where E: Send,

ยง

impl<E> Send for U8Deserializer<E>
where E: Send,

ยง

impl<E> Send for U16Deserializer<E>
where E: Send,

ยง

impl<E> Send for U32Deserializer<E>
where E: Send,

ยง

impl<E> Send for U64Deserializer<E>
where E: Send,

ยง

impl<E> Send for U128Deserializer<E>
where E: Send,

ยง

impl<E> Send for UnitDeserializer<E>
where E: Send,

ยง

impl<E> Send for UsizeDeserializer<E>
where E: Send,

ยง

impl<E> Send for Report<E>
where E: Send,

ยง

impl<E, M> Send for Capture<E, M>
where E: Send, M: Send,

ยง

impl<E, S> Send for FromExtractorLayer<E, S>
where S: Send,

ยง

impl<Enum> Send for TryFromPrimitiveError<Enum>
where <Enum as TryFromPrimitive>::Primitive: Send,

ยง

impl<Ex> Send for rustmax::hyper::client::conn::http2::Builder<Ex>
where Ex: Send,

ยง

impl<F1, F2, N> Send for AndThenFuture<F1, F2, N>
where F2: Send, N: Send, F1: Send,

ยง

impl<F1, F2, N> Send for ThenFuture<F1, F2, N>
where F2: Send, F1: Send, N: Send,

ยง

impl<F> Send for IntoServiceFuture<F>
where F: Send,

ยง

impl<F> Send for rustmax::clap::error::Error<F>
where F: Send,

ยง

impl<F> Send for rustmax::futures::prelude::future::Flatten<F>
where F: Send, <F as Future>::Output: Send,

ยง

impl<F> Send for FlattenStream<F>
where F: Send, <F as Future>::Output: Send,

ยง

impl<F> Send for rustmax::futures::prelude::future::IntoStream<F>
where F: Send,

ยง

impl<F> Send for JoinAll<F>
where F: Send, <F as Future>::Output: Send,

ยง

impl<F> Send for rustmax::futures::prelude::future::Lazy<F>
where F: Send,

ยง

impl<F> Send for OptionFuture<F>
where F: Send,

ยง

impl<F> Send for rustmax::futures::prelude::future::PollFn<F>
where F: Send,

ยง

impl<F> Send for TryJoinAll<F>
where <F as TryFuture>::Ok: Send, F: Send, <F as TryFuture>::Error: Send,

ยง

impl<F> Send for rustmax::futures::prelude::stream::PollFn<F>
where F: Send,

ยง

impl<F> Send for rustmax::futures::prelude::stream::RepeatWith<F>
where F: Send,

ยง

impl<F> Send for AllConsuming<F>
where F: Send,

ยง

impl<F> Send for Cond<F>
where F: Send,

ยง

impl<F> Send for Consumed<F>
where F: Send,

ยง

impl<F> Send for Cut<F>
where F: Send,

ยง

impl<F> Send for MakeComplete<F>
where F: Send,

ยง

impl<F> Send for rustmax::nom::combinator::Not<F>
where F: Send,

ยง

impl<F> Send for Opt<F>
where F: Send,

ยง

impl<F> Send for rustmax::nom::combinator::Peek<F>
where F: Send,

ยง

impl<F> Send for Recognize<F>
where F: Send,

ยง

impl<F> Send for rustmax::nom::error::Context<F>
where F: Send,

ยง

impl<F> Send for rustmax::nom::multi::Count<F>
where F: Send,

ยง

impl<F> Send for Many0<F>
where F: Send,

ยง

impl<F> Send for Many0Count<F>
where F: Send,

ยง

impl<F> Send for Many1<F>
where F: Send,

ยง

impl<F> Send for Many1Count<F>
where F: Send,

ยง

impl<F> Send for ManyMN<F>
where F: Send,

ยง

impl<F> Send for rustmax::std::fmt::FromFn<F>
where F: Send,

ยง

impl<F> Send for rustmax::std::future::PollFn<F>
where F: Send,

ยง

impl<F> Send for rustmax::std::iter::FromFn<F>
where F: Send,

ยง

impl<F> Send for OnceWith<F>
where F: Send,

ยง

impl<F> Send for rustmax::std::iter::RepeatWith<F>
where F: Send,

ยง

impl<F> Send for NamedTempFile<F>
where F: Send,

ยง

impl<F> Send for PersistError<F>
where F: Send,

ยง

impl<F> Send for Unconstrained<F>
where F: Send,

ยง

impl<F> Send for LayerFn<F>
where F: Send,

ยง

impl<F> Send for rustmax::tower::load_shed::future::ResponseFuture<F>
where F: Send,

ยง

impl<F> Send for AndThenLayer<F>
where F: Send,

ยง

impl<F> Send for MapErrLayer<F>
where F: Send,

ยง

impl<F> Send for MapFutureLayer<F>
where F: Send,

ยง

impl<F> Send for rustmax::tower::util::MapRequestLayer<F>
where F: Send,

ยง

impl<F> Send for rustmax::tower::util::MapResponseLayer<F>
where F: Send,

ยง

impl<F> Send for MapResultLayer<F>
where F: Send,

ยง

impl<F> Send for ThenLayer<F>
where F: Send,

ยง

impl<F, C, H> Send for TrackCompletionFuture<F, C, H>
where F: Send, C: Send, H: Send,

ยง

impl<F, E> Send for SplitPosition1<F, E>
where F: Send, E: Send,

ยง

impl<F, E> Send for SplitPosition<F, E>
where F: Send, E: Send,

ยง

impl<F, E> Send for TakeWhileMN<F, E>
where F: Send, E: Send,

ยง

impl<F, E> Send for rustmax::tower::reconnect::ResponseFuture<F, E>
where F: Send, E: Send,

ยง

impl<F, E> Send for rustmax::tower::spawn_ready::future::ResponseFuture<F, E>
where F: Send,

ยง

impl<F, G> Send for SeparatedList0<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for SeparatedList1<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for Preceded<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for Terminated<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for rustmax::nom::And<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for rustmax::nom::AndThen<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for rustmax::nom::FlatMap<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for rustmax::nom::Map<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for MapOpt<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for MapRes<F, G>
where F: Send, G: Send,

ยง

impl<F, G> Send for rustmax::nom::Or<F, G>
where F: Send, G: Send,

ยง

impl<F, G, E> Send for Escaped<F, G, E>
where F: Send, G: Send, E: Send,

ยง

impl<F, G, E> Send for LengthCount<F, G, E>
where F: Send, G: Send, E: Send,

ยง

impl<F, G, E> Send for LengthValue<F, G, E>
where F: Send, G: Send, E: Send,

ยง

impl<F, G, E> Send for ManyTill<F, G, E>
where F: Send, G: Send, E: Send,

ยง

impl<F, G, E, ExtendItem, Output> Send for EscapedTransform<F, G, E, ExtendItem, Output>
where F: Send, G: Send, E: Send, ExtendItem: Send, Output: Send,

ยง

impl<F, G, H, Range> Send for rustmax::nom::multi::Fold<F, G, H, Range>
where F: Send, H: Send, G: Send, Range: Send,

ยง

impl<F, G, Init, R> Send for FoldMany0<F, G, Init, R>
where F: Send, G: Send, Init: Send, R: Send,

ยง

impl<F, G, Init, R> Send for FoldMany1<F, G, Init, R>
where F: Send, G: Send, Init: Send, R: Send,

ยง

impl<F, G, Init, R> Send for FoldManyMN<F, G, Init, R>
where F: Send, G: Send, Init: Send, R: Send,

ยง

impl<F, G, O2> Send for Verify<F, G, O2>
where F: Send, G: Send, O2: Send + ?Sized,

ยง

impl<F, MakeError> Send for Satisfy<F, MakeError>
where F: Send, MakeError: Send,

ยง

impl<F, N> Send for MapErrFuture<F, N>
where F: Send, N: Send,

ยง

impl<F, N> Send for MapResponseFuture<F, N>
where F: Send, N: Send,

ยง

impl<F, N> Send for MapResultFuture<F, N>
where F: Send, N: Send,

ยง

impl<F, O2, E2> Send for Into<F, O2, E2>
where F: Send, O2: Send, E2: Send,

ยง

impl<F, R, Collection> Send for Many<F, R, Collection>
where F: Send, R: Send, Collection: Send,

ยง

impl<F, Req> Send for MakeFuture<F, Req>
where F: Send,

ยง

impl<F, S> Send for FutureService<F, S>
where F: Send, S: Send,

ยง

impl<F, S, I, T> Send for rustmax::axum::middleware::FromFn<F, S, I, T>
where F: Send, I: Send, S: Send,

ยง

impl<F, S, I, T> Send for rustmax::axum::middleware::MapRequest<F, S, I, T>
where F: Send, I: Send, S: Send,

ยง

impl<F, S, I, T> Send for rustmax::axum::middleware::MapResponse<F, S, I, T>
where F: Send, I: Send, S: Send,

ยง

impl<F, S, T> Send for FromFnLayer<F, S, T>
where F: Send, S: Send,

ยง

impl<F, S, T> Send for rustmax::axum::middleware::MapRequestLayer<F, S, T>
where F: Send, S: Send,

ยง

impl<F, S, T> Send for rustmax::axum::middleware::MapResponseLayer<F, S, T>
where F: Send, S: Send,

ยง

impl<F, T> Send for HandleErrorLayer<F, T>
where F: Send,

ยง

impl<Failure, Error> Send for Err<Failure, Error>
where Error: Send, Failure: Send,

ยง

impl<Fut1, Fut2> Send for rustmax::futures::prelude::future::Join<Fut1, Fut2>
where Fut1: Send, <Fut1 as Future>::Output: Send, Fut2: Send, <Fut2 as Future>::Output: Send,

ยง

impl<Fut1, Fut2> Send for rustmax::futures::prelude::future::TryFlatten<Fut1, Fut2>
where Fut1: Send, Fut2: Send,

ยง

impl<Fut1, Fut2> Send for TryJoin<Fut1, Fut2>
where Fut1: Send, <Fut1 as TryFuture>::Ok: Send, Fut2: Send, <Fut2 as TryFuture>::Ok: Send,

ยง

impl<Fut1, Fut2, F> Send for rustmax::futures::prelude::future::AndThen<Fut1, Fut2, F>
where Fut2: Send, Fut1: Send, F: Send,

ยง

impl<Fut1, Fut2, F> Send for rustmax::futures::prelude::future::OrElse<Fut1, Fut2, F>
where Fut2: Send, Fut1: Send, F: Send,

ยง

impl<Fut1, Fut2, F> Send for rustmax::futures::prelude::future::Then<Fut1, Fut2, F>
where Fut2: Send, Fut1: Send, F: Send,

ยง

impl<Fut1, Fut2, Fut3> Send for Join3<Fut1, Fut2, Fut3>
where Fut1: Send, <Fut1 as Future>::Output: Send, Fut2: Send, <Fut2 as Future>::Output: Send, Fut3: Send, <Fut3 as Future>::Output: Send,

ยง

impl<Fut1, Fut2, Fut3> Send for TryJoin3<Fut1, Fut2, Fut3>
where Fut1: Send, <Fut1 as TryFuture>::Ok: Send, Fut2: Send, <Fut2 as TryFuture>::Ok: Send, Fut3: Send, <Fut3 as TryFuture>::Ok: Send,

ยง

impl<Fut1, Fut2, Fut3, Fut4> Send for Join4<Fut1, Fut2, Fut3, Fut4>
where Fut1: Send, <Fut1 as Future>::Output: Send, Fut2: Send, <Fut2 as Future>::Output: Send, Fut3: Send, <Fut3 as Future>::Output: Send, Fut4: Send, <Fut4 as Future>::Output: Send,

ยง

impl<Fut1, Fut2, Fut3, Fut4> Send for TryJoin4<Fut1, Fut2, Fut3, Fut4>
where Fut1: Send, <Fut1 as TryFuture>::Ok: Send, Fut2: Send, <Fut2 as TryFuture>::Ok: Send, Fut3: Send, <Fut3 as TryFuture>::Ok: Send, Fut4: Send, <Fut4 as TryFuture>::Ok: Send,

ยง

impl<Fut1, Fut2, Fut3, Fut4, Fut5> Send for Join5<Fut1, Fut2, Fut3, Fut4, Fut5>
where Fut1: Send, <Fut1 as Future>::Output: Send, Fut2: Send, <Fut2 as Future>::Output: Send, Fut3: Send, <Fut3 as Future>::Output: Send, Fut4: Send, <Fut4 as Future>::Output: Send, Fut5: Send, <Fut5 as Future>::Output: Send,

ยง

impl<Fut1, Fut2, Fut3, Fut4, Fut5> Send for TryJoin5<Fut1, Fut2, Fut3, Fut4, Fut5>
where Fut1: Send, <Fut1 as TryFuture>::Ok: Send, Fut2: Send, <Fut2 as TryFuture>::Ok: Send, Fut3: Send, <Fut3 as TryFuture>::Ok: Send, Fut4: Send, <Fut4 as TryFuture>::Ok: Send, Fut5: Send, <Fut5 as TryFuture>::Ok: Send,

ยง

impl<Fut> Send for MaybeDone<Fut>
where Fut: Send, <Fut as Future>::Output: Send,

ยง

impl<Fut> Send for TryMaybeDone<Fut>
where Fut: Send, <Fut as TryFuture>::Ok: Send,

ยง

impl<Fut> Send for rustmax::futures::prelude::future::CatchUnwind<Fut>
where Fut: Send,

ยง

impl<Fut> Send for rustmax::futures::prelude::future::Fuse<Fut>
where Fut: Send,

ยง

impl<Fut> Send for IntoFuture<Fut>
where Fut: Send,

ยง

impl<Fut> Send for NeverError<Fut>
where Fut: Send,

ยง

impl<Fut> Send for Remote<Fut>
where Fut: Send, <Fut as Future>::Output: Send,

ยง

impl<Fut> Send for rustmax::futures::prelude::future::SelectAll<Fut>
where Fut: Send,

ยง

impl<Fut> Send for SelectOk<Fut>
where Fut: Send,

ยง

impl<Fut> Send for rustmax::futures::prelude::future::Shared<Fut>
where Fut: Send, <Fut as Future>::Output: Send + Sync,

ยง

impl<Fut> Send for TryFlattenStream<Fut>
where Fut: Send, <Fut as TryFuture>::Ok: Send,

ยง

impl<Fut> Send for rustmax::futures::prelude::future::UnitError<Fut>
where Fut: Send,

ยง

impl<Fut> Send for WeakShared<Fut>
where Fut: Send, <Fut as Future>::Output: Send + Sync,

ยง

impl<Fut> Send for rustmax::futures::prelude::stream::Once<Fut>
where Fut: Send,

ยง

impl<Fut, E> Send for rustmax::futures::prelude::future::ErrInto<Fut, E>
where Fut: Send,

ยง

impl<Fut, E> Send for OkInto<Fut, E>
where Fut: Send,

ยง

impl<Fut, F> Send for rustmax::futures::prelude::future::Inspect<Fut, F>
where Fut: Send, F: Send,

ยง

impl<Fut, F> Send for rustmax::futures::prelude::future::InspectErr<Fut, F>
where Fut: Send, F: Send,

ยง

impl<Fut, F> Send for rustmax::futures::prelude::future::InspectOk<Fut, F>
where Fut: Send, F: Send,

ยง

impl<Fut, F> Send for rustmax::futures::prelude::future::Map<Fut, F>
where Fut: Send, F: Send,

ยง

impl<Fut, F> Send for rustmax::futures::prelude::future::MapErr<Fut, F>
where Fut: Send, F: Send,

ยง

impl<Fut, F> Send for rustmax::futures::prelude::future::MapOk<Fut, F>
where Fut: Send, F: Send,

ยง

impl<Fut, F> Send for UnwrapOrElse<Fut, F>
where Fut: Send, F: Send,

ยง

impl<Fut, F, G> Send for MapOkOrElse<Fut, F, G>
where Fut: Send, F: Send, G: Send,

ยง

impl<Fut, Si> Send for FlattenSink<Fut, Si>
where Fut: Send, Si: Send,

ยง

impl<Fut, T> Send for rustmax::futures::prelude::future::MapInto<Fut, T>
where Fut: Send,

ยง

impl<H> Send for BuildHasherDefault<H>

ยง

impl<H> Send for HasherRng<H>
where H: Send,

ยง

impl<H, I> Send for Editor<H, I>
where I: Send, H: Send,

ยง

impl<H, T, S> Send for HandlerService<H, T, S>
where H: Send, S: Send,

ยง

impl<I> !Send for RcIter<I>

ยง

impl<I> !Send for Tee<I>

ยง

impl<I> Send for AppendHeaders<I>
where I: Send,

ยง

impl<I> Send for DelayedFormat<I>
where I: Send,

ยง

impl<I> Send for rustmax::futures::prelude::stream::Iter<I>
where I: Send,

ยง

impl<I> Send for CombinationsWithReplacement<I>
where <I as Iterator>::Item: Sized + Send, I: Send,

ยง

impl<I> Send for ExactlyOneError<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for GroupingMap<I>
where I: Send,

ยง

impl<I> Send for IntoChunks<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for MultiPeek<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for MultiProduct<I>
where <I as Iterator>::Item: Sized + Send, I: Send,

ยง

impl<I> Send for PeekNth<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for Permutations<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for Powerset<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for PutBack<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for PutBackN<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for Unique<I>
where <I as Iterator>::Item: Sized + Send, I: Send,

ยง

impl<I> Send for rustmax::itertools::WhileSome<I>
where I: Send,

ยง

impl<I> Send for WithPosition<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for rustmax::nom::error::Error<I>
where I: Send,

ยง

impl<I> Send for rustmax::rayon::iter::Chunks<I>

ยง

impl<I> Send for rustmax::rayon::iter::Cloned<I>

ยง

impl<I> Send for rustmax::rayon::iter::Copied<I>

ยง

impl<I> Send for rustmax::rayon::iter::Enumerate<I>

ยง

impl<I> Send for ExponentialBlocks<I>
where I: Send,

ยง

impl<I> Send for rustmax::rayon::iter::Flatten<I>

ยง

impl<I> Send for FlattenIter<I>

ยง

impl<I> Send for rustmax::rayon::iter::Intersperse<I>
where <I as ParallelIterator>::Item: Sized,

ยง

impl<I> Send for MaxLen<I>

ยง

impl<I> Send for MinLen<I>

ยง

impl<I> Send for PanicFuse<I>

ยง

impl<I> Send for rustmax::rayon::iter::Rev<I>

ยง

impl<I> Send for rustmax::rayon::iter::Skip<I>
where I: Send,

ยง

impl<I> Send for SkipAny<I>

ยง

impl<I> Send for rustmax::rayon::iter::StepBy<I>

ยง

impl<I> Send for rustmax::rayon::iter::Take<I>
where I: Send,

ยง

impl<I> Send for TakeAny<I>

ยง

impl<I> Send for UniformBlocks<I>
where I: Send,

ยง

impl<I> Send for rustmax::rayon::iter::WhileSome<I>

ยง

impl<I> Send for FromIter<I>
where I: Send,

ยง

impl<I> Send for DecodeUtf16<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::Cloned<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::Copied<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::Cycle<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::Enumerate<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::Flatten<I>
where <<I as Iterator>::Item as IntoIterator>::IntoIter: Send, I: Send,

ยง

impl<I> Send for rustmax::std::iter::Fuse<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::Intersperse<I>
where <I as Iterator>::Item: Sized + Send, I: Send,

ยง

impl<I> Send for rustmax::std::iter::Peekable<I>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<I> Send for rustmax::std::iter::Skip<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::StepBy<I>
where I: Send,

ยง

impl<I> Send for rustmax::std::iter::Take<I>
where I: Send,

ยง

impl<I, E> Send for SeqDeserializer<I, E>
where E: Send, I: Send,

ยง

impl<I, E, F> Send for ParserIterator<I, E, F>
where F: Send, I: Send, E: Send,

ยง

impl<I, ElemF> Send for rustmax::itertools::IntersperseWith<I, ElemF>
where ElemF: Send, I: Send, <I as Iterator>::Item: Send,

ยง

impl<I, F> Send for Batching<I, F>
where F: Send, I: Send,

ยง

impl<I, F> Send for FilterMapOk<I, F>
where I: Send, F: Send,

ยง

impl<I, F> Send for FilterOk<I, F>
where I: Send, F: Send,

ยง

impl<I, F> Send for KMergeBy<I, F>
where F: Send, <I as Iterator>::Item: Send, I: Send,

ยง

impl<I, F> Send for PadUsing<I, F>
where F: Send, I: Send,

ยง

impl<I, F> Send for rustmax::itertools::Positions<I, F>
where F: Send, I: Send,

ยง

impl<I, F> Send for TakeWhileInclusive<I, F>
where I: Send, F: Send,

ยง

impl<I, F> Send for rustmax::itertools::Update<I, F>
where I: Send, F: Send,

ยง

impl<I, F> Send for rustmax::rayon::iter::FlatMap<I, F>
where F: Send,

ยง

impl<I, F> Send for FlatMapIter<I, F>
where F: Send,

ยง

impl<I, F> Send for rustmax::rayon::iter::Inspect<I, F>
where F: Send,

ยง

impl<I, F> Send for rustmax::rayon::iter::Map<I, F>
where F: Send,

ยง

impl<I, F> Send for rustmax::rayon::iter::Update<I, F>
where F: Send,

ยง

impl<I, F> Send for rustmax::std::iter::FilterMap<I, F>
where I: Send, F: Send,

ยง

impl<I, F> Send for rustmax::std::iter::Inspect<I, F>
where I: Send, F: Send,

ยง

impl<I, F> Send for rustmax::std::iter::Map<I, F>
where I: Send, F: Send,

ยง

impl<I, F, const N: usize> Send for MapWindows<I, F, N>
where F: Send, I: Send, <I as Iterator>::Item: Send,

ยง

impl<I, G> Send for rustmax::std::iter::IntersperseWith<I, G>
where G: Send, <I as Iterator>::Item: Send, I: Send,

ยง

impl<I, ID, F> Send for rustmax::rayon::iter::Fold<I, ID, F>
where I: Send, ID: Send, F: Send,

ยง

impl<I, ID, F> Send for FoldChunks<I, ID, F>
where F: Send, ID: Send,

ยง

impl<I, INIT, F> Send for MapInit<I, INIT, F>
where INIT: Send, F: Send,

ยง

impl<I, J> Send for Diff<I, J>
where I: Send, J: Send, <I as Iterator>::Item: Send, <J as Iterator>::Item: Send,

ยง

impl<I, J> Send for rustmax::itertools::Interleave<I, J>
where I: Send, J: Send,

ยง

impl<I, J> Send for rustmax::itertools::InterleaveShortest<I, J>
where I: Send, J: Send,

ยง

impl<I, J> Send for Product<I, J>
where I: Send, J: Send, <I as Iterator>::Item: Send,

ยง

impl<I, J> Send for rustmax::itertools::ZipEq<I, J>
where I: Send, J: Send,

ยง

impl<I, J> Send for rustmax::rayon::iter::Interleave<I, J>

ยง

impl<I, J> Send for rustmax::rayon::iter::InterleaveShortest<I, J>

ยง

impl<I, J, F> Send for MergeBy<I, J, F>
where F: Send, <I as Iterator>::Item: Send, <J as Iterator>::Item: Send, I: Send, J: Send,

ยง

impl<I, O> Send for Client<I, O>

ยง

impl<I, P> Send for rustmax::rayon::iter::Filter<I, P>
where P: Send,

ยง

impl<I, P> Send for rustmax::rayon::iter::FilterMap<I, P>
where P: Send,

ยง

impl<I, P> Send for rustmax::rayon::iter::Positions<I, P>
where P: Send,

ยง

impl<I, P> Send for SkipAnyWhile<I, P>
where P: Send,

ยง

impl<I, P> Send for TakeAnyWhile<I, P>
where P: Send,

ยง

impl<I, P> Send for rustmax::std::iter::Filter<I, P>
where I: Send, P: Send,

ยง

impl<I, P> Send for MapWhile<I, P>
where I: Send, P: Send,

ยง

impl<I, P> Send for rustmax::std::iter::SkipWhile<I, P>
where I: Send, P: Send,

ยง

impl<I, P> Send for rustmax::std::iter::TakeWhile<I, P>
where I: Send, P: Send,

ยง

impl<I, P> Send for FilterEntry<I, P>
where I: Send, P: Send,

ยง

impl<I, St, F> Send for rustmax::std::iter::Scan<I, St, F>
where I: Send, F: Send, St: Send,

ยง

impl<I, T> Send for CircularTupleWindows<I, T>
where I: Send, T: Send,

ยง

impl<I, T> Send for TupleCombinations<I, T>
where <T as HasCombination<I>>::Combination: Send, I: Send,

ยง

impl<I, T> Send for TupleWindows<I, T>
where I: Send, T: Send,

ยง

impl<I, T> Send for Tuples<I, T>
where <T as TupleCollect>::Buffer: Send, I: Send,

ยง

impl<I, T, E> Send for FlattenOk<I, T, E>
where I: Send, <T as IntoIterator>::IntoIter: Send,

ยง

impl<I, T, F> Send for MapWith<I, T, F>
where T: Send, F: Send,

ยง

impl<I, U, F> Send for FoldChunksWith<I, U, F>
where U: Send, F: Send,

ยง

impl<I, U, F> Send for FoldWith<I, U, F>
where I: Send, U: Send, F: Send,

ยง

impl<I, U, F> Send for TryFoldWith<I, U, F>
where I: Send, <U as Try>::Output: Send, F: Send,

ยง

impl<I, U, F> Send for rustmax::std::iter::FlatMap<I, U, F>
where <U as IntoIterator>::IntoIter: Send, I: Send, F: Send,

ยง

impl<I, U, ID, F> Send for rustmax::rayon::iter::TryFold<I, U, ID, F>
where I: Send, ID: Send, F: Send, U: Send,

ยง

impl<I, V, F> Send for UniqueBy<I, V, F>
where I: Send, F: Send, V: Send,

ยง

impl<I, const N: usize> Send for rustmax::std::iter::ArrayChunks<I, N>
where I: Send, <I as Iterator>::Item: Send,

ยง

impl<IU, B> Send for InvertedUInt<IU, B>
where IU: Send, B: Send,

ยง

impl<Idx> Send for rustmax::core::range::Range<Idx>
where Idx: Send,

ยง

impl<Idx> Send for rustmax::core::range::RangeFrom<Idx>
where Idx: Send,

ยง

impl<Idx> Send for rustmax::core::range::RangeInclusive<Idx>
where Idx: Send,

ยง

impl<Idx> Send for rustmax::std::ops::Range<Idx>
where Idx: Send,

ยง

impl<Idx> Send for rustmax::std::ops::RangeFrom<Idx>
where Idx: Send,

ยง

impl<Idx> Send for rustmax::std::ops::RangeInclusive<Idx>
where Idx: Send,

ยง

impl<Idx> Send for RangeTo<Idx>
where Idx: Send,

ยง

impl<Idx> Send for RangeToInclusive<Idx>
where Idx: Send,

ยง

impl<In, T, U, E> Send for BoxCloneServiceLayer<In, T, U, E>

ยง

impl<In, T, U, E> Send for BoxCloneSyncServiceLayer<In, T, U, E>

ยง

impl<In, T, U, E> Send for BoxLayer<In, T, U, E>

ยง

impl<Inner, Outer> Send for rustmax::tower::layer::util::Stack<Inner, Outer>
where Inner: Send, Outer: Send,

ยง

impl<Iter> Send for IterBridge<Iter>
where Iter: Send,

ยง

impl<K> Send for rustmax::std::collections::hash_set::IntoIter<K>
where K: Send,

ยง

impl<K> Send for Failed<K>
where K: Send,

ยง

impl<K, I, F> Send for rustmax::itertools::ChunkBy<K, I, F>
where F: Send, I: Send, K: Send, <I as Iterator>::Item: Send,

ยง

impl<K, S, Req> Send for ReadyCache<K, S, Req>
where K: Send, S: Send, Req: Send,

ยง

impl<K, V> Send for Change<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for BTreeMapStrategy<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for BTreeMapValueTree<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for HashMapStrategy<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for HashMapValueTree<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for rustmax::rayon::collections::btree_map::IntoIter<K, V>

ยง

impl<K, V> Send for rustmax::rayon::collections::hash_map::IntoIter<K, V>

ยง

impl<K, V> Send for rustmax::std::collections::hash_map::IntoIter<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for rustmax::std::collections::hash_map::IntoKeys<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for rustmax::std::collections::hash_map::IntoValues<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for rustmax::tera::Map<K, V>
where K: Send, V: Send,

ยง

impl<K, V> Send for rustmax::toml::map::Map<K, V>
where K: Send, V: Send,

ยง

impl<K, V, A> Send for BTreeMap<K, V, A>
where A: Send, K: Send, V: Send,

ยง

impl<K, V, A> Send for rustmax::std::collections::btree_map::IntoIter<K, V, A>
where A: Send, K: Send, V: Send,

ยง

impl<K, V, A> Send for rustmax::std::collections::btree_map::IntoKeys<K, V, A>
where A: Send, K: Send, V: Send,

ยง

impl<K, V, A> Send for rustmax::std::collections::btree_map::IntoValues<K, V, A>
where A: Send, K: Send, V: Send,

ยง

impl<K, V, S> Send for AHashMap<K, V, S>
where S: Send, K: Send, V: Send,

ยง

impl<K, V, S> Send for HashMap<K, V, S>
where S: Send, K: Send, V: Send,

ยง

impl<L> Send for ServiceBuilder<L>
where L: Send,

ยง

impl<L, F> Send for TapIo<L, F>
where L: Send, F: Send,

ยง

impl<L, H, T, S> Send for Layered<L, H, T, S>
where L: Send, H: Send,

ยง

impl<L, M, S> Send for Serve<L, M, S>
where L: Send, M: Send, S: Send,

ยง

impl<L, M, S, F> Send for WithGracefulShutdown<L, M, S, F>
where L: Send, M: Send, F: Send, S: Send,

ยง

impl<L, R> Send for rustmax::rayon::iter::Either<L, R>
where L: Send, R: Send,

ยง

impl<M, EM, S> Send for OutputM<M, EM, S>
where M: Send, EM: Send, S: Send,

ยง

impl<M, Request> Send for IntoService<M, Request>
where M: Send, Request: Send,

ยง

impl<M, Target> Send for Reconnect<M, Target>
where M: Send, Target: Send, <M as Service<Target>>::Future: Send, <M as Service<Target>>::Response: Send, <M as Service<Target>>::Error: Send,

ยง

impl<O, E> Send for Fail<O, E>
where O: Send, E: Send,

ยง

impl<O, E> Send for Success<O, E>
where O: Send, E: Send,

ยง

impl<Ok, Error> Send for Impossible<Ok, Error>
where Ok: Send, Error: Send,

ยง

impl<P> Send for RetryLayer<P>
where P: Send,

ยง

impl<P> Send for CrossThread<P>
where P: Send,

ยง

impl<P> Send for MaybeCrossThread<P>
where P: Send,

ยง

impl<P, F> Send for MapValueParser<P, F>
where P: Send, F: Send,

ยง

impl<P, F> Send for TryMapValueParser<P, F>
where P: Send, F: Send,

ยง

impl<P, S> Send for Retry<P, S>
where P: Send, S: Send,

ยง

impl<P, S, Request> Send for AsyncResponseFuture<P, S, Request>
where S: Send, <P as AsyncPredicate<Request>>::Future: Send, <S as Service<<P as AsyncPredicate<Request>>::Request>>::Future: Send,

ยง

impl<P, S, Request> Send for rustmax::tower::retry::future::ResponseFuture<P, S, Request>
where Request: Send, P: Send, S: Send, <S as Service<Request>>::Future: Send, <P as Policy<Request, <S as Service<Request>>::Response, <S as Service<Request>>::Error>>::Future: Send,

ยง

impl<Ptr> Send for Pin<Ptr>
where Ptr: Send,

ยง

impl<R> Send for rustmax::futures::io::BufReader<R>
where R: Send,

ยง

impl<R> Send for rustmax::futures::io::Lines<R>
where R: Send,

ยง

impl<R> Send for rustmax::futures::io::Take<R>
where R: Send,

ยง

impl<R> Send for BlockRng64<R>
where <R as BlockRngCore>::Results: Send, R: Send + ?Sized,

ยง

impl<R> Send for BlockRng<R>
where <R as BlockRngCore>::Results: Send, R: Send,

ยง

impl<R> Send for UnwrapErr<R>
where R: Send,

ยง

impl<R> Send for IoRead<R>
where R: Send,

ยง

impl<R> Send for rustmax::serde_json::Deserializer<R>
where R: Send,

ยง

impl<R> Send for rustmax::std::io::BufReader<R>
where R: Send + ?Sized,

ยง

impl<R> Send for rustmax::std::io::Bytes<R>
where R: Send,

ยง

impl<R> Send for rustmax::tokio::io::BufReader<R>
where R: Send,

ยง

impl<R> Send for rustmax::tokio::io::Lines<R>
where R: Send,

ยง

impl<R> Send for rustmax::tokio::io::Split<R>
where R: Send,

ยง

impl<R> Send for rustmax::tokio::io::Take<R>
where R: Send,

ยง

impl<R> Send for ExponentialBackoff<R>
where R: Send,

ยง

impl<R> Send for ExponentialBackoffMaker<R>
where R: Send,

ยง

impl<R, F> Send for rustmax::tower::filter::future::ResponseFuture<R, F>
where R: Send, F: Send,

ยง

impl<R, Rsdr> Send for ReseedingRng<R, Rsdr>
where <R as BlockRngCore>::Results: Send, R: Send, Rsdr: Send,

ยง

impl<R, W> Send for rustmax::tokio::io::Join<R, W>
where R: Send, W: Send,

ยง

impl<RW> Send for BufStream<RW>
where RW: Send,

ยง

impl<Req, F> Send for rustmax::tower::buffer::Buffer<Req, F>
where Req: Send, F: Send,

ยง

impl<Request> Send for BufferLayer<Request>

ยง

impl<S = DefaultSpawn> !Send for ThreadPoolBuilder<S>

ยง

impl<S> Send for Host<S>
where S: Send,

ยง

impl<S> Send for State<S>
where S: Send,

ยง

impl<S> Send for LayeredFuture<S>
where S: Send, <S as Service<Request<Body>>>::Future: Send,

ยง

impl<S> Send for Sse<S>
where S: Send,

ยง

impl<S> Send for IntoMakeServiceFuture<S>
where S: Send,

ยง

impl<S> Send for IntoMakeService<S>
where S: Send,

ยง

impl<S> Send for Router<S>

ยง

impl<S> Send for BlockingStream<S>
where S: Send,

ยง

impl<S> Send for rustmax::futures::prelude::stream::PollImmediate<S>
where S: Send,

ยง

impl<S> Send for SplitStream<S>
where S: Send,

ยง

impl<S> Send for rustmax::proptest::strategy::Flatten<S>
where S: Send,

ยง

impl<S> Send for FlattenValueTree<S>
where S: Send, <<S as ValueTree>::Value as Strategy>::Tree: Send,

ยง

impl<S> Send for IndFlatten<S>
where S: Send,

ยง

impl<S> Send for LazyValueTree<S>
where <S as Strategy>::Tree: Send, S: Sync + Send,

ยง

impl<S> Send for Shuffle<S>
where S: Send,

ยง

impl<S> Send for LoadShed<S>
where S: Send,

ยง

impl<S> Send for SharedFuture<S>
where S: Send,

ยง

impl<S> Send for rustmax::tower::make::Shared<S>
where S: Send,

ยง

impl<S> Send for SpawnReady<S>
where S: Send,

ยง

impl<S, B> Send for WalkTree<S, B>
where S: Send, B: Send,

ยง

impl<S, B> Send for WalkTreePostfix<S, B>
where S: Send, B: Send,

ยง

impl<S, B> Send for WalkTreePrefix<S, B>
where S: Send, B: Send,

ยง

impl<S, C> Send for IntoMakeServiceWithConnectInfo<S, C>
where S: Send,

ยง

impl<S, C> Send for rustmax::axum::extract::connect_info::ResponseFuture<S, C>
where S: Send, C: Send,

ยง

impl<S, C> Send for PeakEwma<S, C>
where S: Send, C: Send,

ยง

impl<S, C> Send for PendingRequests<S, C>
where S: Send, C: Send,

ยง

impl<S, E> Send for MethodRouter<S, E>

ยง

impl<S, F> Send for rustmax::proptest::strategy::statics::Filter<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for rustmax::proptest::strategy::statics::Map<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for rustmax::proptest::strategy::Filter<S, F>
where S: Send, F: Sync + Send,

ยง

impl<S, F> Send for rustmax::proptest::strategy::FilterMap<S, F>
where S: Send, F: Sync + Send,

ยง

impl<S, F> Send for IndFlattenMap<S, F>
where S: Send, F: Sync + Send,

ยง

impl<S, F> Send for rustmax::proptest::strategy::Map<S, F>
where S: Send, F: Sync + Send,

ยง

impl<S, F> Send for Perturb<S, F>
where S: Send, F: Sync + Send,

ยง

impl<S, F> Send for PerturbValueTree<S, F>
where S: Send, F: Sync + Send,

ยง

impl<S, F> Send for rustmax::tower::util::AndThen<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for rustmax::tower::util::MapErr<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for MapFuture<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for rustmax::tower::util::MapRequest<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for rustmax::tower::util::MapResponse<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for MapResult<S, F>
where S: Send, F: Send,

ยง

impl<S, F> Send for rustmax::tower::util::Then<S, F>
where S: Send, F: Send,

ยง

impl<S, F, Req> Send for Steer<S, F, Req>
where F: Send, Req: Send, S: Send,

ยง

impl<S, F, T> Send for HandleError<S, F, T>
where S: Send, F: Send,

ยง

impl<S, Item> Send for SplitSink<S, Item>
where Item: Send, S: Send,

ยง

impl<S, O> Send for rustmax::proptest::strategy::MapInto<S, O>
where S: Send, O: Send,

ยง

impl<S, P> Send for Hedge<S, P>
where P: Send, S: Send,

ยง

impl<S, Req> Send for MakeBalance<S, Req>
where S: Send,

ยง

impl<S, Req> Send for Oneshot<S, Req>
where S: Send, <S as Service<Req>>::Future: Send, Req: Send,

ยง

impl<S, Request> Send for Future<S, Request>
where <S as Service<Request>>::Future: Send,

ยง

impl<S, T> Send for AddExtension<S, T>
where S: Send, T: Send,

ยง

impl<S, T> Send for UniformArrayStrategy<S, T>
where S: Send, T: Send,

ยง

impl<Si1, Si2> Send for Fanout<Si1, Si2>
where Si1: Send, Si2: Send,

ยง

impl<Si, F> Send for SinkMapErr<Si, F>
where Si: Send, F: Send,

ยง

impl<Si, Item> Send for rustmax::futures::prelude::sink::Buffer<Si, Item>
where Si: Send, Item: Send,

ยง

impl<Si, Item, E> Send for SinkErrInto<Si, Item, E>
where Si: Send,

ยง

impl<Si, Item, U, Fut, F> Send for With<Si, Item, U, Fut, F>
where Si: Send, F: Send, Fut: Send,

ยง

impl<Si, Item, U, St, F> Send for WithFlatMap<Si, Item, U, St, F>
where Si: Send, F: Send, St: Send, Item: Send,

ยง

impl<Span> Send for DelimSpan<Span>
where Span: Send,

ยง

impl<Span> Send for Diagnostic<Span>
where Span: Send,

ยง

impl<Span> Send for ExpnGlobals<Span>
where Span: Send,

ยง

impl<Span> Send for Punct<Span>
where Span: Send,

ยง

impl<Span, Symbol> Send for Ident<Span, Symbol>
where Symbol: Send, Span: Send,

ยง

impl<Span, Symbol> Send for Literal<Span, Symbol>
where Symbol: Send, Span: Send,

ยง

impl<St1, St2> Send for rustmax::futures::prelude::stream::Chain<St1, St2>
where St2: Send, St1: Send,

ยง

impl<St1, St2> Send for rustmax::futures::prelude::stream::Select<St1, St2>
where St1: Send, St2: Send,

ยง

impl<St1, St2> Send for rustmax::futures::prelude::stream::Zip<St1, St2>
where St1: Send, St2: Send, <St1 as Stream>::Item: Send, <St2 as Stream>::Item: Send,

ยง

impl<St1, St2, Clos, State> Send for SelectWithStrategy<St1, St2, Clos, State>
where St1: Send, St2: Send, State: Send, Clos: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::select_all::IntoIter<St>
where St: Send,

ยง

impl<St> Send for BufferUnordered<St>
where St: Send, <St as Stream>::Item: Send,

ยง

impl<St> Send for Buffered<St>
where St: Send, <St as Stream>::Item: Send, <<St as Stream>::Item as Future>::Output: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::CatchUnwind<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Chunks<St>
where St: Send, <St as Stream>::Item: Send,

ยง

impl<St> Send for Concat<St>
where St: Send, <St as Stream>::Item: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Count<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Cycle<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Enumerate<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Flatten<St>
where St: Send, <St as Stream>::Item: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Fuse<St>
where St: Send,

ยง

impl<St> Send for IntoAsyncRead<St>
where St: Send, <St as TryStream>::Ok: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::IntoStream<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Peekable<St>
where St: Send, <St as Stream>::Item: Send,

ยง

impl<St> Send for ReadyChunks<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::SelectAll<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Skip<St>
where St: Send,

ยง

impl<St> Send for StreamFuture<St>
where St: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::Take<St>
where St: Send,

ยง

impl<St> Send for TryBufferUnordered<St>
where St: Send, <St as TryStream>::Ok: Send,

ยง

impl<St> Send for TryBuffered<St>
where St: Send, <St as TryStream>::Ok: Send, <<St as TryStream>::Ok as TryFuture>::Ok: Send, <<St as TryStream>::Ok as TryFuture>::Error: Send,

ยง

impl<St> Send for TryChunks<St>
where St: Send, <St as TryStream>::Ok: Send,

ยง

impl<St> Send for TryConcat<St>
where St: Send, <St as TryStream>::Ok: Send,

ยง

impl<St> Send for rustmax::futures::prelude::stream::TryFlatten<St>
where St: Send, <St as TryStream>::Ok: Send,

ยง

impl<St> Send for TryFlattenUnordered<St>
where <<St as TryStream>::Ok as TryStream>::Error: Sized + Send, St: Send, <St as TryStream>::Ok: Send, <<St as TryStream>::Ok as TryStream>::Ok: Send,

ยง

impl<St> Send for TryReadyChunks<St>
where St: Send,

ยง

impl<St, C> Send for Collect<St, C>
where St: Send, C: Send,

ยง

impl<St, C> Send for TryCollect<St, C>
where St: Send, C: Send,

ยง

impl<St, E> Send for rustmax::futures::prelude::stream::ErrInto<St, E>
where St: Send,

ยง

impl<St, F> Send for rustmax::futures::prelude::stream::Inspect<St, F>
where St: Send, F: Send,

ยง

impl<St, F> Send for rustmax::futures::prelude::stream::InspectErr<St, F>
where St: Send, F: Send,

ยง

impl<St, F> Send for rustmax::futures::prelude::stream::InspectOk<St, F>
where St: Send, F: Send,

ยง

impl<St, F> Send for rustmax::futures::prelude::stream::Map<St, F>
where St: Send, F: Send,

ยง

impl<St, F> Send for rustmax::futures::prelude::stream::MapErr<St, F>
where St: Send, F: Send,

ยง

impl<St, F> Send for rustmax::futures::prelude::stream::MapOk<St, F>
where St: Send, F: Send,

ยง

impl<St, F> Send for Iterate<St, F>
where St: Send, F: Send,

ยง

impl<St, F> Send for rustmax::itertools::Unfold<St, F>
where F: Send, St: Send,

ยง

impl<St, FromA, FromB> Send for Unzip<St, FromA, FromB>
where St: Send, FromA: Send, FromB: Send,

ยง

impl<St, Fut> Send for rustmax::futures::prelude::stream::TakeUntil<St, Fut>
where St: Send, Fut: Send, <Fut as Future>::Output: Send,

ยง

impl<St, Fut, F> Send for All<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::AndThen<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::Any<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::Filter<St, Fut, F>
where St: Send, F: Send, Fut: Send, <St as Stream>::Item: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::FilterMap<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for ForEach<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for ForEachConcurrent<St, Fut, F>
where F: Send, St: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::OrElse<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::SkipWhile<St, Fut, F>
where St: Send, F: Send, Fut: Send, <St as Stream>::Item: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::TakeWhile<St, Fut, F>
where St: Send, F: Send, Fut: Send, <St as Stream>::Item: Send,

ยง

impl<St, Fut, F> Send for rustmax::futures::prelude::stream::Then<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for TryAll<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for TryAny<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for TryFilter<St, Fut, F>
where St: Send, F: Send, Fut: Send, <St as TryStream>::Ok: Send,

ยง

impl<St, Fut, F> Send for TryFilterMap<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for TryForEach<St, Fut, F>
where St: Send, F: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for TryForEachConcurrent<St, Fut, F>
where F: Send, St: Send, Fut: Send,

ยง

impl<St, Fut, F> Send for TrySkipWhile<St, Fut, F>
where St: Send, F: Send, Fut: Send, <St as TryStream>::Ok: Send,

ยง

impl<St, Fut, F> Send for TryTakeWhile<St, Fut, F>
where St: Send, F: Send, Fut: Send, <St as TryStream>::Ok: Send,

ยง

impl<St, Fut, T, F> Send for rustmax::futures::prelude::stream::Fold<St, Fut, T, F>
where St: Send, F: Send, T: Send, Fut: Send,

ยง

impl<St, Fut, T, F> Send for rustmax::futures::prelude::stream::TryFold<St, Fut, T, F>
where St: Send, F: Send, T: Send, Fut: Send,

ยง

impl<St, S, Fut, F> Send for rustmax::futures::prelude::stream::Scan<St, S, Fut, F>
where St: Send, Fut: Send, S: Send, F: Send,

ยง

impl<St, Si> Send for Forward<St, Si>
where Si: Send, St: Send, <St as TryStream>::Ok: Send,

ยง

impl<St, U, F> Send for rustmax::futures::prelude::stream::FlatMap<St, U, F>
where St: Send, F: Send, U: Send,

ยง

impl<St, U, F> Send for FlatMapUnordered<St, U, F>
where St: Send, F: Send, U: Send,

ยง

impl<Svc, S> Send for CallAll<Svc, S>
where S: Send, Svc: Send, <S as Stream>::Item: Send, <Svc as Service<<S as Stream>::Item>>::Future: Send, <Svc as Service<<S as Stream>::Item>>::Response: Send, <Svc as Service<<S as Stream>::Item>>::Error: Send,

ยง

impl<Svc, S> Send for CallAllUnordered<Svc, S>
where S: Send, Svc: Send, <Svc as Service<<S as Stream>::Item>>::Future: Send, <S as Stream>::Item: Send,

ยง

impl<T> !Send for BoxedStrategy<T>

ยง

impl<T> !Send for RegexGeneratorValueTree<T>

ยง

impl<T> Send for LocalResult<T>
where T: Send,

ยง

impl<T> Send for Resettable<T>
where T: Send,

ยง

impl<T> Send for rustmax::crossbeam::channel::SendTimeoutError<T>
where T: Send,

ยง

impl<T> Send for rustmax::crossbeam::channel::TrySendError<T>
where T: Send,

ยง

impl<T> Send for Steal<T>
where T: Send,

ยง

impl<T> Send for FoldWhile<T>
where T: Send,

ยง

impl<T> Send for MinMaxResult<T>
where T: Send,

ยง

impl<T> Send for TestError<T>
where T: Send,

ยง

impl<T> Send for Bound<T>
where T: Send,

ยง

impl<T> Send for Option<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::sync::TryLockError<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::sync::mpmc::SendTimeoutError<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::sync::mpsc::TrySendError<T>
where T: Send,

ยง

impl<T> Send for Poll<T>
where T: Send,

ยง

impl<T> Send for SetError<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::mpsc::error::SendTimeoutError<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::mpsc::error::TrySendError<T>
where T: Send,

ยง

impl<T> Send for MockConnectInfo<T>
where T: Send,

ยง

impl<T> Send for ConnectInfo<T>
where T: Send,

ยง

impl<T> Send for rustmax::axum::extract::Path<T>
where T: Send,

ยง

impl<T> Send for Query<T>
where T: Send,

ยง

impl<T> Send for Html<T>
where T: Send,

ยง

impl<T> Send for Extension<T>
where T: Send,

ยง

impl<T> Send for Form<T>
where T: Send,

ยง

impl<T> Send for Json<T>
where T: Send,

ยง

impl<T> Send for rustmax::bytes::buf::IntoIter<T>
where T: Send,

ยง

impl<T> Send for Limit<T>
where T: Send,

ยง

impl<T> Send for rustmax::bytes::buf::Take<T>
where T: Send,

ยง

impl<T> Send for RangedI64ValueParser<T>

ยง

impl<T> Send for RangedU64ValueParser<T>
where T: Send,

ยง

impl<T> Send for rustmax::clap::parser::Values<T>

ยง

impl<T> Send for rustmax::crossbeam::channel::IntoIter<T>
where T: Send,

ยง

impl<T> Send for rustmax::crossbeam::channel::SendError<T>
where T: Send,

ยง

impl<T> Send for Owned<T>
where T: Send + ?Sized,

ยง

impl<T> Send for CxxVector<T>
where T: Send,

ยง

impl<T> Send for TryFromReprError<T>
where T: Send,

ยง

impl<T> Send for TryIntoError<T>
where T: Send,

ยง

impl<T> Send for TryUnwrapError<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::channel::mpsc::Receiver<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::channel::mpsc::Sender<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::channel::mpsc::TrySendError<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::channel::mpsc::UnboundedReceiver<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::channel::mpsc::UnboundedSender<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::channel::oneshot::Receiver<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::channel::oneshot::Sender<T>
where T: Send,

ยง

impl<T> Send for AllowStdIo<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::io::Cursor<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::io::ReadHalf<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::io::ReuniteError<T>
where T: Send,

ยง

impl<T> Send for Window<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::io::WriteHalf<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::prelude::future::Pending<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::prelude::future::PollImmediate<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::prelude::future::Ready<T>
where T: Send,

ยง

impl<T> Send for RemoteHandle<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::prelude::sink::Drain<T>
where T: Send,

ยง

impl<T> Send for Abortable<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::prelude::stream::Empty<T>
where T: Send,

ยง

impl<T> Send for FuturesOrdered<T>
where T: Send, <T as Future>::Output: Send,

ยง

impl<T> Send for rustmax::futures::prelude::stream::Pending<T>
where T: Send,

ยง

impl<T> Send for rustmax::futures::prelude::stream::Repeat<T>
where T: Send,

ยง

impl<T> Send for rustmax::hyper::body::Frame<T>
where T: Send,

ยง

impl<T> Send for rustmax::hyper::client::conn::http1::Parts<T>
where T: Send,

ยง

impl<T> Send for rustmax::hyper::client::conn::TrySendError<T>
where T: Send,

ยง

impl<T> Send for Port<T>
where T: Send,

ยง

impl<T> Send for rustmax::hyper::Request<T>
where T: Send,

ยง

impl<T> Send for rustmax::hyper::Response<T>
where T: Send,

ยง

impl<T> Send for rustmax::hyper::upgrade::Parts<T>
where T: Send,

ยง

impl<T> Send for TupleBuffer<T>
where <T as TupleCollect>::Buffer: Send,

ยง

impl<T> Send for rustmax::itertools::Zip<T>
where T: Send,

ยง

impl<T> Send for Choice<T>
where T: Send,

ยง

impl<T> Send for TryFromBigIntError<T>
where T: Send,

ยง

impl<T> Send for ArrayValueTree<T>
where T: Send,

ยง

impl<T> Send for BitSetStrategy<T>
where T: Send,

ยง

impl<T> Send for BitSetValueTree<T>
where T: Send,

ยง

impl<T> Send for SampledBitSetStrategy<T>
where T: Send,

ยง

impl<T> Send for BTreeSetStrategy<T>
where T: Send,

ยง

impl<T> Send for BTreeSetValueTree<T>
where T: Send,

ยง

impl<T> Send for BinaryHeapStrategy<T>
where T: Send,

ยง

impl<T> Send for BinaryHeapValueTree<T>
where T: Send,

ยง

impl<T> Send for HashSetStrategy<T>
where T: Send,

ยง

impl<T> Send for HashSetValueTree<T>
where T: Send,

ยง

impl<T> Send for LinkedListStrategy<T>
where T: Send,

ยง

impl<T> Send for LinkedListValueTree<T>
where T: Send,

ยง

impl<T> Send for VecDequeStrategy<T>
where T: Send,

ยง

impl<T> Send for VecDequeValueTree<T>
where T: Send,

ยง

impl<T> Send for VecStrategy<T>
where T: Send,

ยง

impl<T> Send for VecValueTree<T>
where T: Send,

ยง

impl<T> Send for OptionStrategy<T>
where T: Sync + Send, <T as Strategy>::Value: Sync + Send,

ยง

impl<T> Send for OptionValueTree<T>
where <T as Strategy>::Value: Send + Sync, <T as Strategy>::Tree: Send, T: Sync + Send,

ยง

impl<T> Send for Just<T>
where T: Send,

ยง

impl<T> Send for SBoxedStrategy<T>

ยง

impl<T> Send for rustmax::proptest::sample::Select<T>
where T: Sync + Send,

ยง

impl<T> Send for SelectValueTree<T>
where T: Sync + Send,

ยง

impl<T> Send for Subsequence<T>
where T: Sync + Send,

ยง

impl<T> Send for SubsequenceValueTree<T>
where T: Sync + Send,

ยง

impl<T> Send for rustmax::proptest::strategy::Fuse<T>
where T: Send,

ยง

impl<T> Send for NoShrink<T>
where T: Send,

ยง

impl<T> Send for TupleUnion<T>
where T: Send,

ยง

impl<T> Send for TupleUnionValueTree<T>
where T: Send,

ยง

impl<T> Send for rustmax::proptest::strategy::Union<T>
where T: Sync + Send,

ยง

impl<T> Send for UnionValueTree<T>
where <T as Strategy>::Tree: Send, T: Sync + Send,

ยง

impl<T> Send for RegexGeneratorStrategy<T>

ยง

impl<T> Send for TupleValueTree<T>
where T: Send,

ยง

impl<T> Send for rustmax::rayon::collections::binary_heap::IntoIter<T>

ยง

impl<T> Send for rustmax::rayon::collections::btree_set::IntoIter<T>

ยง

impl<T> Send for rustmax::rayon::collections::hash_set::IntoIter<T>

ยง

impl<T> Send for rustmax::rayon::collections::linked_list::IntoIter<T>

ยง

impl<T> Send for rustmax::rayon::collections::vec_deque::IntoIter<T>

ยง

impl<T> Send for rustmax::rayon::iter::Empty<T>

ยง

impl<T> Send for MultiZip<T>
where T: Send,

ยง

impl<T> Send for rustmax::rayon::iter::Once<T>

ยง

impl<T> Send for rustmax::rayon::iter::Repeat<T>

ยง

impl<T> Send for rustmax::rayon::iter::RepeatN<T>

ยง

impl<T> Send for rustmax::rayon::option::IntoIter<T>

ยง

impl<T> Send for rustmax::rayon::range::Iter<T>
where T: Send,

ยง

impl<T> Send for rustmax::rayon::range_inclusive::Iter<T>
where T: Send,

ยง

impl<T> Send for rustmax::rayon::result::IntoIter<T>

ยง

impl<T> Send for rustmax::rayon::vec::IntoIter<T>

ยง

impl<T> Send for HeaderMap<T>
where T: Send,

ยง

impl<T> Send for rustmax::reqwest::header::IntoIter<T>
where T: Send,

ยง

impl<T> Send for CoreWrapper<T>
where T: Send, <T as BufferKindUser>::BufferKind: Send,

ยง

impl<T> Send for RtVariableCoreWrapper<T>
where T: Send, <T as BufferKindUser>::BufferKind: Send,

ยง

impl<T> Send for XofReaderCoreWrapper<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::cell::OnceCell<T>
where T: Send,

ยง

impl<T> Send for SyncUnsafeCell<T>
where T: Send + ?Sized,

ยง

impl<T> Send for UnsafeCell<T>
where T: Send + ?Sized,

ยง

impl<T> Send for Reverse<T>
where T: Send,

ยง

impl<T> Send for AsyncDropInPlace<T>
where <T as AsyncDestruct>::AsyncDestructor: Send, T: ?Sized,

ยง

impl<T> Send for rustmax::std::future::Pending<T>

ยง

impl<T> Send for rustmax::std::future::Ready<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::io::Cursor<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::io::Take<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::iter::Empty<T>

ยง

impl<T> Send for rustmax::std::iter::Once<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::iter::Rev<T>
where T: Send,

ยง

impl<T> Send for PhantomData<T>
where T: Send + ?Sized,

ยง

impl<T> Send for Discriminant<T>

ยง

impl<T> Send for ManuallyDrop<T>
where T: Send + ?Sized,

ยง

impl<T> Send for Saturating<T>
where T: Send,

ยง

impl<T> Send for Wrapping<T>
where T: Send,

ยง

impl<T> Send for Yeet<T>
where T: Send,

ยง

impl<T> Send for AssertUnwindSafe<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::result::IntoIter<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::sync::mpmc::IntoIter<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::sync::mpsc::IntoIter<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::sync::mpsc::SendError<T>
where T: Send,

ยง

impl<T> Send for Exclusive<T>
where T: Send + ?Sized,

ยง

impl<T> Send for PoisonError<T>
where T: Send,

ยง

impl<T> Send for rustmax::std::thread::LocalKey<T>

ยง

impl<T> Send for rustmax::syn::punctuated::IntoIter<T>
where T: Send,

ยง

impl<T> Send for AsyncFd<T>
where T: Send,

ยง

impl<T> Send for AsyncFdTryNewError<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::broadcast::error::SendError<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::mpsc::error::SendError<T>
where T: Send,

ยง

impl<T> Send for OwnedPermit<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::mpsc::Receiver<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::mpsc::Sender<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::mpsc::UnboundedReceiver<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::mpsc::UnboundedSender<T>
where T: Send,

ยง

impl<T> Send for WeakSender<T>
where T: Send,

ยง

impl<T> Send for WeakUnboundedSender<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::oneshot::Receiver<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::oneshot::Sender<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::OwnedMutexGuard<T>
where T: Send + ?Sized,

ยง

impl<T> Send for rustmax::tokio::sync::watch::error::SendError<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::sync::watch::Receiver<T>
where T: Send + Sync,

ยง

impl<T> Send for rustmax::tokio::sync::watch::Sender<T>
where T: Send + Sync,

ยง

impl<T> Send for JoinSet<T>
where T: Send,

ยง

impl<T> Send for rustmax::tokio::task::LocalKey<T>

ยง

impl<T> Send for rustmax::tokio::time::Timeout<T>
where T: Send,

ยง

impl<T> Send for Spanned<T>
where T: Send,

ยง

impl<T> Send for rustmax::tower::buffer::future::ResponseFuture<T>
where T: Send,

ยง

impl<T> Send for ServiceList<T>
where <T as IntoIterator>::IntoIter: Send,

ยง

impl<T> Send for rustmax::tower::limit::concurrency::future::ResponseFuture<T>
where T: Send,

ยง

impl<T> Send for ConcurrencyLimit<T>
where T: Send,

ยง

impl<T> Send for RateLimit<T>
where T: Send,

ยง

impl<T> Send for rustmax::tower::timeout::future::ResponseFuture<T>
where T: Send,

ยง

impl<T> Send for rustmax::tower::timeout::Timeout<T>
where T: Send,

ยง

impl<T> Send for rustmax::tower::util::future::optional::ResponseFuture<T>
where T: Send,

ยง

impl<T> Send for Optional<T>
where T: Send,

ยง

impl<T> Send for ServiceFn<T>
where T: Send,

ยง

impl<T> Send for MaybeUninit<T>
where T: Send,

ยง

impl<T> Send for Storage<T>
where T: Send,

ยง

impl<T> Send for Wrapper<T>
where T: Send,

ยง

impl<T, A = Global> !Send for UniqueRc<T, A>

ยง

impl<T, A> Send for rustmax::std::boxed::Box<T, A>
where A: Send, T: Send + ?Sized,

ยง

impl<T, A> Send for BinaryHeap<T, A>
where A: Send, T: Send,

ยง

impl<T, A> Send for rustmax::std::collections::binary_heap::IntoIter<T, A>
where T: Send, A: Send,

ยง

impl<T, A> Send for IntoIterSorted<T, A>
where A: Send, T: Send,

ยง

impl<T, A> Send for BTreeSet<T, A>
where A: Send, T: Send,

ยง

impl<T, A> Send for rustmax::std::collections::btree_set::IntoIter<T, A>
where A: Send, T: Send,

ยง

impl<T, A> Send for rustmax::std::collections::linked_list::IntoIter<T, A>
where T: Send, A: Send,

ยง

impl<T, A> Send for rustmax::std::collections::vec_deque::IntoIter<T, A>
where A: Send, T: Send,

ยง

impl<T, A> Send for VecDeque<T, A>
where A: Send, T: Send,

ยง

impl<T, A> Send for Vec<T, A>
where A: Send, T: Send,

ยง

impl<T, B> Send for rustmax::hyper::client::conn::http1::Connection<T, B>
where T: Send, B: Send, <B as Body>::Data: Send,

ยง

impl<T, B, E> Send for rustmax::hyper::client::conn::http2::Connection<T, B, E>
where <B as Body>::Error: Sized, T: Send, E: Send, B: Send, <B as Body>::Data: Send,

ยง

impl<T, D> Send for Storage<T, D>
where T: Send, D: Send,

ยง

impl<T, E> Send for Result<T, E>
where T: Send, E: Send,

ยง

impl<T, E> Send for TryChunksError<T, E>
where E: Send, T: Send,

ยง

impl<T, E> Send for TryReadyChunksError<T, E>
where E: Send, T: Send,

ยง

impl<T, E> Send for Tag<T, E>
where T: Send, E: Send,

ยง

impl<T, E> Send for TagNoCase<T, E>
where T: Send, E: Send,

ยง

impl<T, E> Send for TakeUntil1<T, E>
where T: Send, E: Send,

ยง

impl<T, E> Send for rustmax::nom::bytes::TakeUntil<T, E>
where T: Send, E: Send,

ยง

impl<T, E> Send for MaybeErr<T, E>
where T: Sync + Send, E: Sync + Send, <T as Strategy>::Value: Sync + Send, <E as Strategy>::Value: Sync + Send,

ยง

impl<T, E> Send for MaybeErrValueTree<T, E>
where <T as Strategy>::Tree: Send, T: Sync + Send, <E as Strategy>::Tree: Send, <T as Strategy>::Value: Send + Sync, <E as Strategy>::Value: Send + Sync, E: Sync + Send,

ยง

impl<T, E> Send for MaybeOk<T, E>
where E: Sync + Send, T: Sync + Send, <T as Strategy>::Value: Sync + Send, <E as Strategy>::Value: Sync + Send,

ยง

impl<T, E> Send for MaybeOkValueTree<T, E>
where <E as Strategy>::Tree: Send, E: Sync + Send, <T as Strategy>::Tree: Send, <T as Strategy>::Value: Send + Sync, <E as Strategy>::Value: Send + Sync, T: Sync + Send,

ยง

impl<T, E, S> Send for FromExtractor<T, E, S>
where T: Send, S: Send,

ยง

impl<T, Error> Send for Permutation<T, Error>
where T: Send, Error: Send,

ยง

impl<T, F> !Send for Recursive<T, F>

ยง

impl<T, F> Send for AlwaysReady<T, F>
where F: Send,

ยง

impl<T, F> Send for LazyJust<T, F>
where F: Send,

ยง

impl<T, F> Send for LazyCell<T, F>
where F: Send, T: Send,

ยง

impl<T, F> Send for Successors<T, F>
where F: Send, T: Send,

ยง

impl<T, F> Send for LazyLock<T, F>
where T: Send, F: Send,

ยง

impl<T, F> Send for TaskLocalFuture<T, F>
where T: Send, F: Send,

ยง

impl<T, F, Fut> Send for TryUnfold<T, F, Fut>
where F: Send, T: Send, Fut: Send,

ยง

impl<T, F, Fut> Send for rustmax::futures::prelude::stream::Unfold<T, F, Fut>
where F: Send, T: Send, Fut: Send,

ยง

impl<T, F, R> Send for rustmax::futures::prelude::sink::Unfold<T, F, R>
where F: Send, T: Send, R: Send,

ยง

impl<T, Item> Send for rustmax::futures::prelude::stream::ReuniteError<T, Item>
where Item: Send, T: Send,

ยง

impl<T, M> Send for Constant<T, M>
where T: Send, M: Send,

ยง

impl<T, N> Send for GenericArrayIter<T, N>
where T: Send,

ยง

impl<T, OutSize, O> Send for CtVariableCoreWrapper<T, OutSize, O>
where T: Send, OutSize: Send, O: Send,

ยง

impl<T, P> Send for rustmax::syn::punctuated::Pair<T, P>
where T: Send, P: Send,

ยง

impl<T, P> Send for IntoPairs<T, P>
where T: Send, P: Send,

ยง

impl<T, P> Send for Punctuated<T, P>
where T: Send, P: Send,

ยง

impl<T, Request> Send for ReadyOneshot<T, Request>
where T: Send,

ยง

impl<T, S> Send for AHashSet<T, S>
where S: Send, T: Send,

ยง

impl<T, S> Send for rustmax::hyper::server::conn::http1::Connection<T, S>

ยง

impl<T, S> Send for rustmax::hyper::server::conn::http1::Parts<T, S>
where T: Send, S: Send,

ยง

impl<T, S> Send for UpgradeableConnection<T, S>

ยง

impl<T, S> Send for HashSet<T, S>
where S: Send, T: Send,

ยง

impl<T, S, E> Send for rustmax::hyper::server::conn::http2::Connection<T, S, E>
where E: Send, S: Send, T: Send, <<S as HttpService<Incoming>>::ResBody as Body>::Data: Send,

ยง

impl<T, U> Send for rustmax::bytes::buf::Chain<T, U>
where T: Send, U: Send,

ยง

impl<T, U> Send for rustmax::futures::io::Chain<T, U>
where T: Send, U: Send,

ยง

impl<T, U> Send for ZipLongest<T, U>
where T: Send, U: Send,

ยง

impl<T, U> Send for rustmax::std::io::Chain<T, U>
where T: Send, U: Send,

ยง

impl<T, U> Send for AsyncFilter<T, U>
where T: Send, U: Send,

ยง

impl<T, U> Send for rustmax::tower::filter::Filter<T, U>
where T: Send, U: Send,

ยง

impl<T, U, E> !Send for UnsyncBoxService<T, U, E>

ยง

impl<T, U, E> Send for BoxCloneService<T, U, E>

ยง

impl<T, U, E> Send for BoxCloneSyncService<T, U, E>

ยง

impl<T, U, E> Send for BoxService<T, U, E>

ยง

impl<T, const N: usize> Send for rustmax::rayon::array::IntoIter<T, N>

ยง

impl<T, const N: usize> Send for rustmax::std::array::IntoIter<T, N>
where T: Send,

ยง

impl<T, const N: usize> Send for Mask<T, N>
where T: Send,

ยง

impl<T, const N: usize> Send for Simd<T, N>
where T: Send,

ยง

impl<TokenStream, Span> Send for Group<TokenStream, Span>
where TokenStream: Send, Span: Send,

ยง

impl<TokenStream, Span, Symbol> Send for TokenTree<TokenStream, Span, Symbol>
where Span: Send, Symbol: Send, TokenStream: Send,

ยง

impl<Tz> Send for rustmax::chrono::DateTime<Tz>
where <Tz as TimeZone>::Offset: Send,

ยง

impl<U> Send for NInt<U>
where U: Send,

ยง

impl<U> Send for PInt<U>
where U: Send,

ยง

impl<U> Send for AsyncFilterLayer<U>
where U: Send,

ยง

impl<U> Send for FilterLayer<U>
where U: Send,

ยง

impl<U, B> Send for UInt<U, B>
where U: Send, B: Send,

ยง

impl<V> Send for ShuffleValueTree<V>
where V: Send,

ยง

impl<V, A> Send for TArr<V, A>
where V: Send, A: Send,

ยง

impl<V, F, O> Send for FilterMapValueTree<V, F, O>
where V: Send, F: Sync + Send, O: Send,

ยง

impl<W> Send for rustmax::futures::io::BufWriter<W>
where W: Send,

ยง

impl<W> Send for rustmax::futures::io::LineWriter<W>
where W: Send,

ยง

impl<W> Send for StdFmtWrite<W>
where W: Send,

ยง

impl<W> Send for StdIoWrite<W>
where W: Send,

ยง

impl<W> Send for rustmax::std::io::BufWriter<W>
where W: Send + ?Sized,

ยง

impl<W> Send for IntoInnerError<W>
where W: Send,

ยง

impl<W> Send for rustmax::std::io::LineWriter<W>
where W: Send + ?Sized,

ยง

impl<W> Send for Ansi<W>
where W: Send,

ยง

impl<W> Send for NoColor<W>
where W: Send,

ยง

impl<W> Send for rustmax::tokio::io::BufWriter<W>
where W: Send,

ยง

impl<W, F> Send for rustmax::serde_json::Serializer<W, F>
where W: Send, F: Send,

ยง

impl<W, Item> Send for IntoSink<W, Item>
where W: Send, Item: Send,

ยง

impl<X> Send for Uniform<X>
where <X as SampleUniform>::Sampler: Send,

ยง

impl<X> Send for UniformFloat<X>
where X: Send,

ยง

impl<X> Send for UniformInt<X>
where X: Send,

ยง

impl<X> Send for WeightedIndex<X>
where X: Send, <X as SampleUniform>::Sampler: Send,

ยง

impl<Y, R> Send for CoroutineState<Y, R>
where Y: Send, R: Send,

ยง

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

ยง

impl<const N: usize> Send for LaneCount<N>