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