pub enum XrefForm {
Classic,
Stream,
}Expand description
Cross-reference table form recorded at parse time. The serializer
mirrors this on save: classic-input PDFs round-trip as classic-xref,
xref-stream-shaped inputs round-trip as Type /XRef streams with
eligible objects packed into Type /ObjStm containers.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for XrefForm
impl<'de> Deserialize<'de> for XrefForm
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
impl Copy for XrefForm
impl Eq for XrefForm
impl StructuralPartialEq for XrefForm
Auto Trait Implementations§
impl Freeze for XrefForm
impl RefUnwindSafe for XrefForm
impl Send for XrefForm
impl Sync for XrefForm
impl Unpin for XrefForm
impl UnsafeUnpin for XrefForm
impl UnwindSafe for XrefForm
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