pub struct ImagesRemoveOpts { /* private fields */ }
Expand description
Adjust how multiple images will be removed.
Implementations§
Source§impl ImagesRemoveOpts
impl ImagesRemoveOpts
Sourcepub fn builder() -> ImagesRemoveOptsBuilder
pub fn builder() -> ImagesRemoveOptsBuilder
Returns a new instance of a builder for ImagesRemoveOpts.
Trait Implementations§
Source§impl Clone for ImagesRemoveOpts
impl Clone for ImagesRemoveOpts
Source§fn clone(&self) -> ImagesRemoveOpts
fn clone(&self) -> ImagesRemoveOpts
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 ImagesRemoveOpts
impl Debug for ImagesRemoveOpts
Source§impl Default for ImagesRemoveOpts
impl Default for ImagesRemoveOpts
Source§fn default() -> ImagesRemoveOpts
fn default() -> ImagesRemoveOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImagesRemoveOpts
impl RefUnwindSafe for ImagesRemoveOpts
impl Send for ImagesRemoveOpts
impl Sync for ImagesRemoveOpts
impl Unpin for ImagesRemoveOpts
impl UnwindSafe for ImagesRemoveOpts
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