pub struct Visitor<'dv, D: ?Sized, V: ?Sized>(/* private fields */);Expand description
A wrapper for a Visit implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'dv, D, V> Freeze for Visitor<'dv, D, V>
impl<'dv, D, V> RefUnwindSafe for Visitor<'dv, D, V>
impl<'dv, D, V> Send for Visitor<'dv, D, V>
impl<'dv, D, V> Sync for Visitor<'dv, D, V>
impl<'dv, D, V> Unpin for Visitor<'dv, D, V>
impl<'dv, D, V> !UnwindSafe for Visitor<'dv, D, V>
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