Struct grid_tree::ChildRelation
source · [−]Fields
child: NodePtr
parent: Option<Parent<V>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<V> RefUnwindSafe for ChildRelation<V> where
V: RefUnwindSafe,
impl<V> Send for ChildRelation<V> where
V: Send,
impl<V> Sync for ChildRelation<V> where
V: Sync,
impl<V> Unpin for ChildRelation<V> where
V: Unpin,
impl<V> UnwindSafe for ChildRelation<V> where
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more