pub struct JobsWriter<'a, 'n: 'a> { /* private fields */ }
Expand description
Writer for a job array.
Created by XmpWriter::jobs
.
Implementations§
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 JobsWriter<'a, 'n>
impl<'a, 'n> Deref for JobsWriter<'a, 'n>
Auto Trait Implementations§
impl<'a, 'n> Freeze for JobsWriter<'a, 'n>
impl<'a, 'n> RefUnwindSafe for JobsWriter<'a, 'n>
impl<'a, 'n> Send for JobsWriter<'a, 'n>
impl<'a, 'n> Sync for JobsWriter<'a, 'n>
impl<'a, 'n> Unpin for JobsWriter<'a, 'n>
impl<'a, 'n> !UnwindSafe for JobsWriter<'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