Struct generic_btree::OrdTreeSet
source · pub struct OrdTreeSet<Key: Clone + Ord + Debug + 'static>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Key> Freeze for OrdTreeSet<Key>where
Key: Freeze,
impl<Key> RefUnwindSafe for OrdTreeSet<Key>where
Key: RefUnwindSafe,
impl<Key> Send for OrdTreeSet<Key>where
Key: Send,
impl<Key> Sync for OrdTreeSet<Key>where
Key: Sync,
impl<Key> Unpin for OrdTreeSet<Key>where
Key: Unpin,
impl<Key> UnwindSafe for OrdTreeSet<Key>where
Key: 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