pub struct Image2imageParamBuilder { /* private fields */ }Expand description
Builder for Image2imageParam.
Implementations§
Source§impl Image2imageParamBuilder
impl Image2imageParamBuilder
Trait Implementations§
Source§impl Clone for Image2imageParamBuilder
impl Clone for Image2imageParamBuilder
Source§fn clone(&self) -> Image2imageParamBuilder
fn clone(&self) -> Image2imageParamBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for Image2imageParamBuilder
impl RefUnwindSafe for Image2imageParamBuilder
impl Send for Image2imageParamBuilder
impl Sync for Image2imageParamBuilder
impl Unpin for Image2imageParamBuilder
impl UnwindSafe for Image2imageParamBuilder
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