pub struct ContentData {
pub content_type: String,
pub data: Value,
}
Fields§
§content_type: String
§data: Value
Trait Implementations§
Source§impl Debug for ContentData
impl Debug for ContentData
Source§impl<'de> Deserialize<'de> for ContentData
impl<'de> Deserialize<'de> for ContentData
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 ContentData
impl RefUnwindSafe for ContentData
impl Send for ContentData
impl Sync for ContentData
impl Unpin for ContentData
impl UnwindSafe for ContentData
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