pub struct KeywordInfo {
pub word: String,
pub count: usize,
pub density: String,
}Available on crate feature
seo-analysis only.Fields§
§word: String§count: usize§density: StringTrait Implementations§
Source§impl Clone for KeywordInfo
impl Clone for KeywordInfo
Source§fn clone(&self) -> KeywordInfo
fn clone(&self) -> KeywordInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeywordInfo
impl Debug for KeywordInfo
Source§impl<'de> Deserialize<'de> for KeywordInfo
impl<'de> Deserialize<'de> for KeywordInfo
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 KeywordInfo
impl RefUnwindSafe for KeywordInfo
impl Send for KeywordInfo
impl Sync for KeywordInfo
impl Unpin for KeywordInfo
impl UnsafeUnpin for KeywordInfo
impl UnwindSafe for KeywordInfo
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