pub struct ImageListOptions { /* private fields */ }
Expand description
Options for filtering image list results
Implementations§
Trait Implementations§
Source§impl Debug for ImageListOptions
impl Debug for ImageListOptions
Source§impl Default for ImageListOptions
impl Default for ImageListOptions
Source§fn default() -> ImageListOptions
fn default() -> ImageListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageListOptions
impl RefUnwindSafe for ImageListOptions
impl Send for ImageListOptions
impl Sync for ImageListOptions
impl Unpin for ImageListOptions
impl UnwindSafe for ImageListOptions
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