pub struct ImageListOptions<'a> {
pub all: Option<bool>,
pub filters: Option<ImageListFiltersOptions<'a>>,
}
Fields§
§all: Option<bool>
§filters: Option<ImageListFiltersOptions<'a>>
Trait Implementations§
Source§impl<'a> Default for ImageListOptions<'a>
impl<'a> Default for ImageListOptions<'a>
Source§fn default() -> ImageListOptions<'a>
fn default() -> ImageListOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ImageListOptions<'a>
impl<'a> RefUnwindSafe for ImageListOptions<'a>
impl<'a> Send for ImageListOptions<'a>
impl<'a> Sync for ImageListOptions<'a>
impl<'a> Unpin for ImageListOptions<'a>
impl<'a> UnwindSafe for ImageListOptions<'a>
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