pub struct DirectoryQueryResponseMatch {
pub votes: u32,
pub description: String,
pub tags: Vec<String>,
pub timestamp: String,
pub title: String,
pub query: String,
}
Fields§
§votes: u32
§description: String
§timestamp: String
§title: String
§query: String
Trait Implementations§
Source§impl Debug for DirectoryQueryResponseMatch
impl Debug for DirectoryQueryResponseMatch
Source§impl<'de> Deserialize<'de> for DirectoryQueryResponseMatch
impl<'de> Deserialize<'de> for DirectoryQueryResponseMatch
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 DirectoryQueryResponseMatch
impl RefUnwindSafe for DirectoryQueryResponseMatch
impl Send for DirectoryQueryResponseMatch
impl Sync for DirectoryQueryResponseMatch
impl Unpin for DirectoryQueryResponseMatch
impl UnwindSafe for DirectoryQueryResponseMatch
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