pub struct InPreMut<'a, T, S> { /* private fields */ }
Expand description
Represents the pre-order
traversal.
Implementations§
Auto Trait Implementations§
impl<'a, T, S> Freeze for InPreMut<'a, T, S>
impl<'a, T, S> RefUnwindSafe for InPreMut<'a, T, S>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, S> Send for InPreMut<'a, T, S>
impl<'a, T, S> Sync for InPreMut<'a, T, S>
impl<'a, T, S> Unpin for InPreMut<'a, T, S>where
S: Unpin,
impl<'a, T, S> !UnwindSafe for InPreMut<'a, T, S>
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