#[repr(u8)]pub enum MaxChildren {
C11 = 11,
C44 = 44,
C174 = 174,
}Expand description
Maximum children count for balanced/trickle DAG layouts (future use).
Variants§
Trait Implementations§
Source§impl Clone for MaxChildren
impl Clone for MaxChildren
Source§fn clone(&self) -> MaxChildren
fn clone(&self) -> MaxChildren
Returns a duplicate 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 moreSource§impl Debug for MaxChildren
impl Debug for MaxChildren
Source§impl Default for MaxChildren
impl Default for MaxChildren
Source§fn default() -> MaxChildren
fn default() -> MaxChildren
Returns the “default value” for a type. Read more
Source§impl PartialEq for MaxChildren
impl PartialEq for MaxChildren
impl Copy for MaxChildren
impl Eq for MaxChildren
impl StructuralPartialEq for MaxChildren
Auto Trait Implementations§
impl Freeze for MaxChildren
impl RefUnwindSafe for MaxChildren
impl Send for MaxChildren
impl Sync for MaxChildren
impl Unpin for MaxChildren
impl UnsafeUnpin for MaxChildren
impl UnwindSafe for MaxChildren
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.