Struct fm::preview::PdfContent
source · pub struct PdfContent { /* private fields */ }Expand description
Holds a preview of a pdffile as outputed by pdf_extract crate.
If the pdf file content can’t be extracted, it doesn’t fail but simply hold
an error message to be displayed.
Afterall, it’s just a TUI filemanager, the user shouldn’t expect to display
any kind of graphical pdf…
Trait Implementations§
source§impl Clone for PdfContent
impl Clone for PdfContent
source§fn clone(&self) -> PdfContent
fn clone(&self) -> PdfContent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more