#[non_exhaustive]pub struct STree<K, V>(/* private fields */);
Implementations§
Source§impl<K: Ord, V> STree<K, V>
impl<K: Ord, V> STree<K, V>
Auto Trait Implementations§
impl<K, V> Freeze for STree<K, V>
impl<K, V> RefUnwindSafe for STree<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> Send for STree<K, V>
impl<K, V> Sync for STree<K, V>
impl<K, V> Unpin for STree<K, V>
impl<K, V> UnwindSafe for STree<K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
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