Home
last modified time | relevance | path

Searched defs:AssertUnmoved (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/
Dassert_unmoved.rs23 pub struct AssertUnmoved<T> { struct
29 impl<T> AssertUnmoved<T> { argument
46 impl<Fut: Future> Future for AssertUnmoved<Fut> { implementation
54 impl<Fut: FusedFuture> FusedFuture for AssertUnmoved<Fut> { implementation
60 impl<St: Stream> Stream for AssertUnmoved<St> { implementation
68 impl<St: FusedStream> FusedStream for AssertUnmoved<St> { implementation
74 impl<Si: Sink<Item>, Item> Sink<Item> for AssertUnmoved<Si> { implementation
94 impl<R: AsyncRead> AsyncRead for AssertUnmoved<R> { implementation
112 impl<W: AsyncWrite> AsyncWrite for AssertUnmoved<W> { implementation
138 impl<S: AsyncSeek> AsyncSeek for AssertUnmoved<S> { implementation
[all …]