pub struct ImageDataBuilder { /* private fields */ }Implementations§
Source§impl ImageDataBuilder
impl ImageDataBuilder
pub fn new(raw: SegmentBuilder, file: impl ToString) -> Self
pub fn build(self) -> SegmentBuilder
pub fn image_type(self, image_type: ImageType) -> Self
pub fn cache(self, cache: bool) -> Self
pub fn proxy(self, proxy: bool) -> Self
pub fn timeout(self, timeout: i32) -> Self
Auto Trait Implementations§
impl Freeze for ImageDataBuilder
impl RefUnwindSafe for ImageDataBuilder
impl Send for ImageDataBuilder
impl Sync for ImageDataBuilder
impl Unpin for ImageDataBuilder
impl UnsafeUnpin for ImageDataBuilder
impl UnwindSafe for ImageDataBuilder
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