UpdateMetadata

Type Alias UpdateMetadata 

Source
pub type UpdateMetadata = HashMap<String, UpdateMetadataValue>;

Aliased Type§

pub struct UpdateMetadata { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<UpdateMetadata> for UpdateMetadata

Source§

type Error = UpdateMetadataValueConversionError

The type returned in the event of a conversion error.
Source§

fn try_from(proto_metadata: UpdateMetadata) -> Result<Self, Self::Error>

Performs the conversion.