pub struct TopicSearchResults {
pub topics: Option<Vec<TopicResponse>>,
}Fields§
§topics: Option<Vec<TopicResponse>>Trait Implementations§
Source§impl Clone for TopicSearchResults
impl Clone for TopicSearchResults
Source§fn clone(&self) -> TopicSearchResults
fn clone(&self) -> TopicSearchResults
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TopicSearchResults
impl Debug for TopicSearchResults
Source§impl<'de> Deserialize<'de> for TopicSearchResults
impl<'de> Deserialize<'de> for TopicSearchResults
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 FromResponse for TopicSearchResults
impl FromResponse for TopicSearchResults
fn from_response( response: ApiResponse, has_body: bool, ) -> Result<Self, StructureError>
Source§impl PartialEq for TopicSearchResults
impl PartialEq for TopicSearchResults
Source§impl Serialize for TopicSearchResults
impl Serialize for TopicSearchResults
impl StructuralPartialEq for TopicSearchResults
Auto Trait Implementations§
impl Freeze for TopicSearchResults
impl RefUnwindSafe for TopicSearchResults
impl Send for TopicSearchResults
impl Sync for TopicSearchResults
impl Unpin for TopicSearchResults
impl UnwindSafe for TopicSearchResults
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