Struct eventually::serde::Convert
source · pub struct Convert<In, Out, S>{ /* private fields */ }
Expand description
Implementations§
Trait Implementations§
source§impl<In, Out, S> Deserializer<In> for Convert<In, Out, S>
impl<In, Out, S> Deserializer<In> for Convert<In, Out, S>
source§impl<In, Out, S> Serializer<In> for Convert<In, Out, S>
impl<In, Out, S> Serializer<In> for Convert<In, Out, S>
impl<In, Out, S> Copy for Convert<In, Out, S>
Auto Trait Implementations§
impl<In, Out, S> RefUnwindSafe for Convert<In, Out, S>
impl<In, Out, S> Send for Convert<In, Out, S>
impl<In, Out, S> Sync for Convert<In, Out, S>
impl<In, Out, S> Unpin for Convert<In, Out, S>
impl<In, Out, S> UnwindSafe for Convert<In, Out, S>
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