Struct derive_visitor::FnVisitor
source · pub struct FnVisitor<T, F> { /* private fields */ }
Expand description
Type returned by visitor_fn.
Trait Implementations§
Auto Trait Implementations§
impl<T, F> Freeze for FnVisitor<T, F>where
F: Freeze,
impl<T, F> RefUnwindSafe for FnVisitor<T, F>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, F> Send for FnVisitor<T, F>
impl<T, F> Sync for FnVisitor<T, F>
impl<T, F> Unpin for FnVisitor<T, F>
impl<T, F> UnwindSafe for FnVisitor<T, F>where
F: UnwindSafe,
T: UnwindSafe,
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