Searched defs:Into (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/vulkano/src/command_buffer/submit/ |
D | semaphores_wait.rs | 50 impl<'a> Into<SubmitCommandBufferBuilder<'a>> for SubmitSemaphoresWaitBuilder<'a> { impl 70 impl<'a> Into<SubmitPresentBuilder<'a>> for SubmitSemaphoresWaitBuilder<'a> { impl
|
/external/rust/crates/nom/src/ |
D | internal.rs | 431 pub struct Into<F, O1, O2: From<O1>, E1, E2: From<E1>> { struct 439 impl< 447 > Parser<I, O2, E2> for Into<F, O1, O2, E1, E2> argument
|
/external/rust/crates/ring/src/io/ |
D | writer.rs | 61 impl Into<Box<[u8]>> for Writer { impl
|
/external/rust/crates/itertools/src/ |
D | either_or_both.rs | 197 impl<A, B> Into<Option<Either<A, B>>> for EitherOrBoth<A, B> { impl
|
/external/scudo/standalone/tests/ |
D | quarantine_test.cpp | 38 scudo::QuarantineBatch Into; in TEST() local
|
/external/rust/crates/clap/src/args/ |
D | arg_matcher.rs | 265 impl<'a> Into<ArgMatches<'a>> for ArgMatcher<'a> { impl
|
/external/rust/crates/ahash/src/ |
D | hash_set.rs | 25 impl<T> Into<HashSet<T, crate::RandomState>> for AHashSet<T> { impl
|
D | hash_map.rs | 28 impl<K, V> Into<HashMap<K, V, crate::RandomState>> for AHashMap<K, V> { impl
|
/external/rust/crates/plotters/src/style/ |
D | text.rs | 193 impl<'a, 'b: 'a> Into<TextStyle<'a>> for &'b TextStyle<'a> { impl
|
/external/rust/crates/combine/src/ |
D | error.rs | 1035 impl<T, E> Into<Result<Commit<T>, Commit<Tracked<E>>>> for ParseResult<T, E> { impl 1047 impl<O, E> Into<StdParseResult2<O, E>> for ParseResult<O, E> { impl
|
/external/rust/crates/protobuf/src/ |
D | repeated.rs | 319 impl<T> Into<Vec<T>> for RepeatedField<T> { impl
|
/external/rust/crates/either/src/ |
D | lib.rs | 750 impl<L, R> Into<Result<R, L>> for Either<L, R> { impl
|
/external/rust/crates/managed/src/ |
D | map.rs | 87 impl<T> Into<Option<T>> for RevOption<T> { impl
|