pub struct LayoutExporter { /* private fields */ }Expand description
Layout exporter
Implementations§
Source§impl LayoutExporter
impl LayoutExporter
Sourcepub fn new(format: ExportFormat) -> Self
pub fn new(format: ExportFormat) -> Self
Creates a new layout exporter for the specified format.
Sourcepub fn with_config(self, config: RenderConfig) -> Self
pub fn with_config(self, config: RenderConfig) -> Self
Sets the rendering configuration for the export.
Auto Trait Implementations§
impl Freeze for LayoutExporter
impl RefUnwindSafe for LayoutExporter
impl Send for LayoutExporter
impl Sync for LayoutExporter
impl Unpin for LayoutExporter
impl UnsafeUnpin for LayoutExporter
impl UnwindSafe for LayoutExporter
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