Struct tvm::runtime::map::Map [−][src]
#[repr(C)]pub struct Map<K, V> where
K: IsObjectRef,
V: IsObjectRef, { /* fields omitted */ }
Implementations
Trait Implementations
impl<'a, K, V> FromIterator<(&'a K, &'a V)> for Map<K, V> where
K: 'a + IsObjectRef,
V: 'a + IsObjectRef,
impl<'a, K, V> FromIterator<(&'a K, &'a V)> for Map<K, V> where
K: 'a + IsObjectRef,
V: 'a + IsObjectRef,
Auto Trait Implementations
impl<K, V> RefUnwindSafe for Map<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> UnwindSafe for Map<K, V> where
K: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Converts self into a PyDict
object pointer. Whether pointer owned or borrowed
depends on implementation. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more