Trait std::panic::RefUnwindSafe1.9.0[][src]

pub auto trait RefUnwindSafe { }

A marker trait representing types where a shared reference is considered unwind safe.

This trait is namely not implemented by UnsafeCell, the root of all interior mutability.

This is a "helper marker trait" used to provide impl blocks for the UnwindSafe trait, for more information see that documentation.

Implementations on Foreign Types

impl RefUnwindSafe for Argument[src]

impl RefUnwindSafe for FormatSpec[src]

impl RefUnwindSafe for Alignment[src]

impl RefUnwindSafe for Count[src]

Loading content...

Implementors

impl RefUnwindSafe for AtomicBool1.14.0[src]

impl RefUnwindSafe for AtomicI81.34.0[src]

impl RefUnwindSafe for AtomicI161.34.0[src]

impl RefUnwindSafe for AtomicI321.34.0[src]

impl RefUnwindSafe for AtomicI641.34.0[src]

impl RefUnwindSafe for AtomicIsize1.14.0[src]

impl RefUnwindSafe for AtomicU81.34.0[src]

impl RefUnwindSafe for AtomicU161.34.0[src]

impl RefUnwindSafe for AtomicU321.34.0[src]

impl RefUnwindSafe for AtomicU641.34.0[src]

impl RefUnwindSafe for AtomicUsize1.14.0[src]

impl<T> RefUnwindSafe for AssertUnwindSafe<T>[src]

impl<T> RefUnwindSafe for AtomicPtr<T>1.14.0[src]

impl<T, F: UnwindSafe> RefUnwindSafe for SyncLazy<T, F> where
    SyncOnceCell<T>: RefUnwindSafe
[src]

impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for SyncOnceCell<T>[src]

impl<T: ?Sized> !RefUnwindSafe for UnsafeCell<T>[src]

impl<T: ?Sized> RefUnwindSafe for Mutex<T>1.12.0[src]

impl<T: ?Sized> RefUnwindSafe for RwLock<T>1.12.0[src]

Loading content...

Auto implementors

impl !RefUnwindSafe for Backtrace[src]

impl !RefUnwindSafe for std::io::Error[src]

impl !RefUnwindSafe for Command[src]

impl !RefUnwindSafe for Barrier[src]

impl !RefUnwindSafe for Condvar[src]

impl !RefUnwindSafe for std::sync::Once[src]

impl !RefUnwindSafe for OnceState[src]

impl RefUnwindSafe for BacktraceStatus[src]

impl RefUnwindSafe for std::cmp::Ordering[src]

impl RefUnwindSafe for TryReserveError[src]

impl RefUnwindSafe for Infallible[src]

impl RefUnwindSafe for VarError[src]

impl RefUnwindSafe for c_void[src]

impl RefUnwindSafe for std::fmt::Alignment[src]

impl RefUnwindSafe for ErrorKind[src]

impl RefUnwindSafe for SeekFrom[src]

impl RefUnwindSafe for IpAddr[src]

impl RefUnwindSafe for Ipv6MulticastScope[src]

impl RefUnwindSafe for Shutdown[src]

impl RefUnwindSafe for std::net::SocketAddr[src]

impl RefUnwindSafe for FpCategory[src]

impl RefUnwindSafe for IntErrorKind[src]

impl RefUnwindSafe for AncillaryError[src]

impl RefUnwindSafe for SearchStep[src]

impl RefUnwindSafe for std::sync::atomic::Ordering[src]

impl RefUnwindSafe for RecvTimeoutError[src]

impl RefUnwindSafe for TryRecvError[src]

impl RefUnwindSafe for bool[src]

impl RefUnwindSafe for char[src]

impl RefUnwindSafe for f32[src]

impl RefUnwindSafe for f64[src]

impl RefUnwindSafe for i8[src]

impl RefUnwindSafe for i16[src]

impl RefUnwindSafe for i32[src]

impl RefUnwindSafe for i64[src]

impl RefUnwindSafe for i128[src]

impl RefUnwindSafe for isize[src]

impl RefUnwindSafe for [u8][src]

impl RefUnwindSafe for str[src]

impl RefUnwindSafe for u8[src]

impl RefUnwindSafe for u16[src]

impl RefUnwindSafe for u32[src]

impl RefUnwindSafe for u64[src]

impl RefUnwindSafe for u128[src]

impl RefUnwindSafe for usize[src]

impl RefUnwindSafe for AllocError[src]

impl RefUnwindSafe for Global[src]

impl RefUnwindSafe for Layout[src]

impl RefUnwindSafe for LayoutError[src]

impl RefUnwindSafe for System[src]

impl RefUnwindSafe for TypeId[src]

impl RefUnwindSafe for TryFromSliceError[src]

impl RefUnwindSafe for std::ascii::EscapeDefault[src]

impl RefUnwindSafe for BacktraceFrame[src]

impl RefUnwindSafe for BorrowError[src]

impl RefUnwindSafe for BorrowMutError[src]

impl RefUnwindSafe for CharTryFromError[src]

impl RefUnwindSafe for DecodeUtf16Error[src]

impl RefUnwindSafe for std::char::EscapeDebug[src]

impl RefUnwindSafe for std::char::EscapeDefault[src]

impl RefUnwindSafe for std::char::EscapeUnicode[src]

impl RefUnwindSafe for ParseCharError[src]

impl RefUnwindSafe for ToLowercase[src]

impl RefUnwindSafe for ToUppercase[src]

impl RefUnwindSafe for DefaultHasher[src]

impl RefUnwindSafe for RandomState[src]

impl RefUnwindSafe for Args[src]

impl RefUnwindSafe for ArgsOs[src]

impl RefUnwindSafe for JoinPathsError[src]

impl RefUnwindSafe for Vars[src]

impl RefUnwindSafe for VarsOs[src]

impl RefUnwindSafe for CStr[src]

impl RefUnwindSafe for CString[src]

impl RefUnwindSafe for FromBytesWithNulError[src]

impl RefUnwindSafe for FromVecWithNulError[src]

impl RefUnwindSafe for IntoStringError[src]

impl RefUnwindSafe for NulError[src]

impl RefUnwindSafe for OsStr[src]

impl RefUnwindSafe for OsString[src]

impl RefUnwindSafe for std::fmt::Error[src]

impl RefUnwindSafe for DirBuilder[src]

impl RefUnwindSafe for DirEntry[src]

impl RefUnwindSafe for File[src]

impl RefUnwindSafe for FileType[src]

impl RefUnwindSafe for Metadata[src]

impl RefUnwindSafe for OpenOptions[src]

impl RefUnwindSafe for Permissions[src]

impl RefUnwindSafe for ReadDir[src]

impl RefUnwindSafe for SipHasher[src]

impl RefUnwindSafe for std::io::Empty[src]

impl RefUnwindSafe for Initializer[src]

impl RefUnwindSafe for std::io::Repeat[src]

impl RefUnwindSafe for Sink[src]

impl RefUnwindSafe for Stderr[src]

impl RefUnwindSafe for Stdin[src]

impl RefUnwindSafe for Stdout[src]

impl RefUnwindSafe for PhantomPinned[src]

impl RefUnwindSafe for AddrParseError[src]

impl RefUnwindSafe for Ipv4Addr[src]

impl RefUnwindSafe for Ipv6Addr[src]

impl RefUnwindSafe for SocketAddrV4[src]

impl RefUnwindSafe for SocketAddrV6[src]

impl RefUnwindSafe for TcpListener[src]

impl RefUnwindSafe for TcpStream[src]

impl RefUnwindSafe for UdpSocket[src]

impl RefUnwindSafe for NonZeroI8[src]

impl RefUnwindSafe for NonZeroI16[src]

impl RefUnwindSafe for NonZeroI32[src]

impl RefUnwindSafe for NonZeroI64[src]

impl RefUnwindSafe for NonZeroI128[src]

impl RefUnwindSafe for NonZeroIsize[src]

impl RefUnwindSafe for NonZeroU8[src]

impl RefUnwindSafe for NonZeroU16[src]

impl RefUnwindSafe for NonZeroU32[src]

impl RefUnwindSafe for NonZeroU64[src]

impl RefUnwindSafe for NonZeroU128[src]

impl RefUnwindSafe for NonZeroUsize[src]

impl RefUnwindSafe for ParseFloatError[src]

impl RefUnwindSafe for ParseIntError[src]

impl RefUnwindSafe for TryFromIntError[src]

impl RefUnwindSafe for RangeFull[src]

impl RefUnwindSafe for NoneError[src]

impl RefUnwindSafe for stat[src]

impl RefUnwindSafe for std::os::unix::net::SocketAddr[src]

impl RefUnwindSafe for SocketCred[src]

impl RefUnwindSafe for UCred[src]

impl RefUnwindSafe for UnixDatagram[src]

impl RefUnwindSafe for UnixListener[src]

impl RefUnwindSafe for UnixStream[src]

impl RefUnwindSafe for Path[src]

impl RefUnwindSafe for PathBuf[src]

impl RefUnwindSafe for StripPrefixError[src]

impl RefUnwindSafe for Child[src]

impl RefUnwindSafe for ChildStderr[src]

impl RefUnwindSafe for ChildStdin[src]

impl RefUnwindSafe for ChildStdout[src]

impl RefUnwindSafe for ExitCode[src]

impl RefUnwindSafe for ExitStatus[src]

impl RefUnwindSafe for Output[src]

impl RefUnwindSafe for Stdio[src]

impl RefUnwindSafe for TraitObject[src]

impl RefUnwindSafe for ParseBoolError[src]

impl RefUnwindSafe for Utf8Error[src]

impl RefUnwindSafe for FromUtf8Error[src]

impl RefUnwindSafe for FromUtf16Error[src]

impl RefUnwindSafe for String[src]

impl RefUnwindSafe for RecvError[src]

impl RefUnwindSafe for BarrierWaitResult[src]

impl RefUnwindSafe for WaitTimeoutResult[src]

impl RefUnwindSafe for RawWaker[src]

impl RefUnwindSafe for RawWakerVTable[src]

impl RefUnwindSafe for Waker[src]

impl RefUnwindSafe for AccessError[src]

impl RefUnwindSafe for Builder[src]

impl RefUnwindSafe for Thread[src]

impl RefUnwindSafe for ThreadId[src]

impl RefUnwindSafe for Duration[src]

impl RefUnwindSafe for Instant[src]

impl RefUnwindSafe for SystemTime[src]

impl RefUnwindSafe for SystemTimeError[src]

impl<'a> !RefUnwindSafe for std::error::Chain<'a>[src]

impl<'a> !RefUnwindSafe for Arguments<'a>[src]

impl<'a> !RefUnwindSafe for Formatter<'a>[src]

impl<'a> !RefUnwindSafe for PanicInfo<'a>[src]

impl<'a> RefUnwindSafe for AncillaryData<'a>[src]

impl<'a> RefUnwindSafe for Component<'a>[src]

impl<'a> RefUnwindSafe for Prefix<'a>[src]

impl<'a> RefUnwindSafe for SplitPaths<'a>[src]

impl<'a> RefUnwindSafe for IoSlice<'a>[src]

impl<'a> RefUnwindSafe for IoSliceMut<'a>[src]

impl<'a> RefUnwindSafe for StderrLock<'a>[src]

impl<'a> RefUnwindSafe for StdinLock<'a>[src]

impl<'a> RefUnwindSafe for StdoutLock<'a>[src]

impl<'a> RefUnwindSafe for std::net::Incoming<'a>[src]

impl<'a> RefUnwindSafe for std::os::unix::net::Incoming<'a>[src]

impl<'a> RefUnwindSafe for Messages<'a>[src]

impl<'a> RefUnwindSafe for ScmCredentials<'a>[src]

impl<'a> RefUnwindSafe for ScmRights<'a>[src]

impl<'a> RefUnwindSafe for SocketAncillary<'a>[src]

impl<'a> RefUnwindSafe for EncodeWide<'a>[src]

impl<'a> RefUnwindSafe for Location<'a>[src]

impl<'a> RefUnwindSafe for Ancestors<'a>[src]

impl<'a> RefUnwindSafe for Components<'a>[src]

impl<'a> RefUnwindSafe for Display<'a>[src]

impl<'a> RefUnwindSafe for std::path::Iter<'a>[src]

impl<'a> RefUnwindSafe for PrefixComponent<'a>[src]

impl<'a> RefUnwindSafe for CommandArgs<'a>[src]

impl<'a> RefUnwindSafe for CommandEnvs<'a>[src]

impl<'a> RefUnwindSafe for CharSearcher<'a>[src]

impl<'a> RefUnwindSafe for std::str::Bytes<'a>[src]

impl<'a> RefUnwindSafe for CharIndices<'a>[src]

impl<'a> RefUnwindSafe for Chars<'a>[src]

impl<'a> RefUnwindSafe for EncodeUtf16<'a>[src]

impl<'a> RefUnwindSafe for std::str::EscapeDebug<'a>[src]

impl<'a> RefUnwindSafe for std::str::EscapeDefault<'a>[src]

impl<'a> RefUnwindSafe for std::str::EscapeUnicode<'a>[src]

impl<'a> RefUnwindSafe for std::str::Lines<'a>[src]

impl<'a> RefUnwindSafe for LinesAny<'a>[src]

impl<'a> RefUnwindSafe for SplitAsciiWhitespace<'a>[src]

impl<'a> RefUnwindSafe for SplitWhitespace<'a>[src]

impl<'a> RefUnwindSafe for std::string::Drain<'a>[src]

impl<'a> RefUnwindSafe for Context<'a>[src]

impl<'a, 'b> !RefUnwindSafe for DebugList<'a, 'b>[src]

impl<'a, 'b> !RefUnwindSafe for DebugMap<'a, 'b>[src]

impl<'a, 'b> !RefUnwindSafe for DebugSet<'a, 'b>[src]

impl<'a, 'b> !RefUnwindSafe for DebugStruct<'a, 'b>[src]

impl<'a, 'b> !RefUnwindSafe for DebugTuple<'a, 'b>[src]

impl<'a, 'b> RefUnwindSafe for CharSliceSearcher<'a, 'b>[src]

impl<'a, 'b> RefUnwindSafe for StrSearcher<'a, 'b>[src]

impl<'a, 'f> RefUnwindSafe for VaList<'a, 'f>[src]

impl<'a, A> RefUnwindSafe for std::option::Iter<'a, A> where
    A: RefUnwindSafe
[src]

impl<'a, A> RefUnwindSafe for std::option::IterMut<'a, A> where
    A: RefUnwindSafe
[src]

impl<'a, B: ?Sized> RefUnwindSafe for Cow<'a, B> where
    B: RefUnwindSafe,
    <B as ToOwned>::Owned: RefUnwindSafe
[src]

impl<'a, F> RefUnwindSafe for CharPredicateSearcher<'a, F> where
    F: RefUnwindSafe
[src]

impl<'a, I, A> RefUnwindSafe for Splice<'a, I, A> where
    A: RefUnwindSafe,
    I: RefUnwindSafe,
    <I as Iterator>::Item: RefUnwindSafe
[src]

impl<'a, K> RefUnwindSafe for std::collections::hash_set::Drain<'a, K> where
    K: RefUnwindSafe
[src]

impl<'a, K> RefUnwindSafe for std::collections::hash_set::Iter<'a, K> where
    K: RefUnwindSafe
[src]

impl<'a, K, F> RefUnwindSafe for std::collections::hash_set::DrainFilter<'a, K, F> where
    F: RefUnwindSafe,
    K: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::Entry<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::Entry<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::Iter<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::IterMut<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::Keys<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::OccupiedEntry<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::Range<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for RangeMut<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::VacantEntry<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::Values<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::btree_map::ValuesMut<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::Drain<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::Iter<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::IterMut<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::Keys<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::OccupiedEntry<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::VacantEntry<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::Values<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V> RefUnwindSafe for std::collections::hash_map::ValuesMut<'a, K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V, F> RefUnwindSafe for std::collections::btree_map::DrainFilter<'a, K, V, F> where
    F: RefUnwindSafe,
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V, F> RefUnwindSafe for std::collections::hash_map::DrainFilter<'a, K, V, F> where
    F: RefUnwindSafe,
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V, S> RefUnwindSafe for RawEntryMut<'a, K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V, S> RefUnwindSafe for RawEntryBuilder<'a, K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V, S> RefUnwindSafe for RawEntryBuilderMut<'a, K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V, S> RefUnwindSafe for RawOccupiedEntryMut<'a, K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, K, V, S> RefUnwindSafe for RawVacantEntryMut<'a, K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for MatchIndices<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for Matches<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for RMatchIndices<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for RMatches<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for std::str::RSplit<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for std::str::RSplitN<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for RSplitTerminator<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for std::str::Split<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for std::str::SplitN<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, P> RefUnwindSafe for SplitTerminator<'a, P> where
    <P as Pattern<'a>>::Searcher: RefUnwindSafe
[src]

impl<'a, T> !RefUnwindSafe for std::sync::mpsc::Iter<'a, T>[src]

impl<'a, T> !RefUnwindSafe for TryIter<'a, T>[src]

impl<'a, T> RefUnwindSafe for std::collections::binary_heap::Drain<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for DrainSorted<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::binary_heap::Iter<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for PeekMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::btree_set::Difference<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::btree_set::Intersection<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::btree_set::Iter<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::btree_set::Range<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::btree_set::SymmetricDifference<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::btree_set::Union<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::linked_list::Cursor<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for CursorMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::linked_list::Iter<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::linked_list::IterMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::vec_deque::Drain<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::vec_deque::Iter<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::collections::vec_deque::IterMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::result::Iter<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::result::IterMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for Chunks<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for ChunksExact<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for ChunksExactMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for ChunksMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::slice::Iter<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for std::slice::IterMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for RChunks<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for RChunksExact<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for RChunksExactMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for RChunksMut<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T> RefUnwindSafe for Windows<'a, T> where
    T: RefUnwindSafe
[src]

impl<'a, T, A> RefUnwindSafe for std::vec::Drain<'a, T, A> where
    A: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, F> RefUnwindSafe for std::collections::btree_set::DrainFilter<'a, T, F> where
    F: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, F> RefUnwindSafe for std::collections::linked_list::DrainFilter<'a, T, F> where
    F: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, F, A> RefUnwindSafe for std::vec::DrainFilter<'a, T, F, A> where
    A: RefUnwindSafe,
    F: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for GroupBy<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for GroupByMut<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for std::slice::RSplit<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for RSplitMut<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for std::slice::RSplitN<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for RSplitNMut<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for std::slice::Split<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for SplitMut<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for std::slice::SplitN<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, P> RefUnwindSafe for SplitNMut<'a, T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, S> RefUnwindSafe for std::collections::hash_set::Difference<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, S> RefUnwindSafe for std::collections::hash_set::Intersection<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, S> RefUnwindSafe for std::collections::hash_set::SymmetricDifference<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, S> RefUnwindSafe for std::collections::hash_set::Union<'a, T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<'a, T, const N: usize> RefUnwindSafe for ArrayChunks<'a, T, N> where
    T: RefUnwindSafe
[src]

impl<'a, T, const N: usize> RefUnwindSafe for ArrayChunksMut<'a, T, N> where
    T: RefUnwindSafe
[src]

impl<'a, T, const N: usize> RefUnwindSafe for ArrayWindows<'a, T, N> where
    T: RefUnwindSafe
[src]

impl<'a, T: ?Sized> RefUnwindSafe for MutexGuard<'a, T>[src]

impl<'a, T: ?Sized> RefUnwindSafe for RwLockReadGuard<'a, T>[src]

impl<'a, T: ?Sized> RefUnwindSafe for RwLockWriteGuard<'a, T>[src]

impl<'b, T> !RefUnwindSafe for Ref<'b, T>[src]

impl<'b, T> !RefUnwindSafe for RefMut<'b, T>[src]

impl<'f> RefUnwindSafe for VaListImpl<'f>[src]

impl<A> RefUnwindSafe for std::iter::Repeat<A> where
    A: RefUnwindSafe
[src]

impl<A> RefUnwindSafe for std::option::IntoIter<A> where
    A: RefUnwindSafe
[src]

impl<A, B> RefUnwindSafe for std::iter::Chain<A, B> where
    A: RefUnwindSafe,
    B: RefUnwindSafe
[src]

impl<A, B> RefUnwindSafe for Zip<A, B> where
    A: RefUnwindSafe,
    B: RefUnwindSafe
[src]

impl<B> RefUnwindSafe for std::io::Lines<B> where
    B: RefUnwindSafe
[src]

impl<B> RefUnwindSafe for std::io::Split<B> where
    B: RefUnwindSafe
[src]

impl<B, C> RefUnwindSafe for ControlFlow<B, C> where
    B: RefUnwindSafe,
    C: RefUnwindSafe
[src]

impl<F> RefUnwindSafe for PollFn<F> where
    F: RefUnwindSafe
[src]

impl<F> RefUnwindSafe for FromFn<F> where
    F: RefUnwindSafe
[src]

impl<F> RefUnwindSafe for OnceWith<F> where
    F: RefUnwindSafe
[src]

impl<F> RefUnwindSafe for RepeatWith<F> where
    F: RefUnwindSafe
[src]

impl<H> RefUnwindSafe for BuildHasherDefault<H> where
    H: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for DecodeUtf16<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Cloned<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Copied<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Cycle<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Enumerate<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Flatten<I> where
    I: RefUnwindSafe,
    <<I as Iterator>::Item as IntoIterator>::IntoIter: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Fuse<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Intersperse<I> where
    I: RefUnwindSafe,
    <I as Iterator>::Item: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Peekable<I> where
    I: RefUnwindSafe,
    <I as Iterator>::Item: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for Skip<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for StepBy<I> where
    I: RefUnwindSafe
[src]

impl<I> RefUnwindSafe for std::iter::Take<I> where
    I: RefUnwindSafe
[src]

impl<I, F> RefUnwindSafe for FilterMap<I, F> where
    F: RefUnwindSafe,
    I: RefUnwindSafe
[src]

impl<I, F> RefUnwindSafe for Inspect<I, F> where
    F: RefUnwindSafe,
    I: RefUnwindSafe
[src]

impl<I, F> RefUnwindSafe for Map<I, F> where
    F: RefUnwindSafe,
    I: RefUnwindSafe
[src]

impl<I, G> RefUnwindSafe for IntersperseWith<I, G> where
    G: RefUnwindSafe,
    I: RefUnwindSafe,
    <I as Iterator>::Item: RefUnwindSafe
[src]

impl<I, P> RefUnwindSafe for Filter<I, P> where
    I: RefUnwindSafe,
    P: RefUnwindSafe
[src]

impl<I, P> RefUnwindSafe for MapWhile<I, P> where
    I: RefUnwindSafe,
    P: RefUnwindSafe
[src]

impl<I, P> RefUnwindSafe for SkipWhile<I, P> where
    I: RefUnwindSafe,
    P: RefUnwindSafe
[src]

impl<I, P> RefUnwindSafe for TakeWhile<I, P> where
    I: RefUnwindSafe,
    P: RefUnwindSafe
[src]

impl<I, St, F> RefUnwindSafe for Scan<I, St, F> where
    F: RefUnwindSafe,
    I: RefUnwindSafe,
    St: RefUnwindSafe
[src]

impl<I, U, F> RefUnwindSafe for FlatMap<I, U, F> where
    F: RefUnwindSafe,
    I: RefUnwindSafe,
    <U as IntoIterator>::IntoIter: RefUnwindSafe
[src]

impl<Idx> RefUnwindSafe for std::ops::Range<Idx> where
    Idx: RefUnwindSafe
[src]

impl<Idx> RefUnwindSafe for RangeFrom<Idx> where
    Idx: RefUnwindSafe
[src]

impl<Idx> RefUnwindSafe for RangeInclusive<Idx> where
    Idx: RefUnwindSafe
[src]

impl<Idx> RefUnwindSafe for RangeTo<Idx> where
    Idx: RefUnwindSafe
[src]

impl<Idx> RefUnwindSafe for RangeToInclusive<Idx> where
    Idx: RefUnwindSafe
[src]

impl<K> RefUnwindSafe for std::collections::hash_set::IntoIter<K> where
    K: RefUnwindSafe
[src]

impl<K, V> RefUnwindSafe for std::collections::btree_map::IntoIter<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<K, V> RefUnwindSafe for std::collections::btree_map::IntoKeys<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<K, V> RefUnwindSafe for std::collections::btree_map::IntoValues<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<K, V> RefUnwindSafe for std::collections::hash_map::IntoIter<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<K, V> RefUnwindSafe for std::collections::hash_map::IntoKeys<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<K, V> RefUnwindSafe for std::collections::hash_map::IntoValues<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<K, V> RefUnwindSafe for BTreeMap<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<K, V, S> RefUnwindSafe for HashMap<K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe
[src]

impl<P> RefUnwindSafe for Pin<P> where
    P: RefUnwindSafe
[src]

impl<R> RefUnwindSafe for BufReader<R> where
    R: RefUnwindSafe
[src]

impl<R> RefUnwindSafe for std::io::Bytes<R> where
    R: RefUnwindSafe
[src]

impl<T> !RefUnwindSafe for Cell<T>[src]

impl<T> !RefUnwindSafe for RefCell<T>[src]

impl<T> !RefUnwindSafe for OnceCell<T>[src]

impl<T> !RefUnwindSafe for Rc<T>[src]

impl<T> !RefUnwindSafe for std::rc::Weak<T>[src]

impl<T> !RefUnwindSafe for std::sync::mpsc::IntoIter<T>[src]

impl<T> !RefUnwindSafe for Receiver<T>[src]

impl<T> !RefUnwindSafe for Sender<T>[src]

impl<T> !RefUnwindSafe for JoinHandle<T>[src]

impl<T> RefUnwindSafe for Bound<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Option<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for TryLockError<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for TrySendError<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Poll<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for *const [T] where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for *mut [T] where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for [T] where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Reverse<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::collections::binary_heap::IntoIter<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for IntoIterSorted<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::collections::btree_set::IntoIter<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::collections::linked_list::IntoIter<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for BTreeSet<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for BinaryHeap<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for LinkedList<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for VecDeque<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::collections::vec_deque::IntoIter<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Pending<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Ready<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::io::Cursor<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::io::Take<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::iter::Empty<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::iter::Once<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Rev<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Discriminant<T> where
    <T as DiscriminantKind>::Discriminant: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for Wrapping<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for std::result::IntoIter<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for SendError<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for SyncSender<T>[src]

impl<T> RefUnwindSafe for PoisonError<T> where
    T: RefUnwindSafe
[src]

impl<T> RefUnwindSafe for LocalKey<T>[src]

impl<T> RefUnwindSafe for MaybeUninit<T> where
    T: RefUnwindSafe
[src]

impl<T, A> RefUnwindSafe for std::vec::IntoIter<T, A> where
    A: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<T, A> RefUnwindSafe for Vec<T, A> where
    A: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<T, E> RefUnwindSafe for Result<T, E> where
    E: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<T, F> RefUnwindSafe for Successors<T, F> where
    F: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<T, F = fn() -> T> !RefUnwindSafe for Lazy<T, F>[src]

impl<T, S> RefUnwindSafe for HashSet<T, S> where
    S: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<T, U> RefUnwindSafe for std::io::Chain<T, U> where
    T: RefUnwindSafe,
    U: RefUnwindSafe
[src]

impl<T, const N: usize> RefUnwindSafe for [T; N] where
    T: RefUnwindSafe
[src]

impl<T, const N: usize> RefUnwindSafe for std::array::IntoIter<T, N> where
    T: RefUnwindSafe
[src]

impl<T: ?Sized> RefUnwindSafe for *const T where
    T: RefUnwindSafe
[src]

impl<T: ?Sized> RefUnwindSafe for *mut T where
    T: RefUnwindSafe
[src]

impl<T: ?Sized> RefUnwindSafe for PhantomData<T> where
    T: RefUnwindSafe
[src]

impl<T: ?Sized> RefUnwindSafe for ManuallyDrop<T> where
    T: RefUnwindSafe
[src]

impl<T: ?Sized> RefUnwindSafe for NonNull<T> where
    T: RefUnwindSafe
[src]

impl<T: ?Sized> RefUnwindSafe for Arc<T> where
    T: RefUnwindSafe
[src]

impl<T: ?Sized> RefUnwindSafe for std::sync::Weak<T> where
    T: RefUnwindSafe
[src]

impl<T: ?Sized, A> RefUnwindSafe for Box<T, A> where
    A: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<W> !RefUnwindSafe for IntoInnerError<W>[src]

impl<W> RefUnwindSafe for BufWriter<W> where
    W: RefUnwindSafe
[src]

impl<W> RefUnwindSafe for LineWriter<W> where
    W: RefUnwindSafe
[src]

impl<Y, R> RefUnwindSafe for GeneratorState<Y, R> where
    R: RefUnwindSafe,
    Y: RefUnwindSafe
[src]

Loading content...