Struct cargo::sources::registry::__DeserializeWith
source · struct __DeserializeWith<'de: 'a, 'a> {
value: Cow<'a, str>,
phantom: PhantomData<RegistryDependency<'a>>,
lifetime: PhantomData<&'de ()>,
}
Fields§
§value: Cow<'a, str>
§phantom: PhantomData<RegistryDependency<'a>>
§lifetime: PhantomData<&'de ()>
Trait Implementations§
source§impl<'de: 'a, 'a> Deserialize<'de> for __DeserializeWith<'de, 'a>
impl<'de: 'a, 'a> Deserialize<'de> for __DeserializeWith<'de, 'a>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'de, 'a> RefUnwindSafe for __DeserializeWith<'de, 'a>
impl<'de, 'a> Send for __DeserializeWith<'de, 'a>
impl<'de, 'a> Sync for __DeserializeWith<'de, 'a>
impl<'de, 'a> Unpin for __DeserializeWith<'de, 'a>
impl<'de, 'a> UnwindSafe for __DeserializeWith<'de, 'a>
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes