pub struct Treap<T, R> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, R> Freeze for Treap<T, R>where
R: Freeze,
impl<T, R> RefUnwindSafe for Treap<T, R>where
R: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, R> Send for Treap<T, R>
impl<T, R> Sync for Treap<T, R>
impl<T, R> Unpin for Treap<T, R>where
R: Unpin,
impl<T, R> UnwindSafe for Treap<T, R>where
R: UnwindSafe,
T: UnwindSafe,
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