Searched defs:NotTag (Results 1 – 2 of 2) sorted by relevance
406 struct NotTag<T> { in serialize_entry() struct407 delegate: T, in serialize_entry()623 impl ser::SerializeSeq for NotTag<SerializeArray> { in serialize_entry() implementation639 impl ser::SerializeTuple for NotTag<SerializeArray> { in serialize_entry() implementation655 impl ser::SerializeTupleStruct for NotTag<SerializeArray> { in serialize_entry() implementation671 impl ser::SerializeTupleVariant for NotTag<SerializeTupleVariant> { in serialize_entry() implementation687 impl ser::SerializeMap for NotTag<SerializeMap> { in serialize_entry() implementation718 impl ser::SerializeStruct for NotTag<SerializeStruct> { in serialize_entry() implementation734 impl ser::SerializeStructVariant for NotTag<SerializeStructVariant> { in serialize_entry() implementation
423 NotTag(T), enumerator434 NotTag(String), in check_for_tag() enumerator