pub struct Readability {
pub article_node: Option<NodeRef>,
pub metadata: MetaData,
/* private fields */
}
Fields§
§article_node: Option<NodeRef>
§metadata: MetaData
Implementations§
Auto Trait Implementations§
impl Freeze for Readability
impl !RefUnwindSafe for Readability
impl !Send for Readability
impl !Sync for Readability
impl Unpin for Readability
impl !UnwindSafe for Readability
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