pub struct ImagesExportOpts { /* private fields */ }
Expand description
Adjust how multiple images are exported.
Implementations§
Source§impl ImagesExportOpts
impl ImagesExportOpts
Sourcepub fn builder() -> ImagesExportOptsBuilder
pub fn builder() -> ImagesExportOptsBuilder
Returns a new instance of a builder for ImagesExportOpts.
Trait Implementations§
Source§impl Clone for ImagesExportOpts
impl Clone for ImagesExportOpts
Source§fn clone(&self) -> ImagesExportOpts
fn clone(&self) -> ImagesExportOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImagesExportOpts
impl Debug for ImagesExportOpts
Source§impl Default for ImagesExportOpts
impl Default for ImagesExportOpts
Source§fn default() -> ImagesExportOpts
fn default() -> ImagesExportOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImagesExportOpts
impl RefUnwindSafe for ImagesExportOpts
impl Send for ImagesExportOpts
impl Sync for ImagesExportOpts
impl Unpin for ImagesExportOpts
impl UnwindSafe for ImagesExportOpts
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