Enum simple_db_rust::btree::file::SplitStrategy [−][src]
pub enum SplitStrategy {
MoveHalfToLeft,
MoveHalfToRight,
AddLeftWithoutMove,
AddRightWithoutMove,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SplitStrategy
impl Send for SplitStrategy
impl Sync for SplitStrategy
impl Unpin for SplitStrategy
impl UnwindSafe for SplitStrategy
Blanket Implementations
Mutably borrows from an owned value. Read more