Struct readable_readability::Metadata
source · pub struct Metadata {
pub page_title: Option<String>,
pub article_title: Option<String>,
pub byline: Option<String>,
pub description: Option<String>,
}Fields
page_title: Option<String>article_title: Option<String>byline: Option<String>description: Option<String>Auto Trait Implementations
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more