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