pub struct DeserializeWithFromStr;Trait Implementations§
impl<'a, __Context__, Value> IsProviderFor<ValueDeserializerComponent, __Context__, (Life<'a>, Value)> for DeserializeWithFromStr
Source§impl<'a, __Context__, Value> ValueDeserializer<'a, __Context__, Value> for DeserializeWithFromStr
impl<'a, __Context__, Value> ValueDeserializer<'a, __Context__, Value> for DeserializeWithFromStr
fn deserialize<D>(
__context__: &__Context__,
deserializer: D,
) -> Result<Value, D::Error>where
D: Deserializer<'a>,
Auto Trait Implementations§
impl Freeze for DeserializeWithFromStr
impl RefUnwindSafe for DeserializeWithFromStr
impl Send for DeserializeWithFromStr
impl Sync for DeserializeWithFromStr
impl Unpin for DeserializeWithFromStr
impl UnsafeUnpin for DeserializeWithFromStr
impl UnwindSafe for DeserializeWithFromStr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more