pub struct OpenGraphExtractor;Expand description
OpenGraph extractor
Implementations§
Source§impl OpenGraphExtractor
impl OpenGraphExtractor
Sourcepub fn extract_twitter_cards(&self, html: &str) -> TwitterCard
pub fn extract_twitter_cards(&self, html: &str) -> TwitterCard
Extract Twitter Cards
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenGraphExtractor
impl RefUnwindSafe for OpenGraphExtractor
impl Send for OpenGraphExtractor
impl Sync for OpenGraphExtractor
impl Unpin for OpenGraphExtractor
impl UnwindSafe for OpenGraphExtractor
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