pub struct TrailerInfo {
pub root: Option<PdfObject>,
pub encrypt: Option<PdfObject>,
pub info: Option<PdfObject>,
pub id: Option<PdfObject>,
}Expand description
Trailer information.
Fields§
§root: Option<PdfObject>§encrypt: Option<PdfObject>§info: Option<PdfObject>§id: Option<PdfObject>Trait Implementations§
Source§impl Debug for TrailerInfo
impl Debug for TrailerInfo
Source§impl Default for TrailerInfo
impl Default for TrailerInfo
Source§fn default() -> TrailerInfo
fn default() -> TrailerInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TrailerInfo
impl RefUnwindSafe for TrailerInfo
impl Send for TrailerInfo
impl Sync for TrailerInfo
impl Unpin for TrailerInfo
impl UnsafeUnpin for TrailerInfo
impl UnwindSafe for TrailerInfo
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