pub struct ArrayVisitor<'a, 'b> { /* private fields */ }Expand description
A visitor for decoding array elements of different types.
Returned from Decoder::array_visitor.
Implementations§
Trait Implementations§
Source§impl<'a, 'b> Debug for ArrayVisitor<'a, 'b>
impl<'a, 'b> Debug for ArrayVisitor<'a, 'b>
Source§impl<'a, 'b> Hash for ArrayVisitor<'a, 'b>
impl<'a, 'b> Hash for ArrayVisitor<'a, 'b>
Source§impl<'a, 'b> PartialEq for ArrayVisitor<'a, 'b>
impl<'a, 'b> PartialEq for ArrayVisitor<'a, 'b>
impl<'a, 'b> Eq for ArrayVisitor<'a, 'b>
impl<'a, 'b> StructuralPartialEq for ArrayVisitor<'a, 'b>
Auto Trait Implementations§
impl<'a, 'b> Freeze for ArrayVisitor<'a, 'b>
impl<'a, 'b> RefUnwindSafe for ArrayVisitor<'a, 'b>
impl<'a, 'b> Send for ArrayVisitor<'a, 'b>
impl<'a, 'b> Sync for ArrayVisitor<'a, 'b>
impl<'a, 'b> Unpin for ArrayVisitor<'a, 'b>
impl<'a, 'b> !UnwindSafe for ArrayVisitor<'a, 'b>
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