Struct fml::types::ArticleKeyword
source · 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 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