Struct backend::models::search::SearchMixResponse [−][src]
pub struct SearchMixResponse {
pub posts: SearchPostResponse,
pub replies: SearchReplyResponse,
}Expand description
Response struct for post/reply mix search
Fields
post: Response for post searchreplies: Response for reply seach
Fields
posts: SearchPostResponsereplies: SearchReplyResponseTrait Implementations
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
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SearchMixResponse
impl Send for SearchMixResponse
impl Sync for SearchMixResponse
impl Unpin for SearchMixResponse
impl UnwindSafe for SearchMixResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more