pub struct Members<'a>(/* private fields */);Expand description
A Set’s elements, in ascending key order.
MapKeys and not Values, for the reason Value::set gives on the
way in: the restriction is real, and showing it is better than pretending
a set holds anything.
Implementations§
Trait Implementations§
impl<'a> Copy for Members<'a>
Auto Trait Implementations§
impl<'a> Freeze for Members<'a>
impl<'a> RefUnwindSafe for Members<'a>
impl<'a> Send for Members<'a>
impl<'a> Sync for Members<'a>
impl<'a> Unpin for Members<'a>
impl<'a> UnsafeUnpin for Members<'a>
impl<'a> UnwindSafe for Members<'a>
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