Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde/src/ser/
H A Dmod.rs839 fn serialize_unit_struct(self, name: &'static str) -> Result<Self::Ok, Self::Error>; in serialize_unit_struct() functions
/third_party/rust/crates/serde/serde_derive/src/
H A Dser.rs218 fn serialize_unit_struct(cattrs: &attr::Container) -> Fragment { in serialize_unit_struct() functions
/third_party/rust/crates/serde/serde/src/private/
H A Dser.rs190 fn serialize_unit_struct(self, _: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() functions
649 fn serialize_unit_struct(self, name: &'static str) -> Result<Content, E> { in serialize_unit_struct() functions
1102 fn serialize_unit_struct(self, _: &'static str) -> Result<Self::Ok, Self::Error> { in serialize_unit_struct() functions

Completed in 6 milliseconds