pub struct ConverterRegistry { /* private fields */ }Expand description
ConverterRunner knows how to run a given converter on a Val.
Implementations§
Auto Trait Implementations§
impl Freeze for ConverterRegistry
impl !RefUnwindSafe for ConverterRegistry
impl !Send for ConverterRegistry
impl !Sync for ConverterRegistry
impl Unpin for ConverterRegistry
impl UnsafeUnpin for ConverterRegistry
impl !UnwindSafe for ConverterRegistry
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