pub enum ImageKind {
Image(ImageKind),
Use(Box<Group>),
}
Expand description
Kind of the feImage
data.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ImageKind
impl !Send for ImageKind
impl !Sync for ImageKind
impl Unpin for ImageKind
impl !UnwindSafe for ImageKind
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