pub struct MapVisitor<'de, V, F, R>{ /* private fields */ }Trait Implementations§
Source§impl<'de, V, F, R: Debug> Debug for MapVisitor<'de, V, F, R>
impl<'de, V, F, R: Debug> Debug for MapVisitor<'de, V, F, R>
Source§impl<'de, V, F, R> Visitor<'de> for MapVisitor<'de, V, F, R>
impl<'de, V, F, R> Visitor<'de> for MapVisitor<'de, V, F, R>
Auto Trait Implementations§
impl<'de, V, F, R> Freeze for MapVisitor<'de, V, F, R>
impl<'de, V, F, R> RefUnwindSafe for MapVisitor<'de, V, F, R>
impl<'de, V, F, R> Send for MapVisitor<'de, V, F, R>
impl<'de, V, F, R> Sync for MapVisitor<'de, V, F, R>
impl<'de, V, F, R> Unpin for MapVisitor<'de, V, F, R>
impl<'de, V, F, R> UnwindSafe for MapVisitor<'de, V, F, R>
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