pub struct PdfInfo {
pub page_count: Option<u32>,
pub author: Option<String>,
pub title: Option<String>,
}Expand description
PDF metadata subset from lopdf.
Fields§
§page_count: Option<u32>§title: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PdfInfo
impl<'de> Deserialize<'de> for PdfInfo
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 PdfInfo
impl RefUnwindSafe for PdfInfo
impl Send for PdfInfo
impl Sync for PdfInfo
impl Unpin for PdfInfo
impl UnsafeUnpin for PdfInfo
impl UnwindSafe for PdfInfo
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