pub struct ArticleKeyword {
pub label: String,
pub rub: bool,
pub uid: u32,
pub unknown: HashMap<String, Value>,
}Fields§
§label: String§rub: bool§uid: u32§unknown: HashMap<String, Value>Trait Implementations§
Source§impl Debug for ArticleKeyword
impl Debug for ArticleKeyword
Source§impl<'de> Deserialize<'de> for ArticleKeyword
impl<'de> Deserialize<'de> for ArticleKeyword
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 ArticleKeyword
impl RefUnwindSafe for ArticleKeyword
impl Send for ArticleKeyword
impl Sync for ArticleKeyword
impl Unpin for ArticleKeyword
impl UnwindSafe for ArticleKeyword
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