pub struct Undernath { /* private fields */ }Expand description
Who hangs under whom. An index over the under edges, built so it can be
walked up and down without scanning again.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Undernath
impl RefUnwindSafe for Undernath
impl Send for Undernath
impl Sync for Undernath
impl Unpin for Undernath
impl UnsafeUnpin for Undernath
impl UnwindSafe for Undernath
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