pub struct VisitorMutAdapter<V> { /* private fields */ }Implementations§
Source§impl<V> VisitorMutAdapter<V>where
V: VisitorMut,
impl<V> VisitorMutAdapter<V>where
V: VisitorMut,
pub const fn new(visitor: V) -> Self
pub const fn issues(&self) -> &VisitorIssues
pub fn result(self) -> Result<(), VisitorIssues>
Trait Implementations§
Source§impl<V> VisitorMutCore for VisitorMutAdapter<V>where
V: VisitorMut,
impl<V> VisitorMutCore for VisitorMutAdapter<V>where
V: VisitorMut,
Auto Trait Implementations§
impl<V> Freeze for VisitorMutAdapter<V>where
V: Freeze,
impl<V> RefUnwindSafe for VisitorMutAdapter<V>where
V: RefUnwindSafe,
impl<V> Send for VisitorMutAdapter<V>where
V: Send,
impl<V> Sync for VisitorMutAdapter<V>where
V: Sync,
impl<V> Unpin for VisitorMutAdapter<V>where
V: Unpin,
impl<V> UnwindSafe for VisitorMutAdapter<V>where
V: 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