pub struct PdfAExtTypesWriter<'a, 'n: 'a> { /* private fields */ }
Expand description
Write an array of extension schema value types.
Created by PdfAExtSchemaWriter::value_types
.
Implementations§
source§impl<'a, 'n: 'a> PdfAExtTypesWriter<'a, 'n>
impl<'a, 'n: 'a> PdfAExtTypesWriter<'a, 'n>
sourcepub fn add_value_type(&mut self) -> PdfAExtTypeWriter<'_, 'n>
pub fn add_value_type(&mut self) -> PdfAExtTypeWriter<'_, 'n>
Start writing a value type.
Auto Trait Implementations§
impl<'a, 'n> Freeze for PdfAExtTypesWriter<'a, 'n>
impl<'a, 'n> RefUnwindSafe for PdfAExtTypesWriter<'a, 'n>
impl<'a, 'n> Send for PdfAExtTypesWriter<'a, 'n>
impl<'a, 'n> Sync for PdfAExtTypesWriter<'a, 'n>
impl<'a, 'n> Unpin for PdfAExtTypesWriter<'a, 'n>
impl<'a, 'n> !UnwindSafe for PdfAExtTypesWriter<'a, 'n>
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