pub struct KeyPair<T, K, V>where
T: KeyType,{
pub key_type: T,
pub key_data: K,
pub value_data: V,
}
Fields§
§key_type: T
§key_data: K
§value_data: V
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, K, V> Freeze for KeyPair<T, K, V>
impl<T, K, V> RefUnwindSafe for KeyPair<T, K, V>
impl<T, K, V> Send for KeyPair<T, K, V>
impl<T, K, V> Sync for KeyPair<T, K, V>
impl<T, K, V> Unpin for KeyPair<T, K, V>
impl<T, K, V> UnwindSafe for KeyPair<T, K, V>
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