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