pub struct PdfPageBuilder { /* private fields */ }Expand description
Adaptateur autour de l’API “Ops” de printpdf 0.11 (réécriture complète vs 0.7 —
plus de Layer/PdfLayerReference, tout passe par une liste d’Op empilés sur
PdfPage). Centralise le pattern “texte positionné en absolu” utilisé par les
exporteurs PDF domain/services/*_exporter.rs pour éviter une réimplémentation
par fichier. Migration liée à la fermeture de #658 (build cassé) + #636 (RUSTSEC
lopdf) — cf. docs/agent-activity/2026-07-26-sync-audit-feature-dev.md.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdfPageBuilder
impl RefUnwindSafe for PdfPageBuilder
impl Send for PdfPageBuilder
impl Sync for PdfPageBuilder
impl Unpin for PdfPageBuilder
impl UnsafeUnpin for PdfPageBuilder
impl UnwindSafe for PdfPageBuilder
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
§impl<T> Fake for T
impl<T> Fake for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.