pub struct ForumCategoriesResponse {
pub categories: Vec<Categories>,
}
Fields§
§categories: Vec<Categories>
Trait Implementations§
Source§impl Clone for ForumCategoriesResponse
impl Clone for ForumCategoriesResponse
Source§fn clone(&self) -> ForumCategoriesResponse
fn clone(&self) -> ForumCategoriesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ForumCategoriesResponse
impl Debug for ForumCategoriesResponse
Source§impl<'de> Deserialize<'de> for ForumCategoriesResponse
impl<'de> Deserialize<'de> for ForumCategoriesResponse
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
Source§impl PartialEq for ForumCategoriesResponse
impl PartialEq for ForumCategoriesResponse
Source§fn eq(&self, other: &ForumCategoriesResponse) -> bool
fn eq(&self, other: &ForumCategoriesResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ForumCategoriesResponse
Auto Trait Implementations§
impl Freeze for ForumCategoriesResponse
impl RefUnwindSafe for ForumCategoriesResponse
impl Send for ForumCategoriesResponse
impl Sync for ForumCategoriesResponse
impl Unpin for ForumCategoriesResponse
impl UnwindSafe for ForumCategoriesResponse
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