Lines Matching refs:pass
3908 fn pass() {
16303 /// methods. In addition, this means that you can pass a `String` to a
16314 /// This will create a [`&str`] from the `String` and pass it in. This
19888 // we really wanted to pass ownership, we could create an additional
23134 /// implementation of this trait, and use that to construct a Waker to pass
23647 // we really wanted to pass ownership, we could create an additional
25832 //! provided is suitable to pass to this format string.
26277 //! This is a curious macro used to safely pass around
26305 //! it would internally pass around this structure until it has been determined
40049 // Safety: The TrustedRandomAccess contract requires that callers only pass an index
42613 // ABCDEFM...GHIJKL - after 1 pass of swaps
43390 // Safety: The TrustedRandomAccess contract requires that callers only pass an index
44213 // Safety: The TrustedRandomAccess contract requires that callers only pass an index
47044 /// In Rust, it's more common to pass slices as arguments rather than vectors
47086 /// and use it for something else (either to pass to unsafe code, or to build your
48688 /// pass [`Default::default`] as the second argument.