Struct ::exo::Icon

Overview

Icon type, which shows an icon. Icons are used from SAP UI5

Methods

fn new(color: String) -> Icon

Creates a new Icon from a String input.

Return the icon as String

Protocols

protocol partial_eq
if value == b { }

Allows for partial equality operations to work.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.