Enum bao_tree::PostOrderOffset
source · pub enum PostOrderOffset {
Stable(u64),
Unstable(u64),
}Expand description
An offset of a node in a post-order outboard
Variants§
Stable(u64)
the node is stable and won’t change when appending data
Unstable(u64)
the node is unstable and will change when appending data
Implementations§
Trait Implementations§
source§impl Clone for PostOrderOffset
impl Clone for PostOrderOffset
source§fn clone(&self) -> PostOrderOffset
fn clone(&self) -> PostOrderOffset
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more