pub struct ImageTreeOpts { /* private fields */ }
Expand description
Adjust how the image tree is retrieved.
Implementations§
Source§impl ImageTreeOpts
impl ImageTreeOpts
Sourcepub fn builder() -> ImageTreeOptsBuilder
pub fn builder() -> ImageTreeOptsBuilder
Returns a new instance of a builder for ImageTreeOpts.
Trait Implementations§
Source§impl Clone for ImageTreeOpts
impl Clone for ImageTreeOpts
Source§fn clone(&self) -> ImageTreeOpts
fn clone(&self) -> ImageTreeOpts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImageTreeOpts
impl Debug for ImageTreeOpts
Source§impl Default for ImageTreeOpts
impl Default for ImageTreeOpts
Source§fn default() -> ImageTreeOpts
fn default() -> ImageTreeOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageTreeOpts
impl RefUnwindSafe for ImageTreeOpts
impl Send for ImageTreeOpts
impl Sync for ImageTreeOpts
impl Unpin for ImageTreeOpts
impl UnwindSafe for ImageTreeOpts
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