pub type UpdateMetadata = HashMap<String, UpdateMetadataValue>;Aliased Type§
pub struct UpdateMetadata { /* private fields */ }Trait Implementations§
Source§impl TryFrom<UpdateMetadata> for UpdateMetadata
impl TryFrom<UpdateMetadata> for UpdateMetadata
Source§type Error = UpdateMetadataValueConversionError
type Error = UpdateMetadataValueConversionError
The type returned in the event of a conversion error.