pub struct ItemInterfaceSet<K>(/* private fields */);Expand description
Set layout: the item is the key.
Trait Implementations§
Auto Trait Implementations§
impl<K> Freeze for ItemInterfaceSet<K>
impl<K> RefUnwindSafe for ItemInterfaceSet<K>where
K: RefUnwindSafe,
impl<K> Send for ItemInterfaceSet<K>where
K: Send,
impl<K> Sync for ItemInterfaceSet<K>where
K: Sync,
impl<K> Unpin for ItemInterfaceSet<K>where
K: Unpin,
impl<K> UnsafeUnpin for ItemInterfaceSet<K>
impl<K> UnwindSafe for ItemInterfaceSet<K>where
K: 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