pub enum ImageParam {
NewParam(NewParam),
Image(Image),
}
Variants§
Trait Implementations§
Source§impl Clone for ImageParam
impl Clone for ImageParam
Source§fn clone(&self) -> ImageParam
fn clone(&self) -> ImageParam
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 ImageParam
impl Debug for ImageParam
Auto Trait Implementations§
impl Freeze for ImageParam
impl RefUnwindSafe for ImageParam
impl Send for ImageParam
impl Sync for ImageParam
impl Unpin for ImageParam
impl UnwindSafe for ImageParam
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