pub struct TreeZipper<T>(pub Tree<T>, pub Vec<TreeCrumb<T>>);Tuple Fields§
§0: Tree<T>§1: Vec<TreeCrumb<T>>Implementations§
Source§impl<T> TreeZipper<T>
impl<T> TreeZipper<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for TreeZipper<T>where
T: Freeze,
impl<T> RefUnwindSafe for TreeZipper<T>where
T: RefUnwindSafe,
impl<T> Send for TreeZipper<T>where
T: Send,
impl<T> Sync for TreeZipper<T>where
T: Sync,
impl<T> Unpin for TreeZipper<T>where
T: Unpin,
impl<T> UnwindSafe for TreeZipper<T>where
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