Home
last modified time | relevance | path

Searched defs:NotTag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/value/
Dser.rs406 struct NotTag<T> { in serialize_entry() struct
407 delegate: T, in serialize_entry()
623 impl ser::SerializeSeq for NotTag<SerializeArray> { in serialize_entry() implementation
639 impl ser::SerializeTuple for NotTag<SerializeArray> { in serialize_entry() implementation
655 impl ser::SerializeTupleStruct for NotTag<SerializeArray> { in serialize_entry() implementation
671 impl ser::SerializeTupleVariant for NotTag<SerializeTupleVariant> { in serialize_entry() implementation
687 impl ser::SerializeMap for NotTag<SerializeMap> { in serialize_entry() implementation
718 impl ser::SerializeStruct for NotTag<SerializeStruct> { in serialize_entry() implementation
734 impl ser::SerializeStructVariant for NotTag<SerializeStructVariant> { in serialize_entry() implementation
Dtagged.rs423 NotTag(T), enumerator
434 NotTag(String), in check_for_tag() enumerator