Struct libreda_db::property_storage::PropertyStore [−][src]
Expand description
Look-up table for property values.
Implementations
Insert a property. Returns the old property value if there was already a property stored under this key.
Get a property value by the property key.
Check if the key is contained in this property store.
Trait Implementations
Auto Trait Implementations
impl<K> !RefUnwindSafe for PropertyStore<K>
impl<K> !Send for PropertyStore<K>
impl<K> !Sync for PropertyStore<K>
impl<K> Unpin for PropertyStore<K> where
K: Unpin,
impl<K> UnwindSafe for PropertyStore<K> where
K: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more