pub struct SocialMediaResult {
pub open_graph: HashMap<String, String>,
pub twitter_cards: HashMap<String, String>,
}Available on crate feature
seo-analysis only.Fields§
§open_graph: HashMap<String, String>§twitter_cards: HashMap<String, String>Trait Implementations§
Source§impl Clone for SocialMediaResult
impl Clone for SocialMediaResult
Source§fn clone(&self) -> SocialMediaResult
fn clone(&self) -> SocialMediaResult
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 SocialMediaResult
impl Debug for SocialMediaResult
Source§impl<'de> Deserialize<'de> for SocialMediaResult
impl<'de> Deserialize<'de> for SocialMediaResult
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 SocialMediaResult
impl RefUnwindSafe for SocialMediaResult
impl Send for SocialMediaResult
impl Sync for SocialMediaResult
impl Unpin for SocialMediaResult
impl UnsafeUnpin for SocialMediaResult
impl UnwindSafe for SocialMediaResult
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