pub struct Traverser { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for Traverser
Auto Trait Implementations§
impl Freeze for Traverser
impl RefUnwindSafe for Traverser
impl Send for Traverser
impl Sync for Traverser
impl Unpin for Traverser
impl UnwindSafe for Traverser
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