Searched defs:AssertUnmoved (Results 1 – 1 of 1) sorted by relevance
23 pub struct AssertUnmoved<T> { struct29 impl<T> AssertUnmoved<T> { argument46 impl<Fut: Future> Future for AssertUnmoved<Fut> { implementation54 impl<Fut: FusedFuture> FusedFuture for AssertUnmoved<Fut> { implementation60 impl<St: Stream> Stream for AssertUnmoved<St> { implementation68 impl<St: FusedStream> FusedStream for AssertUnmoved<St> { implementation74 impl<Si: Sink<Item>, Item> Sink<Item> for AssertUnmoved<Si> { implementation94 impl<R: AsyncRead> AsyncRead for AssertUnmoved<R> { implementation112 impl<W: AsyncWrite> AsyncWrite for AssertUnmoved<W> { implementation138 impl<S: AsyncSeek> AsyncSeek for AssertUnmoved<S> { implementation[all …]