pub struct SortedSet { /* private fields */ }Expand description
An immutable sorted set backed by rpds::RedBlackTreeSet.
Implementations§
Trait Implementations§
Source§impl FromIterator<Value> for SortedSet
impl FromIterator<Value> for SortedSet
Auto Trait Implementations§
impl !RefUnwindSafe for SortedSet
impl !Send for SortedSet
impl !Sync for SortedSet
impl !UnwindSafe for SortedSet
impl Freeze for SortedSet
impl Unpin for SortedSet
impl UnsafeUnpin for SortedSet
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