Struct urban_dictionary::DefinitionList
source · pub struct DefinitionList {
pub list: Vec<Definition>,
pub unknown: HashMap<String, Value>,
}
Expand description
A List of Definition
.
Fields§
§list: Vec<Definition>
The inner list
unknown: HashMap<String, Value>
Unknown k/vs
Trait Implementations§
source§impl Debug for DefinitionList
impl Debug for DefinitionList
source§impl<'de> Deserialize<'de> for DefinitionList
impl<'de> Deserialize<'de> for DefinitionList
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 RefUnwindSafe for DefinitionList
impl Send for DefinitionList
impl Sync for DefinitionList
impl Unpin for DefinitionList
impl UnwindSafe for DefinitionList
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