pub struct PdfAExtTypeFieldsWriter<'a, 'n: 'a> { /* private fields */ }
Expand description
Write an array of extension schema value type fields.
Created by PdfAExtTypeWriter::fields
.
Implementations§
source§impl<'a, 'n: 'a> PdfAExtTypeFieldsWriter<'a, 'n>
impl<'a, 'n: 'a> PdfAExtTypeFieldsWriter<'a, 'n>
sourcepub fn add_field(&mut self) -> PdfAExtTypeFieldWriter<'_, 'n>
pub fn add_field(&mut self) -> PdfAExtTypeFieldWriter<'_, 'n>
Start writing a field.
Methods from Deref<Target = Array<'a, 'n>>§
sourcepub fn element_with_attrs(
&mut self,
attrs: impl IntoIterator<Item = (&'a str, &'a str)>,
) -> Element<'_, 'n>
pub fn element_with_attrs( &mut self, attrs: impl IntoIterator<Item = (&'a str, &'a str)>, ) -> Element<'_, 'n>
Start writing an element with attributes in the array.
Trait Implementations§
source§impl<'a, 'n> Deref for PdfAExtTypeFieldsWriter<'a, 'n>
impl<'a, 'n> Deref for PdfAExtTypeFieldsWriter<'a, 'n>
Auto Trait Implementations§
impl<'a, 'n> Freeze for PdfAExtTypeFieldsWriter<'a, 'n>
impl<'a, 'n> RefUnwindSafe for PdfAExtTypeFieldsWriter<'a, 'n>
impl<'a, 'n> Send for PdfAExtTypeFieldsWriter<'a, 'n>
impl<'a, 'n> Sync for PdfAExtTypeFieldsWriter<'a, 'n>
impl<'a, 'n> Unpin for PdfAExtTypeFieldsWriter<'a, 'n>
impl<'a, 'n> !UnwindSafe for PdfAExtTypeFieldsWriter<'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