Searched refs:FileSerdeWrapper (Results 1 – 2 of 2) sorted by relevance
393 pub struct FileSerdeWrapper(#[serde(with = "with_as_descriptor")] pub File); struct395 impl fmt::Debug for FileSerdeWrapper { implementation401 impl From<File> for FileSerdeWrapper { implementation403 FileSerdeWrapper(file) in from()407 impl From<FileSerdeWrapper> for File {408 fn from(f: FileSerdeWrapper) -> File { in from()413 impl Deref for FileSerdeWrapper { implementation420 impl DerefMut for FileSerdeWrapper { implementation429 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,497 a: Option<FileSerdeWrapper>, in option()[all …]
78 deserialize_with_descriptors, with_as_descriptor, with_raw_descriptor, FileSerdeWrapper,