Enum subscript_compiler::codegen::html::Image [−][src]
pub enum Image {
Svg {
kind: LayoutKind,
payload: String,
},
}Variants
Show fields
Fields of Svg
kind: LayoutKindpayload: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Imageimpl UnwindSafe for ImageBlanket Implementations
Mutably borrows from an owned value. Read more