pub struct ItemInterfaceMap;Implementations§
Source§impl ItemInterfaceMap
impl ItemInterfaceMap
pub fn getKey<Key, Value>(item: &(Key, Value)) -> &Key
pub fn setKey<Key, Value>(item: &mut (Key, Value), key: Key)
Trait Implementations§
Source§impl Clone for ItemInterfaceMap
impl Clone for ItemInterfaceMap
Source§fn clone(&self) -> ItemInterfaceMap
fn clone(&self) -> ItemInterfaceMap
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ItemInterfaceMap
Auto Trait Implementations§
impl Freeze for ItemInterfaceMap
impl RefUnwindSafe for ItemInterfaceMap
impl Send for ItemInterfaceMap
impl Sync for ItemInterfaceMap
impl Unpin for ItemInterfaceMap
impl UnsafeUnpin for ItemInterfaceMap
impl UnwindSafe for ItemInterfaceMap
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