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