pub struct Hierarchy {
pub is_a: Csr,
pub closure: Closure,
}Expand description
The is-a adjacency and its closure, as one artifact.
Fields§
§is_a: CsrChild-to-parent adjacency.
closure: ClosureThe transitive closure of is_a.
Implementations§
Trait Implementations§
impl Eq for Hierarchy
impl StructuralPartialEq for Hierarchy
Auto Trait Implementations§
impl Freeze for Hierarchy
impl RefUnwindSafe for Hierarchy
impl Send for Hierarchy
impl Sync for Hierarchy
impl Unpin for Hierarchy
impl UnsafeUnpin for Hierarchy
impl UnwindSafe for Hierarchy
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