• Home
  • Raw
  • Download

Lines Matching full:understanding

527 /// borrowed by `Self` when deserialized. See the page [Understanding
530 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
599 /// bounds is explained in more detail on the page [Understanding deserializer
602 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
652 /// borrowed by `Self::Value` when deserialized. See the page [Understanding
655 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
894 /// borrowed from the input when deserializing. See the page [Understanding
897 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
1245 /// that may be borrowed by `Self::Value`. See the page [Understanding
1248 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
1696 /// borrowed by deserialized sequence elements. See the page [Understanding
1699 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
1778 /// borrowed by deserialized map entries. See the page [Understanding
1781 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
1970 /// borrowed by the deserialized enum variant. See the page [Understanding
1973 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
2017 /// borrowed by the deserialized enum variant. See the page [Understanding
2020 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html
2234 /// borrowed from the resulting `Deserializer`. See the page [Understanding
2237 /// [Understanding deserializer lifetimes]: https://serde.rs/lifetimes.html