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