pub struct KeySet<K: Key> { /* private fields */ }Expand description
A unique set of keys.
Implementations§
Trait Implementations§
Source§impl<K: Key> FromIterator<K> for KeySet<K>
impl<K: Key> FromIterator<K> for KeySet<K>
Source§fn from_iter<T: IntoIterator<Item = K>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = K>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl<K> Freeze for KeySet<K>
impl<K> RefUnwindSafe for KeySet<K>where
K: RefUnwindSafe,
impl<K> Send for KeySet<K>where
K: Send,
impl<K> Sync for KeySet<K>where
K: Sync,
impl<K> Unpin for KeySet<K>where
K: Unpin,
impl<K> UnwindSafe for KeySet<K>where
K: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)