pub struct TreapData {
pub size: usize,
pub is_implicitly_keyed: bool,
pub split_merge_supported: bool,
}Fields§
§size: usize§is_implicitly_keyed: bool§split_merge_supported: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TreapData
impl RefUnwindSafe for TreapData
impl Send for TreapData
impl Sync for TreapData
impl Unpin for TreapData
impl UnsafeUnpin for TreapData
impl UnwindSafe for TreapData
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