pub struct MetadataReply {
pub metadata: HashMap<String, Value>,
}Expand description
Metadata reply payload is an arbitrary map of CBOR values.
Fields§
§metadata: HashMap<String, Value>Trait Implementations§
Source§impl Debug for MetadataReply
impl Debug for MetadataReply
Source§impl<'de> Deserialize<'de> for MetadataReply
impl<'de> Deserialize<'de> for MetadataReply
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MetadataReply
impl RefUnwindSafe for MetadataReply
impl Send for MetadataReply
impl Sync for MetadataReply
impl Unpin for MetadataReply
impl UnwindSafe for MetadataReply
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