pub enum VisitResult {
Continue,
Break,
Skip,
}
Variants§
Auto Trait Implementations§
impl Freeze for VisitResult
impl RefUnwindSafe for VisitResult
impl Send for VisitResult
impl Sync for VisitResult
impl Unpin for VisitResult
impl UnwindSafe for VisitResult
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