Home
last modified time | relevance | path

Searched defs:borrowed_lifetimes (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs1089 let mut borrowed_lifetimes = Attr::none(cx, BORROW); in from_ast() variables
1249 let mut borrowed_lifetimes = borrowed_lifetimes.get().unwrap_or_default(); in from_ast() variables
1370 pub fn borrowed_lifetimes(&self) -> &BTreeSet<syn::Lifetime> { borrowed_lifetimes() functions
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs1089 let mut borrowed_lifetimes = Attr::none(cx, BORROW); in from_ast() variables
1249 let mut borrowed_lifetimes = borrowed_lifetimes.get().unwrap_or_default(); in from_ast() variables
1370 pub fn borrowed_lifetimes(&self) -> &BTreeSet<syn::Lifetime> { borrowed_lifetimes() functions
[all...]
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs260 fn borrowed_lifetimes(cont: &Container) -> BorrowedLifetimes { in borrowed_lifetimes() functions

Completed in 8 milliseconds