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