Home
last modified time | relevance | path

Searched refs:SKIP_SERIALIZING (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/serde_derive/src/internals/
Dsymbol.rs30 pub const SKIP_SERIALIZING: Symbol = Symbol("skip_serializing"); constant
Dattr.rs864 let mut skip_serializing = BoolAttr::none(cx, SKIP_SERIALIZING); in from_ast()
951 Meta(Path(word)) if word == SKIP_SERIALIZING => { in from_ast()
1154 let mut skip_serializing = BoolAttr::none(cx, SKIP_SERIALIZING); in from_ast()
1223 Meta(Path(word)) if word == SKIP_SERIALIZING => { in from_ast()