pub struct ImageLoadOptions {
pub tags: Vec<String>,
}Expand description
Options for importing image archives.
Fields§
Extra tags to apply to the first image in the archive.
Trait Implementations§
Source§impl Clone for ImageLoadOptions
impl Clone for ImageLoadOptions
Source§fn clone(&self) -> ImageLoadOptions
fn clone(&self) -> ImageLoadOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageLoadOptions
impl Debug for ImageLoadOptions
Source§impl Default for ImageLoadOptions
impl Default for ImageLoadOptions
Source§fn default() -> ImageLoadOptions
fn default() -> ImageLoadOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageLoadOptions
impl RefUnwindSafe for ImageLoadOptions
impl Send for ImageLoadOptions
impl Sync for ImageLoadOptions
impl Unpin for ImageLoadOptions
impl UnsafeUnpin for ImageLoadOptions
impl UnwindSafe for ImageLoadOptions
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